Home
last modified time | relevance | path

Searched refs:pe_init (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/elftoolchain/libpe/
H A DMakefile19 pe_init.c \
H A Dpe_init.c36 pe_init(int fd, PE_Cmd c, PE_Object o) in pe_init() function
H A Dlibpe.h95 PE *pe_init(int, PE_Cmd, PE_Object);
/freebsd-13.1/lib/libpe/
H A DMakefile24 pe_init.c \
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_hostbridge.c86 .pe_init = pci_hostbridge_init,
H A Dpci_uart.c130 .pe_init = pci_uart_init,
H A Dpci_virtio_rnd.c207 .pe_init = pci_vtrnd_init,
H A Dpci_emul.h55 int (*pe_init)(struct vmctx *, struct pci_devinst *, member
H A Dpci_virtio_9p.c349 .pe_init = pci_vt9p_init,
H A Dpci_lpc.c507 .pe_init = pci_lpc_init,
H A Dpci_fbuf.c469 .pe_init = pci_fbuf_init,
H A Dpci_virtio_block.c589 .pe_init = pci_vtblk_init,
H A Dpci_virtio_net.c809 .pe_init = pci_vtnet_init,
H A Dpci_virtio_console.c755 .pe_init = pci_vtcon_init,
H A Dpci_virtio_scsi.c738 .pe_init = pci_vtscsi_init,
H A Dpci_emul.c897 err = (*pde->pe_init)(ctx, pdi, fi->fi_config); in pci_emul_init()
2508 .pe_init = pci_emul_dinit,
H A Dpci_passthru.c1025 .pe_init = passthru_init,
H A Dpci_hda.c275 .pe_init = pci_hda_init,
H A Dpci_e82545.c2507 .pe_init = e82545_init,
H A Dpci_ahci.c2845 .pe_init = pci_ahci_init,
H A Dpci_nvme.c3293 .pe_init = pci_nvme_init,
H A Dpci_xhci.c3185 .pe_init = pci_xhci_init,
/freebsd-13.1/contrib/elftoolchain/elfcopy/
H A Dpe.c77 if ((pe = pe_init(ofd, PE_C_WRITE, po)) == NULL) in create_pe()