Searched refs:bnum (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/netbsd-tests/lib/libdes/ |
H A D | t_des.c | 352 static int bnum = 0; in pt() local 357 ret = &(bufs[bnum++][0]); in pt() 358 bnum %= 10; in pt()
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_emul.c | 275 int error, bnum, snum, fnum; in pci_parse_slot() local 295 if (sscanf(str, "%d:%d:%d", &bnum, &snum, &fnum) != 3) { in pci_parse_slot() 296 bnum = 0; in pci_parse_slot() 307 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot() 315 EPRINTLN("pci slot %d:%d:%d: unknown device \"%s\"", bnum, snum, in pci_parse_slot() 320 snprintf(node_name, sizeof(node_name), "pci.%d.%d.%d", bnum, snum, in pci_parse_slot() 324 EPRINTLN("pci slot %d:%d:%d already occupied!", bnum, snum, in pci_parse_slot()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4fw_api.h | 837 u8 bnum; member
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | database | 792 >40 lequad x \b, bnum=%lld
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t4fw_interface.h | 4345 __u8 bnum; member
|