Searched defs:ipc (Results 1 - 5 of 5) sorted by relevance

/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/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/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/man/man3head/
H A DMakefile46 ipc.h.3head \
135 ipc.3head \
224 ipc.3head := LINKSRC = ipc.h.3head
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h249 uint32_t ipc:1; /* IP Checksum Correct */ member in struct:Vmxnet3_RxCompDesc

Completed in 66 milliseconds