Searched refs:bnum (Results 1 – 3 of 3) sorted by relevance
| /devicemodel/include/ |
| A D | sw_load.h | 71 void vsbl_set_bdf(int bnum, int snum, int fnum);
|
| /devicemodel/core/ |
| A D | sw_load_vsbl.c | 118 vsbl_set_bdf(int bnum, int snum, int fnum) in vsbl_set_bdf() argument 120 boot_blk_bdf = (LOW_8BIT(bnum) << 16) | (LOW_8BIT(snum) << 8) | in vsbl_set_bdf()
|
| /devicemodel/hw/pci/ |
| A D | core.c | 290 int error, bnum, snum, fnum; in pci_parse_slot() local 320 if (parse_bdf(str, &bnum, &snum, &fnum, 10) != 0) in pci_parse_slot() 323 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot() 329 if (pci_businfo[bnum] == NULL) in pci_parse_slot() 330 pci_businfo[bnum] = calloc(1, sizeof(struct businfo)); in pci_parse_slot() 332 bi = pci_businfo[bnum]; in pci_parse_slot() 359 vsbl_set_bdf(bnum, snum, fnum); in pci_parse_slot()
|
Completed in 9 milliseconds