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

  /onnv/onnv-gate/usr/src/cmd/svc/servinfo/
servinfo.c 31 * to obtain port and proto information for the specified service.
60 #define PROTO 0x4
176 } else if (options & PROTO) {
200 * Print the concatenated output if options is PROTO or PORT.
202 if (options & (PROTO | PORT))
237 options = PROTO;
279 } else if (options & PROTO)
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
Solaris_NFSMount.h 135 #define PROTO (POSIX + 1)
138 #define PUBLIC (PROTO + 1)
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/
Solaris_NFS.h 146 #define PROTO (POSIX + 1)
147 {"Proto", cim_false, string},
149 #define PUBLIC (PROTO + 1)
  /onnv/onnv-gate/usr/src/cmd/cron/
cron.h 78 #define PROTO "/etc/cron.d/.proto"
  /onnv/onnv-gate/usr/src/tools/pmodes/
pmodes.c 86 #define PROTO "prototype_"
105 static int proto = 0; variable
145 case 'P': proto = 1; break;
241 else if (!proto && access(name, R_OK) == 0)
254 if (strstr(de->d_name, PROTO) != NULL &&
374 if (strstr(p, PROTO) == NULL)
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppfsm.h 74 * proto non-terminal states
77 #define PROTO 0
78 #define RES1 (PROTO+1)
79 #define RES1a (PROTO+2)
80 #define RES1e (PROTO+3)
81 #define RES1f (PROTO+4)
82 #define RES1h (PROTO+5)
83 #define RES1l (PROTO+6)
84 #define RES1n (PROTO+7)
85 #define RES1o (PROTO+8
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/configd/
client.c     [all...]

Completed in 5939 milliseconds