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

123

/illumos-gate/usr/src/cmd/mdb/intel/amd64/ipc/
H A DMakefile27 MODULE = ipc.so
30 MODSRCS = ipc.c
/illumos-gate/usr/src/cmd/mdb/intel/ia32/ipc/
H A DMakefile27 MODULE = ipc.so
30 MODSRCS = ipc.c
/illumos-gate/usr/src/cmd/mdb/sparc/v9/ipc/
H A DMakefile27 MODULE = ipc.so
30 MODSRCS = ipc.c
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c99 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
246 substitute(union reptr *ipc) argument
328 command(union reptr *ipc) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dshm.h19 # include <sys/ipc.h>
H A Dsem.h24 # include <sys/ipc.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dsem.h36 #include <sys/ipc.h>
H A Dshm.h40 #include <sys/ipc.h>
H A Dmsg.h36 #include <sys/ipc.h>
/illumos-gate/usr/src/uts/intel/ipc/
H A DMakefile22 # uts/intel/ipc/Makefile
29 # This makefile drives the production of the ipc `user' kernel module.
42 MODULE = ipc
/illumos-gate/usr/src/uts/intel/msgsys/
H A DMakefile60 LDFLAGS += -dy -Nmisc/ipc
/illumos-gate/usr/src/uts/intel/semsys/
H A DMakefile63 LDFLAGS += -dy -Nmisc/ipc
/illumos-gate/usr/src/uts/intel/shmsys/
H A DMakefile63 LDFLAGS += -dy -Nmisc/ipc
/illumos-gate/usr/src/uts/sparc/ipc/
H A DMakefile22 # uts/sparc/ipc/Makefile
28 # This makefile drives the production of the ipc `user' kernel module.
41 MODULE = ipc
/illumos-gate/usr/src/uts/sparc/msgsys/
H A DMakefile61 LDFLAGS += -dy -Nmisc/ipc
/illumos-gate/usr/src/uts/sparc/semsys/
H A DMakefile64 LDFLAGS += -dy -Nmisc/ipc
/illumos-gate/usr/src/uts/sparc/shmsys/
H A DMakefile64 LDFLAGS += -dy -Nmisc/ipc
/illumos-gate/usr/src/cmd/truss/
H A DMakefile.com31 OBJS= main.o listopts.o ipc.o actions.o expound.o codes.o print.o \
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dshmsys.c39 #include <sys/ipc.h>
H A Dmsgsys.c39 #include <sys/ipc.h>
/illumos-gate/usr/src/cmd/format/
H A Dmenu_fdisk.c521 int ipc; local
523 ipc = i * sizeof (struct ipart);
526 bootptr = &boot_sec.parts[ipc];
751 int ipc; local
753 ipc = i * sizeof (struct ipart);
756 bootptr = &mboot.parts[ipc];
876 int ipc; local
878 ipc = i * sizeof (struct ipart);
881 bootptr = &mboot.parts[ipc];
/illumos-gate/usr/src/cmd/vntsd/
H A Dqueue.c32 #include <sys/ipc.h>
37 #include <sys/ipc.h>
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c988 ip_t *ipc, *ip; local
1177 ipc = &ic->icmp_ip;
1178 i = ntohs(ipc->ip_len);
1184 i = ipc->ip_len;
1185 ipoff = ntohs(ipc->ip_off);
1186 proto = getproto(ipc->ip_p);
1189 ((ipc->ip_p == IPPROTO_TCP) ||
1190 (ipc->ip_p == IPPROTO_UDP))) {
1191 tp = (tcphdr_t *)((char *)ipc + hl);
1194 HOSTNAME_V4(res, ipc
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dmsgsys.c35 #include <sys/ipc.h>
H A Dsemsys.c35 #include <sys/ipc.h>

Completed in 173 milliseconds

123