HomeSort by relevance Sort by last modified time
    Searched refs:ipc (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/cmd/mdb/intel/amd64/ipc/
Makefile 28 MODULE = ipc.so
31 MODSRCS = ipc.c
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/ia32/ipc/
Makefile 28 MODULE = ipc.so
31 MODSRCS = ipc.c
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/v9/ipc/
Makefile 28 MODULE = ipc.so
31 MODSRCS = ipc.c
  /onnv/onnv-gate/usr/src/ucbcmd/sed/
sed1.c 99 static int substitute(union reptr *ipc);
101 static void command(union reptr *ipc);
108 union reptr *ipc; local
127 ipc = pending;
139 for(ipc = ptrspace; ipc->r1.command; ) {
141 p1 = ipc->r1.ad1;
142 p2 = ipc->r1.ad2;
146 if(ipc->r1.inar) {
152 ipc->r1.inar = 0
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
shm.h 19 # include <sys/ipc.h>
sem.h 26 # include <sys/ipc.h>
  /onnv/onnv-gate/usr/src/uts/intel/ipc/
Makefile 22 # uts/intel/ipc/Makefile
29 # This makefile drives the production of the ipc `user' kernel module.
42 MODULE = ipc
  /onnv/onnv-gate/usr/src/uts/sparc/ipc/
Makefile 22 # uts/sparc/ipc/Makefile
28 # This makefile drives the production of the ipc `user' kernel module.
41 MODULE = ipc
  /onnv/onnv-gate/usr/src/uts/common/sys/
sem.h 36 #include <sys/ipc.h>
43 * IPC Semaphore Facility.
msg.h 36 #include <sys/ipc.h>
43 * IPC Message Facility.
shm.h 40 #include <sys/ipc.h>
47 * IPC Shared Memory Facility.
  /onnv/onnv-gate/usr/src/uts/intel/msgsys/
Makefile 60 LDFLAGS += -dy -Nmisc/ipc
  /onnv/onnv-gate/usr/src/uts/intel/semsys/
Makefile 63 LDFLAGS += -dy -Nmisc/ipc
  /onnv/onnv-gate/usr/src/uts/intel/shmsys/
Makefile 63 LDFLAGS += -dy -Nmisc/ipc
  /onnv/onnv-gate/usr/src/uts/sparc/msgsys/
Makefile 61 LDFLAGS += -dy -Nmisc/ipc
  /onnv/onnv-gate/usr/src/uts/sparc/semsys/
Makefile 64 LDFLAGS += -dy -Nmisc/ipc
  /onnv/onnv-gate/usr/src/uts/sparc/shmsys/
Makefile 64 LDFLAGS += -dy -Nmisc/ipc
  /onnv/onnv-gate/usr/src/cmd/truss/
Makefile.com 32 OBJS= main.o listopts.o ipc.o actions.o expound.o codes.o print.o \
  /onnv/onnv-gate/usr/src/cmd/mdb/
Makefile.common 68 ipc \
  /onnv/onnv-gate/usr/src/lib/libc/port/sys/
shmsys.c 39 #include <sys/ipc.h>
  /onnv/onnv-gate/usr/src/cmd/format/
menu_fdisk.c 485 int ipc; local
487 ipc = i * sizeof (struct ipart);
490 bootptr = &boot_sec.parts[ipc];
705 int ipc; local
707 ipc = i * sizeof (struct ipart);
710 bootptr = &mboot.parts[ipc];
830 int ipc; local
832 ipc = i * sizeof (struct ipart);
835 bootptr = &mboot.parts[ipc];
  /onnv/onnv-gate/usr/src/cmd/vntsd/
queue.c 32 #include <sys/ipc.h>
37 #include <sys/ipc.h>
  /onnv/onnv-gate/usr/src/lib/libbsm/
audit_class.txt 51 0x00000200:ip:ipc
  /onnv/onnv-gate/usr/src/cmd/ipf/tools/
ipmon.c 985 ip_t *ipc, *ip; local
1174 ipc = &ic->icmp_ip;
1175 i = ntohs(ipc->ip_len);
1181 i = ipc->ip_len;
1182 ipoff = ntohs(ipc->ip_off);
1183 proto = getproto(ipc->ip_p);
1186 ((ipc->ip_p == IPPROTO_TCP) ||
1187 (ipc->ip_p == IPPROTO_UDP))) {
1188 tp = (tcphdr_t *)((char *)ipc + hl);
1191 HOSTNAME_V4(res, ipc->ip_src)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nisshowcache.c 40 #include <sys/ipc.h>

Completed in 1440 milliseconds

1 2 3 4