| /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/crypto/external/bsd/heimdal/dist/lib/ipc/ |
| tc.c | 42 #include <heim-ipc.h> 76 heim_ipc ipc; local 79 ret = heim_ipc_init_context(service, &ipc); 86 ret = heim_ipc_call(ipc, &req, &rep, NULL); 94 ret = heim_ipc_async(ipc, &req, s, reply); 100 heim_ipc_free_context(ipc); 123 test_ipc("MACH:org.h5l.test-ipc"); 125 test_ipc("ANY:org.h5l.test-ipc"); 126 test_ipc("UNIX:org.h5l.test-ipc");
|
| client.c | 63 struct mach_ctx *ipc; local 69 syncq = dispatch_queue_create("heim-ipc-syncq", NULL); 76 ipc = malloc(sizeof(*ipc)); 77 if (ipc == NULL) { 82 ipc->server = sport; 83 ipc->name = strdup(service); 84 if (ipc->name == NULL) { 85 mach_release(ipc); 89 *ctx = ipc; 99 struct mach_ctx *ipc = ctx; local 225 struct mach_ctx *ipc = ctx; local 307 struct mach_ctx *ipc = ctx; local 484 int (*ipc)(void *,const heim_idata *, heim_idata *, heim_icred *); member in struct:hipc_ops [all...] |
| hi_locl.h | 64 #include <heim-ipc.h>
|
| ts.c | 41 #include <heim-ipc.h> 98 heim_sipc_launchd_mach_init("org.h5l.test-ipc", 102 heim_sipc_service_unix("org.h5l.test-ipc",
|
| ts-http.c | 41 #include <heim-ipc.h>
|
| /src/crypto/external/bsd/heimdal/lib/libipc/ |
| Makefile | 8 .PATH: ${HEIMDIST}/lib/ipc 10 LIB= ipc
|
| /src/external/bsd/nvi/dist/dist/ |
| distrib | 24 f=../ipc/ipc_def.h 28 awk -f ../ipc/ipc.awk ../ipc/ipc_cmd.c && 29 awk -f ../ipc/vipc.awk ../ip/ip_read.c) > $f 32 f=../ipc/ipc_gen.c 54 for i in cl common ex gtk ip ipc motif motif_l tcl_api vi; do 80 ../ipc/*.[ch] ../motif/*.[ch] ../motif_l/*.[ch] ../perl_api/*.[ch] \
|
| /src/external/bsd/nsd/sbin/nsd-checkzone/ |
| Makefile | 9 ipc.c \
|
| /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/crypto/external/bsd/heimdal/libexec/digest-service/ |
| Makefile | 15 -I${HEIMDIST}/lib/ipc
|
| /src/external/bsd/nsd/sbin/nsd/ |
| Makefile | 9 ipc.c \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| corefile-shmem-zero-id.c | 18 #include <sys/ipc.h>
|
| /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/crypto/external/bsd/heimdal/dist/kcm/ |
| headers.h | 87 #include <heim-ipc.h>
|
| /src/crypto/external/bsd/heimdal/sbin/kcm/ |
| Makefile | 29 -I${HEIMDIST}/lib/ipc
|
| /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...] |
| /src/external/mit/libuv/dist/src/unix/ |
| pipe.c | 48 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { 53 handle->ipc = ipc; 157 if (handle->ipc) 424 if (!handle->ipc) 439 if (!handle->ipc)
|
| /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. */
|