Searched refs:seg_p (Results 1 – 1 of 1) sorted by relevance
128 const char *__init parse_pci(const char *s, unsigned int *seg_p, in parse_pci() argument134 return parse_pci_seg(s, seg_p, bus_p, dev_p, func_p, &def_seg); in parse_pci()137 const char *__init parse_pci_seg(const char *s, unsigned int *seg_p, in parse_pci_seg() argument164 if ( seg != (seg_p ? (u16)seg : 0) || in parse_pci_seg()170 if ( seg_p ) in parse_pci_seg()171 *seg_p = seg; in parse_pci_seg()
Completed in 3 milliseconds