Searched refs:PROTO (Results 1 - 18 of 18) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libpp/common/
H A Dppfsm.h77 #define PROTO 0 macro
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)
86 #define RES1t (PROTO
[all...]
H A Dppfsm.c51 * PROTO proto (ANSI -> K&R,C++,ANSI)
96 { PROTO, { C_XXX }, S_CHR, },
97 { PROTO, { C_EOF }, S_EOF, },
98 { PROTO, { C_DEC }, BAD1, },
99 { PROTO, { '.' }, DOT, },
100 { PROTO, { C_LET }, NID, },
101 { PROTO, { 'L' }, LIT, },
102 { PROTO, { 'd', 'e', 'f', 'i' }, RES1, },
103 { PROTO, { 'r', 's', 't', 'v' }, RES1, },
104 { PROTO, { '
[all...]
H A Dppproto.c590 state = PROTO;
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dcheckproto.sh70 PROTO=${WS}/proto/root_${MACH}
85 protolist ${PROTO} > $PLIST
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecalgs31 # PROTO|protocol-id|protocol-name|exec-mode
34 PROTO|2|PROTO_IPSEC_AH|sync
35 PROTO|3|PROTO_IPSEC_ESP|sync
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.h78 #define PROTO "/etc/cron.d/.proto" macro
H A Dat.c377 sprintf(pname, "%s", PROTO);
378 sprintf(pname1, "%s.%c", PROTO, 'a'+jobtype);
/opensolaris-onvv-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c60 #define PROTO 0x4 macro
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)
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/
H A DSolaris_NFS.h146 #define PROTO (POSIX + 1) macro
149 #define PUBLIC (PROTO + 1)
H A DSolaris_NFS.c1088 propValues[PROTO] = strdup(nfs_mount->nml_proto);
1089 if (propValues[PROTO] == NULL) {
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
H A DSolaris_NFSMount.h135 #define PROTO (POSIX + 1) macro
138 #define PUBLIC (PROTO + 1)
H A DSolaris_NFSMount.c2299 propValues[PROTO] = strdup(nfs_mount->nml_proto);
2300 if (propValues[PROTO] == NULL) {
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c252 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \
253 (TMP = getservbyname (NAME, PROTO), (SP) = TMP, (ERR) = (SP) ? 0 : -1)
254 #define GET_SERV_BY_PORT(PORT, PROTO, SP, ERR, TMP) \
255 (TMP = getservbyport (PORT, PROTO), (SP) = TMP, (ERR) = (SP) ? 0 : -1)
262 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \
266 (SP) = (getservbyname_r((NAME), (PROTO), &TMP.ent, \
273 #define GET_SERV_BY_PORT(PORT, PROTO, SP, ERR, TMP) \
277 (SP) = (getservbyport_r((PORT), (PROTO), &TMP.ent, \
290 #define GET_SERV_BY_NAME(NAME, PROTO, SP, ERR, TMP) \
292 (SP) = getservbyname_r((NAME), (PROTO),
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/configd/
H A Dclient.c2090 #define PROTO(p, f, in) { \ macro
2153 PROTO(REP_PROTOCOL_ENTITY_SETUP, entity_setup,
2159 PROTO(REP_PROTOCOL_ENTITY_GET_CHILD, entity_get_child,
2161 PROTO(REP_PROTOCOL_ENTITY_GET_PARENT, entity_get_parent,
2163 PROTO(REP_PROTOCOL_ENTITY_GET, entity_get,
2165 PROTO(REP_PROTOCOL_ENTITY_UPDATE, entity_update,
2167 PROTO(REP_PROTOCOL_ENTITY_CREATE_CHILD, entity_create_child,
2169 PROTO(REP_PROTOCOL_ENTITY_CREATE_PG, entity_create_pg,
2171 PROTO(REP_PROTOCOL_ENTITY_DELETE, entity_delete,
2173 PROTO(REP_PROTOCOL_ENTITY_RESE
2229 #undef PROTO macro
[all...]
/opensolaris-onvv-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h11 "PROTO", PROTO,
/opensolaris-onvv-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h11 "PROTO", PROTO,
/opensolaris-onvv-gate/usr/src/tools/pmodes/
H A Dpmodes.c86 #define PROTO "prototype_" macro
254 if (strstr(de->d_name, PROTO) != NULL &&
374 if (strstr(p, PROTO) == NULL)
/opensolaris-onvv-gate/usr/src/cmd/hwdata/
H A Dpci.ids536 0017 PROTO-3 PCI Prototyping board

Completed in 251 milliseconds