Home
last modified time | relevance | path

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

/src/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);
/src/lib/libpe/
H A DMakefile23 pe_init.c \
/src/usr.sbin/bhyve/
H A Dpci_hostbridge.c102 .pe_init = pci_hostbridge_init,
H A Dpci_uart.c126 .pe_init = pci_uart_init,
H A Dpci_virtio_rnd.c202 .pe_init = pci_vtrnd_init,
H A Dpci_emul.h58 int (*pe_init)(struct pci_devinst *, nvlist_t *); member
H A Dpci_virtio_9p.c344 .pe_init = pci_vt9p_init,
H A Dpci_fbuf.c479 .pe_init = pci_fbuf_init,
H A Dpci_virtio_block.c591 .pe_init = pci_vtblk_init,
H A Dpci_virtio_net.c805 .pe_init = pci_vtnet_init,
H A Dpci_virtio_input.c769 .pe_init = pci_vtinput_init,
H A Dpci_virtio_console.c759 .pe_init = pci_vtcon_init,
H A Dpci_virtio_scsi.c1123 .pe_init = pci_vtscsi_init,
H A Dpci_emul.c1169 err = (*pde->pe_init)(pdi, fi->fi_config); in pci_emul_init()
2798 .pe_init = pci_emul_dinit,
H A Dpci_hda.c269 .pe_init = pci_hda_init,
H A Dpci_passthru.c1449 .pe_init = passthru_init,
H A Dpci_e82545.c2530 .pe_init = e82545_init,
H A Dpci_ahci.c2765 .pe_init = pci_ahci_init,
H A Dpci_xhci.c3262 .pe_init = pci_xhci_init,
H A Dpci_nvme.c3407 .pe_init = pci_nvme_init,
/src/contrib/elftoolchain/elfcopy/
H A Dpe.c77 if ((pe = pe_init(ofd, PE_C_WRITE, po)) == NULL) in create_pe()
/src/usr.sbin/bhyve/amd64/
H A Dpci_lpc.c611 .pe_init = pci_lpc_init,