Searched refs:ipc (Results 1 - 25 of 115) sorted by relevance

12345

/netbsd-current/sys/arch/x86/pci/
H A Dpci_intr_machdep.c123 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
250 pci_chipset_tag_t ipc; local
318 pci_chipset_tag_t ipc; local
370 pci_chipset_tag_t ipc; local
[all...]
H A Dpci_machdep.c595 pci_chipset_tag_t ipc; local
598 for (ipc = pc; ipc != NULL; ipc = ipc->pc_super) {
599 if ((ipc->pc_present & PCI_OVERRIDE_MAKE_TAG) == 0)
601 return (*ipc->pc_ov->ov_make_tag)(ipc->pc_ctx,
632 pci_chipset_tag_t ipc; local
634 for (ipc
667 pci_chipset_tag_t ipc; local
706 pci_chipset_tag_t ipc; local
745 pci_chipset_tag_t ipc; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/ipc/
H A Dtc.c42 #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");
H A Dclient.c63 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...]
H A Dhi_locl.h64 #include <heim-ipc.h>
H A Dts.c41 #include <heim-ipc.h>
98 heim_sipc_launchd_mach_init("org.h5l.test-ipc",
102 heim_sipc_service_unix("org.h5l.test-ipc",
/netbsd-current/crypto/external/bsd/heimdal/lib/libipc/
H A DMakefile8 .PATH: ${HEIMDIST}/lib/ipc
10 LIB= ipc
/netbsd-current/external/bsd/nvi/dist/dist/
H A Ddistrib24 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] \
/netbsd-current/external/bsd/nsd/sbin/nsd-checkzone/
H A DMakefile9 ipc.c \
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Di915_sw_fence.c519 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
[all...]
/netbsd-current/lib/libc/sys/
H A Dsemctl.c37 #include <sys/ipc.h>
/netbsd-current/share/doc/psd/
H A DMakefile16 SUBDIR= 05.sysman 20.ipctut 21.ipc
28 # 16.lex 17.m4 18.gprof 19.curses 20.ipctut 21.ipc
/netbsd-current/lib/libc/gen/
H A Dftok.c36 #include <sys/ipc.h>
/netbsd-current/external/bsd/nsd/sbin/nsd/
H A DMakefile9 ipc.c \
/netbsd-current/crypto/external/bsd/heimdal/libexec/digest-service/
H A DMakefile15 -I${HEIMDIST}/lib/ipc
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/
H A DMakefile.am38 ipc \
/netbsd-current/sys/compat/linux/common/
H A Dlinux_ipc.h39 #include <sys/ipc.h>
42 * Structs and values to handle the SYSV ipc/shm/msg calls implemented
/netbsd-current/crypto/external/bsd/heimdal/dist/kcm/
H A Dheaders.h87 #include <heim-ipc.h>
H A DMakefile.am40 $(top_builddir)/lib/ipc/libheim-ipcs.la \
/netbsd-current/crypto/external/bsd/heimdal/sbin/kcm/
H A DMakefile29 -I${HEIMDIST}/lib/ipc
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dpipe.c33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { argument
38 handle->ipc = ipc;
100 if (handle->ipc)
303 if (!handle->ipc)
318 if (!handle->ipc)
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_semctl.c44 #include <sys/ipc.h>
/netbsd-current/tests/lib/libc/gen/
H A Dt_ftok.c35 #include <sys/ipc.h>
/netbsd-current/sys/arch/newsmips/dev/
H A Dscsi_1185.c350 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 >
[all...]
/netbsd-current/sys/compat/common/
H A Dsysv_ipc_50.c43 #include <sys/ipc.h>
61 #include <compat/sys/ipc.h>
73 * Check for ipc permission

Completed in 178 milliseconds

12345