Searched refs:ACTION (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dsearch.h32 typedef enum { FIND, ENTER } ACTION; typedef in typeref:enum:__anon2783
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dsearch.h61 } ACTION; typedef in typeref:enum:__anon2568
69 ENTRY *hsearch __P((ENTRY, ACTION));
H A Dhsearch.c73 ACTION action;
H A Dhash.h59 } ACTION; typedef in typeref:enum:__anon2566
H A Dhash.c62 static int32_t hash_access __P((HTAB *, ACTION, const DBT *, DBT *));
716 ACTION action;
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-functions.sh12 ACTION=$1
13 PK_RESULT=`hal-is-caller-privileged --udi $UDI --action $ACTION \
23 echo "$ACTION $PK_RESULT <-- (action, result)" >&2
/illumos-gate/usr/src/cmd/krb5/kadmin/cli/
H A Dk5srvutil.sh70 ACTION=`gettext "Change key"`
71 if interactive_prompt "$ACTION" $princ; then
80 ACTION=`gettext "Delete old keys"`
81 if interactive_prompt "$ACTION" $princ; then
91 ACTION=`gettext "Delete all keys"`
92 if interactive_prompt "$ACTION" $princ; then
/illumos-gate/usr/src/head/
H A Dsearch.h43 typedef enum { FIND, ENTER } ACTION; typedef in typeref:enum:__anon2345
56 ENTRY *hsearch(ENTRY, ACTION);
/illumos-gate/usr/src/cmd/avs/sdbc/etc/
H A Dscm.sh314 ACTION=
322 ACTION=$1
326 ACTION=$1
340 if [ $ACTION = "start" ] ; then
342 elif [ $ACTION = "stop" ] ; then
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dhsearch.c117 ENTRY* hsearch(ENTRY item, ACTION action)
121 ACTION action;
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dfsm.txt45 ACTION
/illumos-gate/usr/src/cmd/sendmail/db/hsearch/
H A Dhsearch.c85 ACTION action;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c111 } ACTION; typedef in typeref:enum:__anon2818
249 hsearch(ENTRY item, ACTION action)
371 hsearch(ENTRY item, ACTION action)
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg_lex.l262 <TSTATE>action { return ACTION; }
263 <CSTATE>action { return ACTION; }
H A Dzonecfg_grammar.y135 %token NAME MATCH PRIV LIMIT ACTION VALUE EQUAL OPEN_SQ_BRACKET CLOSE_SQ_BRACKET
148 ACTION BRAND SCHED IPTYPE DEFROUTER HOSTID USER AUTHS FS_ALLOWED
986 | ACTION { $$ = PT_ACTION; }
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dmkservice.c98 #define ACTION 1 macro
318 nq = sp->disc[ACTION];
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c282 *hsearch(ENTRY item, ACTION action)
413 ACTION action; /* FIND or ENTER */
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh181 CHOICE ACTION
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h1016 } ACTION; typedef in typeref:enum:__anon1362
1037 ENTRY *__db_hsearch __P((ENTRY, ACTION));
/illumos-gate/usr/src/cmd/init/
H A Dinit.c285 #define ACTION 3 macro
1681 state = ACTION;
1686 case ACTION :
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc606 ENTRY *hsearch(ENTRY item, ACTION action);

Completed in 109 milliseconds