Searched refs:hex_convert (Results 1 – 1 of 1) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_pci.c | 11 static int hex_convert(const char *str, unsigned int *val, unsigned int mask) in hex_convert() function 64 if ( hex_convert(tok, &dom, 0xffff) ) in xlu_pci_parse_bdf() 73 if ( hex_convert(tok, &bus, 0xff) ) in xlu_pci_parse_bdf() 83 if ( hex_convert(tok, &dev, 0xff) ) in xlu_pci_parse_bdf() 92 if ( hex_convert(tok, &dev, 0xff) ) in xlu_pci_parse_bdf() 114 if ( hex_convert(tok, &func, 0x7) ) in xlu_pci_parse_bdf() 125 if ( hex_convert(tok, &vslot, 0xff) ) in xlu_pci_parse_bdf()
|
Completed in 2 milliseconds