Home
last modified time | relevance | path

Searched refs:bnum (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libdes/
H A Dt_des.c352 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 Dpci_emul.c274 int error, bnum, snum, fnum; in pci_parse_slot() local
294 if (sscanf(str, "%d:%d:%d", &bnum, &snum, &fnum) != 3) { in pci_parse_slot()
295 bnum = 0; in pci_parse_slot()
306 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot()
314 EPRINTLN("pci slot %d:%d:%d: unknown device \"%s\"", bnum, snum, in pci_parse_slot()
319 snprintf(node_name, sizeof(node_name), "pci.%d.%d.%d", bnum, snum, in pci_parse_slot()
323 EPRINTLN("pci slot %d:%d:%d already occupied!", bnum, snum, in pci_parse_slot()
/freebsd/contrib/file/magic/Magdir/
H A Ddatabase799 >40 lequad x \b, bnum=%lld
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h837 u8 bnum; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h4345 __u8 bnum; member