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

  /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...]
  /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/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/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/external/bsd/ipf/dist/tools/
ipmon.c 1039 ip_t ipc, ip; local
1276 memcpy(&ipc, &ic.icmp_ip, sizeof(ipc));
1277 i = ntohs(ipc.ip_len);
1283 i = ipc.ip_len;
1284 ipoff = ntohs(ipc.ip_off);
1285 proto = getlocalproto(ipc.ip_p);
1288 ((ipc.ip_p == IPPROTO_TCP) ||
1289 (ipc.ip_p == IPPROTO_UDP))) {
1293 HOSTNAMEV4(ipc.ip_src)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c 470 uint64_t ipc = 0; local
471 int rc = read_u64 (bufstate, &ipc);
554 "hwcdrv: '%s' ipc=0x%llx ena=%llu run=%llu "
556 ctr_state->ev_def->name, (long long) ipc,
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c 470 uint64_t ipc = 0; local
471 int rc = read_u64 (bufstate, &ipc);
554 "hwcdrv: '%s' ipc=0x%llx ena=%llu run=%llu "
556 ctr_state->ev_def->name, (long long) ipc,
  /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
2338 memset(&ipc, 0, sizeof(ipc));
2339 ipc.sessionid = htole32(umb_session_id);
2341 &ipc, sizeof(ipc));
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
init_creds_pw.c 40 #include <heim-ipc.h>
1920 heim_ipc *ipc = ctx; local
1921 heim_ipc_init_context("ANY:org.h5l.armor-service", ipc);
1946 krb5_set_error_message(context, ENOTSUP, "Fast armor IPC service not supportted yet on Windows");
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32_isr.h 63 IPC and the other is the stack address of current task. Use intrinsic
64 function to get IPC and the input argument of the handler functions + 8 to
66 new_sp with the stack address of new task and replace IPC system register
67 with IPC of new task, then, just return from handler. The context switching
404 int ipc; member in struct:__anon13394
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32_isr.h 63 IPC and the other is the stack address of current task. Use intrinsic
64 function to get IPC and the input argument of the handler functions + 8 to
66 new_sp with the stack address of new task and replace IPC system register
67 with IPC of new task, then, just return from handler. The context switching
404 int ipc; member in struct:__anon15828
  /src/external/gpl3/gdb/dist/sim/avr/
interp.c 795 unsigned int ipc; local
848 ipc = avr_cpu->pc;
855 flash[ipc].code = decode(ipc);
856 avr_cpu->pc = ipc;
865 avr_cpu->pc = ((flash[ipc].r << 16) | flash[ipc + 1].op) & PC_MASK;
882 do_call (cpu, (flash[ipc].r << 16) | flash[ipc + 1].op);
920 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, ipc, sim_stopped, SIM_SIGTRAP) local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/avr/
interp.c 795 unsigned int ipc; local
848 ipc = avr_cpu->pc;
855 flash[ipc].code = decode(ipc);
856 avr_cpu->pc = ipc;
865 avr_cpu->pc = ((flash[ipc].r << 16) | flash[ipc + 1].op) & PC_MASK;
882 do_call (cpu, (flash[ipc].r << 16) | flash[ipc + 1].op);
920 sim_engine_halt (CPU_STATE (cpu), cpu, NULL, ipc, sim_stopped, SIM_SIGTRAP) local
    [all...]
  /src/external/mit/libuv/dist/include/
uv.h 814 /* Binary-safe I/O mode for IPC (Unix-only) */
865 int ipc; /* non-zero if this pipe is used for passing handles */ member in struct:uv_pipe_s
869 UV_EXTERN int uv_pipe_init(uv_loop_t*, uv_pipe_t* handle, int ipc);
1296 uint64_t ru_msgsnd; /* IPC messages sent */
1297 uint64_t ru_msgrcv; /* IPC messages received */

Completed in 59 milliseconds