Home
last modified time | relevance | path

Searched refs:init_pci (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-dos.c870 static int init_pci = 0; in init_32bit() local
875 if (!init_pci) in init_32bit()
877 init_pci = 1; in init_32bit()
/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c747 if (init_pci(ctx) != 0) { in main()
H A Dpci_emul.c1516 init_pci(struct vmctx *ctx) in init_pci() function