Searched refs:snum (Results 1 – 4 of 4) 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() 321 snum = -1; in pci_parse_slot() 323 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot() 333 si = &bi->slotinfo[snum]; in pci_parse_slot() 337 snum, fnum); in pci_parse_slot() 343 snum, fnum, emul); in pci_parse_slot() 359 vsbl_set_bdf(bnum, snum, fnum); in pci_parse_slot()
|
| /devicemodel/hw/ |
| A D | vdisplay_sdl.c | 1367 int snum, error; in vdpy_parse_cmd_option() local 1382 snum = sscanf(tmp, "geometry=fullscreen:%d", &vscr->pscreen_id); in vdpy_parse_cmd_option() 1383 if (snum != 1) { in vdpy_parse_cmd_option() 1395 snum = sscanf(tmp, "geometry=%dx%d+%d+%d", in vdpy_parse_cmd_option() 1398 if (snum != 4) { in vdpy_parse_cmd_option()
|
Completed in 19 milliseconds