| /src/sys/arch/x86/pci/ |
| pci_intr_machdep.c | 123 pci_chipset_tag_t ipc, pc = pa->pa_pc; local 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 231 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) 250 pci_chipset_tag_t ipc; local 318 pci_chipset_tag_t ipc; local 370 pci_chipset_tag_t ipc; local [all...] |
| pci_machdep.c | 599 pci_chipset_tag_t ipc; local 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 638 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) 671 pci_chipset_tag_t ipc; local 710 pci_chipset_tag_t ipc; local 749 pci_chipset_tag_t ipc; local [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 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 534 ipc.in = alloc_fence(); 535 if (!ipc.in) 537 ipc.out = alloc_fence() [all...] |
| /src/lib/libc/gen/ |
| ftok.c | 36 #include <sys/ipc.h>
|
| /src/lib/libc/sys/ |
| semctl.c | 37 #include <sys/ipc.h>
|
| /src/share/doc/psd/ |
| Makefile | 16 SUBDIR= 05.sysman 20.ipctut 21.ipc 28 # 16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc
|
| /src/sys/compat/linux/common/ |
| linux_ipc.h | 39 #include <sys/ipc.h> 42 * Structs and values to handle the SYSV ipc/shm/msg calls implemented
|
| /src/lib/libc/compat/sys/ |
| compat_semctl.c | 44 #include <sys/ipc.h>
|
| /src/tests/lib/libc/gen/ |
| t_ftok.c | 35 #include <sys/ipc.h>
|
| /src/sys/arch/newsmips/dev/ |
| scsi_1185.c | 350 if ((cs == NULL) || (sc->ipc >= 0)) 460 if ((sc->ipc < 0) && (sc->wrc <= 0) && (sc->wbc <= 0)) { 502 sc->ipc = chan; 523 sc->ipc = chan; 589 if ((sc->ipc >= 0) && (sc->sel_stat[sc->ipc] == SEL_RSL_WAIT)) { 590 sc->sel_stat[sc->ipc] = SEL_RSLD; 591 sc->ipc = -1; 600 if (sc->sel_stat[sc->ipc] == SEL_RSL_WAIT) 605 if ((sc->ipc >= 0) && (sc->ipc != SC_OWNID) & [all...] |
| scsireg.h | 264 int ipc; /* number of in progress channel. */ member in struct:sc_softc
|
| /src/sys/compat/common/ |
| sysv_ipc_50.c | 43 #include <sys/ipc.h> 61 #include <compat/sys/ipc.h> 73 * Check for ipc permission 178 /* Fill in the IPC data structures. */
|
| /src/sys/dev/isapnp/ |
| isapnp.c | 847 struct isapnp_probe_cookie *ipc; local 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/compat/sys/ |
| sem.h | 12 #include <compat/sys/ipc.h>
|
| msg.h | 25 #include <compat/sys/ipc.h>
|
| shm.h | 38 #include <compat/sys/ipc.h>
|
| /src/sys/sys/ |
| msg.h | 56 #include <sys/ipc.h>
|
| sem.h | 44 #include <sys/ipc.h>
|
| shm.h | 71 #include <sys/ipc.h>
|
| /src/sys/netipsec/ |
| xform_ipcomp.c | 251 struct ipcomp *ipc; local 306 ipc = (struct ipcomp *)(mtod(m, uint8_t *) + skip); 307 nproto = ipc->comp_nxt;
|
| /src/tests/kernel/ |
| t_semtimedop.c | 32 #include <sys/ipc.h>
|
| /src/usr.bin/ipcrm/ |
| ipcrm.c | 32 #include <sys/ipc.h>
|
| /src/sys/arch/ia64/stand/common/ |
| help.common | 271 set kern.ipc.nmbclusters=<value> 277 set kern.ipc.nsfbufs=<value> NSFBUFS
|
| /src/sys/compat/netbsd32/ |
| netbsd32_compat_14_sysv.c | 40 #include <sys/ipc.h>
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_openbsd.cc | 41 #include <sys/ipc.h>
|