HomeSort by relevance Sort by last modified time
    Searched defs:ipc (Results 1 - 4 of 4) sorted by null

  /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/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/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/lib/smbsrv/libmlsvc/common/
smb_share.c 465 /* IPC$ share cannot be removed */
522 /* IPC$ share cannot be renamed */
603 /* IPC$ share cannot be modified */
757 * Special share reserved for interprocess communication (IPC$) or
782 * shares are generally STYPE_SPECIAL, for example, IPC$. All the
791 "IPC$"
1089 * Add IPC$ to the cache upon startup.
1094 smb_share_t ipc; local
1097 bzero(&ipc, sizeof (smb_share_t));
1098 (void) strcpy(ipc.shr_name, "IPC$")
    [all...]

Completed in 120 milliseconds