| /illumos-gate/usr/src/cmd/bhyve/common/ |
| H A D | acpi_device.c | 47 const struct acpi_device_emul *emul; member 53 struct vmctx *const vm_ctx, const struct acpi_device_emul *const emul) in acpi_device_create() argument 57 assert(emul != NULL); in acpi_device_create() 66 dev->emul = emul; in acpi_device_create() 154 assert(dev->emul != NULL); in acpi_device_build_table() 156 if (dev->emul->build_table != NULL) { in acpi_device_build_table() 157 return (dev->emul->build_table(dev)); in acpi_device_build_table() 194 dsdt_line(" Device (%s)", dev->emul->name); in acpi_device_write_dsdt() 196 dsdt_line(" Name (_HID, \"%s\")", dev->emul->hid); in acpi_device_write_dsdt() 204 if (dev->emul->write_dsdt != NULL) { in acpi_device_write_dsdt() [all …]
|
| H A D | tpm_device.c | 39 struct tpm_emul *emul; member 122 if (dev->emul != NULL && dev->emul->deinit != NULL) in tpm_device_destroy() 123 dev->emul->deinit(dev->emul_sc); in tpm_device_destroy() 174 dev->emul = *ppemul; in tpm_device_create() 177 if (dev->emul == NULL) { in tpm_device_create() 183 if (dev->emul->init) { in tpm_device_create() 184 error = dev->emul->init(&dev->emul_sc, nvl); in tpm_device_create() 204 error = dev->intf->init(&dev->intf_sc, dev->emul, dev->emul_sc, in tpm_device_create()
|
| H A D | tpm_intf_crb.c | 181 struct tpm_emul *emul; member 284 (void) crb->emul->execute_cmd(crb->emul_sc, req, in tpm_crb_thread() 470 tpm_crb_init(void **sc, struct tpm_emul *emul, void *emul_sc, in tpm_crb_init() argument 477 assert(emul != NULL); in tpm_crb_init() 488 crb->emul = emul; in tpm_crb_init()
|
| H A D | tpm_intf.h | 35 int (*init)(void **sc, struct tpm_emul *emul, void *emul_sc,
|
| H A D | pci_emul.c | 275 char *emul, *config, *str, *cp; in pci_parse_slot() local 282 emul = config = NULL; in pci_parse_slot() 285 emul = cp + 1; in pci_parse_slot() 286 if ((cp = strchr(emul, ',')) != NULL) { in pci_parse_slot() 314 pde = pci_emul_finddev(emul); in pci_parse_slot() 317 fnum, emul); in pci_parse_slot() 1497 const char *emul; in init_pci() local 1543 emul = get_config_value_node(nvl, "device"); in init_pci() 1544 if (emul == NULL) { in init_pci() 1549 pde = pci_emul_finddev(emul); in init_pci() [all …]
|
| H A D | acpi_device.h | 48 struct vmctx *vm_ctx, const struct acpi_device_emul *emul);
|
| /illumos-gate/usr/src/uts/common/io/mac/ |
| H A D | mac_util.c | 167 mac_sw_cksum(mblk_t *mp, mac_emul_t emul) in mac_sw_cksum() argument 188 const boolean_t do_v4_cksum = (emul & MAC_IPCKSUM_EMUL) != 0 && in mac_sw_cksum() 190 const boolean_t do_ulp_cksum = (emul & MAC_HWCKSUM_EMUL) != 0 && in mac_sw_cksum() 702 mac_sw_lso(mblk_t *omp, mac_emul_t emul, mblk_t **head, mblk_t **tail, in mac_sw_lso() argument 981 emul |= MAC_IPCKSUM_EMUL; in mac_sw_lso() 1016 if ((ocsum_flags & HCK_TX_FLAGS) && (emul & MAC_HWCKSUM_EMULS)) { in mac_sw_lso() 1019 nhdrmp = mac_sw_cksum(nhdrmp, emul); in mac_sw_lso() 1104 (emul & MAC_HWCKSUM_EMULS)) { in mac_sw_lso() 1107 nhdrmp = mac_sw_cksum(nhdrmp, emul); in mac_sw_lso() 1171 if ((ocsum_flags & HCK_TX_FLAGS) && (emul & MAC_HWCKSUM_EMULS)) { in mac_sw_lso() [all …]
|
| H A D | mac_client.c | 3689 mac_emul_t emul = 0; in mac_tx() local 3692 emul |= MAC_IPCKSUM_EMUL; in mac_tx() 3694 emul |= MAC_HWCKSUM_EMUL; in mac_tx() 3696 emul = MAC_LSO_EMUL; in mac_tx() 3698 mac_hw_emul(&mp, &tail, NULL, emul); in mac_tx()
|
| /illumos-gate/usr/src/uts/common/io/simnet/ |
| H A D | simnet.c | 753 mac_emul_t emul = 0; in simnet_m_tx() local 835 emul |= MAC_IPCKSUM_EMUL; in simnet_m_tx() 837 emul |= MAC_HWCKSUM_EMUL; in simnet_m_tx() 839 emul |= MAC_LSO_EMUL; in simnet_m_tx() 841 if (emul != 0) in simnet_m_tx() 842 mac_hw_emul(&mp, NULL, NULL, emul); in simnet_m_tx()
|
| /illumos-gate/usr/src/grub/grub-0.97/docs/ |
| H A D | grub.info-1 | 648 $ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
|
| H A D | grub.texi | 720 $ @kbd{mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
|
| H A D | grub.info | 648 $ mkisofs -R -b boot/grub/stage2_eltorito -no-emul-boot \
|
| /illumos-gate/usr/src/data/terminfo/ |
| H A D | termcap.src | 2244 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
|
| H A D | terminfo.src | 2533 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode,
|