HomeSort by: relevance | last modified time | path
    Searched defs:ipc (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/x86/pci/
pci_intr_machdep.c 123 pci_chipset_tag_t ipc, pc = pa->pa_pc; local in function:pci_intr_map
129 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
130 if ((ipc->pc_present & PCI_OVERRIDE_INTR_MAP) == 0)
132 return (*ipc->pc_ov->ov_intr_map)(ipc->pc_ctx, pa, ihp);
229 pci_chipset_tag_t ipc; local in function:pci_intr_string
231 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super)
250 pci_chipset_tag_t ipc; local in function:pci_intr_evcnt
318 pci_chipset_tag_t ipc; local in function:pci_intr_establish_xname_internal
370 pci_chipset_tag_t ipc; local in function:pci_intr_disestablish
    [all...]
pci_machdep.c 599 pci_chipset_tag_t ipc; local in function:pci_make_tag
602 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
603 if ((ipc->pc_present & PCI_OVERRIDE_MAKE_TAG) == 0)
605 return (*ipc->pc_ov->ov_make_tag)(ipc->pc_ctx,
636 pci_chipset_tag_t ipc; local in function:pci_decompose_tag
638 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super)
671 pci_chipset_tag_t ipc; local in function:pci_conf_read
710 pci_chipset_tag_t ipc; local in function:pci_conf_write
749 pci_chipset_tag_t ipc; local in function:pci_conf_write16
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_sw_fence.c 519 struct task_ipc *ipc = container_of(work, typeof(*ipc), work); local in function:task_ipc
521 complete(&ipc->started);
523 i915_sw_fence_wait(ipc->in);
524 smp_store_mb(ipc->value, 1);
525 i915_sw_fence_commit(ipc->out);
530 struct task_ipc ipc; local in function:test_ipc
534 ipc.in = alloc_fence();
535 if (!ipc.in)
537 ipc.out = alloc_fence()
    [all...]
  /src/sys/netipsec/
xform_ipcomp.c 251 struct ipcomp *ipc; local in function:ipcomp_input_cb
306 ipc = (struct ipcomp *)(mtod(m, uint8_t *) + skip);
307 nproto = ipc->comp_nxt;
  /src/sys/dev/isapnp/
isapnp.c 847 struct isapnp_probe_cookie *ipc; local in function:isapnp_match
860 for (ipc = LIST_FIRST(&isapnp_probes); ipc != NULL;
861 ipc = LIST_NEXT(ipc, ipc_link))
862 if (ipc->ipc_parent == parent)
865 ipc = kmem_alloc(sizeof(*ipc), KM_SLEEP);
866 ipc->ipc_parent = parent;
867 LIST_INSERT_HEAD(&isapnp_probes, ipc, ipc_link)
    [all...]
  /src/sys/arch/newsmips/dev/
scsireg.h 264 int ipc; /* number of in progress channel. */ member in struct:sc_softc
  /src/sys/dev/usb/
if_umb.c 2336 struct mbim_cid_ip_configuration_info ipc; local in function:umb_qry_ipconfig
2338 memset(&ipc, 0, sizeof(ipc));
2339 ipc.sessionid = htole32(umb_session_id);
2341 &ipc, sizeof(ipc));

Completed in 70 milliseconds