Searched defs:PROTO (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/svc/servinfo/ |
H A D | servinfo.c | 60 #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)
|
/illumos-gate/usr/src/cmd/cron/ |
H A D | cron.h | 81 #define PROTO "/etc/cron.d/.proto" macro
|
/illumos-gate/usr/src/tools/pmodes/ |
H A D | pmodes.c | 86 #define PROTO "prototype_" macro 254 if (strstr(de->d_name, PROTO) != NULL && 374 if (strstr(p, PROTO) == NULL)
|
/illumos-gate/usr/src/lib/libpp/common/ |
H A D | ppfsm.h | 77 #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...] |
/illumos-gate/usr/src/cmd/svc/configd/ |
H A D | client.c | 2090 #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...] |
Completed in 76 milliseconds