Searched refs:pe_init (Results 1 - 17 of 17) sorted by relevance

/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_hostbridge.c62 .pe_init = pci_amd_hostbridge_init,
68 .pe_init = pci_hostbridge_init,
H A Dpci_uart.c115 .pe_init = pci_uart_init,
H A Dpci_virtio_rnd.c185 .pe_init = pci_vtrnd_init,
H A Dpci_emul.h51 int (*pe_init)(struct vmctx *, struct pci_devinst *, member in struct:pci_devemu
H A Dpci_fbuf.c402 .pe_init = pci_fbuf_init,
H A Dpci_lpc.c444 .pe_init = pci_lpc_init,
H A Dpci_virtio_block.c406 .pe_init = pci_vtblk_init,
H A Dpci_emul.c749 err = (*pde->pe_init)(ctx, pdi, fi->fi_param);
2097 .pe_init = pci_emul_dinit,
H A Dpci_passthru.c891 .pe_init = passthru_init,
H A Dpci_virtio_net.c972 .pe_init = pci_vtnet_init,
H A Dpci_ahci.c2349 .pe_init = pci_ahci_hd_init,
2357 .pe_init = pci_ahci_atapi_init,
H A Dpci_xhci.c2819 .pe_init = pci_xhci_init,
/freebsd-11.0-release/contrib/elftoolchain/libpe/
H A DMakefile19 pe_init.c \
H A Dpe_init.c33 ELFTC_VCSID("$Id: pe_init.c 3312 2016-01-10 09:23:51Z kaiwang27 $");
36 pe_init(int fd, PE_Cmd c, PE_Object o) function
H A Dlibpe.h95 PE *pe_init(int, PE_Cmd, PE_Object);
/freebsd-11.0-release/lib/libpe/
H A DMakefile24 pe_init.c \
/freebsd-11.0-release/contrib/elftoolchain/elfcopy/
H A Dpe.c76 if ((pe = pe_init(ofd, PE_C_WRITE, po)) == NULL)
77 err(EXIT_FAILURE, "pe_init() failed");

Completed in 158 milliseconds