/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | keytab.h | 90 KtAction actions[KTB_NBIND]; /* Bindings from different sources */ member in struct:__anon4092 92 /* of actions[] that has been assigned an */
|
H A D | keytab.c | 66 HashTable *actions; /* The hash table of actions */ member in struct:KeyTab 108 kt->actions = NULL; 125 * Allocate a hash table of actions. 127 kt->actions = _new_HashTable(NULL, KT_HASH_SIZE, IGNORE_CASE, NULL, 0); 128 if(!kt->actions) 153 kt->actions = _del_HashTable(kt->actions); 228 Symbol *sym = _find_HashSymbol(kt->actions, action); 370 KtAction *action = sym->actions [all...] |
/illumos-gate/usr/src/lib/libc/inc/ |
H A D | nsswitch_priv.h | 98 action_t actions[__NSW_STD_ERRS_V1]; member in struct:__nsw_lookup_v1 116 (lkp)->actions[err] \
|
/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 39 from pkg import actions namespace 287 """Object to track information about manifest actions. 289 This currently understands file, link, dir, and hardlink actions. 295 # Currently, all actions that we support have a "path" 580 for the actions therein. 587 except actions.ActionError, exc: 621 # should work for any other such actions. 631 # different actions with the same "path" attribute, we
|
/illumos-gate/usr/src/lib/efcode/engine/ |
H A D | actions.c | 228 actions(fcode_env_t *env) function 233 token_roundup(env, "actions"); 242 set_here(env, (uchar_t *)d, "actions"); 261 TODO; /* use-actions in compile state. */ 289 actions(env); 393 FORTH(0, "dump-actions", dump_actions); 394 FORTH(IMMEDIATE, "actions", actions); 395 FORTH(IMMEDIATE, "use-actions", use_actions);
|
/illumos-gate/usr/src/head/ |
H A D | nsswitch.h | 107 action_t actions[__NSW_STD_ERRS]; member in struct:__nsw_lookup 124 (lkp)->actions[err] \
|
/illumos-gate/usr/src/cmd/rctladm/ |
H A D | rctladm.c | 63 "\trctladm -e actions -d actions rctl_name\n"; 194 char name[BUFSIZE+1], actions[BUFSIZE+1]; local 228 name, actions, &len); 242 if (actions[0] == ';') { 247 action = strtok(actions, ";");
|
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 116 * No need to execute redundant indicator actions 153 ind_action_t *actions; local 162 * Find the list of actions that correspond to this state change. 179 /* Now we have a set of actions to perform: */ 180 actions = rulelist->action_list; 182 while (actions != NULL) { 185 actions->ind_state, actions->ind_name); 205 actions = actions [all...] |
H A D | topo_gather.c | 400 char *actions = dstrdup(acts); local 425 if (!failed && (p = strtok_r(actions, "&", &lasts)) != NULL) { 438 if (indicator_breakup(actions, &state, &name) != 0) 444 dfree(actions, actionslen); 585 /* Process state rules and indicator actions */
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 106 void (*emit)(const void *, void *, size_t), void *src, int actions) 114 kwp->kw_actions = actions; 105 ksyms_walk(ksyms_walkinfo_t *kwp, void *target, ssize_t resid, void (*emit)(const void *, void *, size_t), void *src, int actions) argument
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | requests.h | 74 ushort actions; /* mail/write, immediate/hold/resume, raw */ member in struct:REQUEST 89 * Bit flags for the "actions" member:
|
/illumos-gate/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind.c | 176 _Unw_very_boring_personality(int version, int actions, uint64_t exclass, argument
|
/illumos-gate/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 381 FNPROTO(actions); variable
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
H A D | ipqosconf.h | 300 ipqos_conf_act_ref_t *actions; member in struct:ipqos_conf_params_s
|
H A D | ipqosconf.c | 1164 /* two different spec'd actions */ 1357 * Marks all the actions and their constituent elements in conf 1374 * differences the configuration in new against old marking the actions 1390 /* check the new actions against the old */ 1413 * mark actions, and their contents, in old but not new that were 2096 * causes all items marked as requiring change in actions and old_actions 2102 ipqos_conf_action_t *actions, 2113 res = add_items(actions, B_FALSE); 2120 res = modify_items(actions); 2137 ipqos_conf_action_t *actions, 2101 applydiff( ipqos_conf_action_t *actions, ipqos_conf_action_t *old_actions) argument 2136 add_items( ipqos_conf_action_t *actions, boolean_t rem_undo) argument 2183 add_item( ipqos_conf_action_t *actions, boolean_t rem_undo) argument 2434 remove_items( ipqos_conf_action_t *actions, boolean_t add_undo) argument 2585 modify_items(ipqos_conf_action_t *actions) argument 2784 rollback( ipqos_conf_action_t *actions, ipqos_conf_action_t *old_actions) argument 6644 free_actions( ipqos_conf_action_t *actions) argument 6714 actionexist( char *action_name, ipqos_conf_action_t *actions) argument 8123 actions_unique(ipqos_conf_action_t *actions, char **name) argument 8216 validconf( ipqos_conf_action_t *actions, int userconf) argument 9237 retry_name_lookups( ipqos_conf_action_t *actions) argument [all...] |
/illumos-gate/usr/src/cmd/avs/dsw/ |
H A D | iiadm.c | 245 int actions = 0; local 257 actions++; 273 actions++; 280 actions++; 300 actions++; 306 actions++; 310 actions++; 326 actions++; 331 actions++; 337 actions [all...] |
/illumos-gate/usr/src/cmd/init/ |
H A D | init.c | 52 * [qQabc], which indicate actions to be taken pertaining to /etc/inittab. 191 * Correspondence of signals to init actions. 300 * where it is only interested in the boot actions, and "powerfail" mode, 301 * where it is only interested in powerfail related actions. The following 302 * masks declare the legal actions for each mode. 844 * to take care of the usual respawn actions. 865 * "init" is finished with all actions for 1304 * to die, for all other actions we do wait. 1523 static char *actions[] = { local 1533 * Only these actions wil [all...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 3446 * dev bypass parameters; actions and modes 3450 /* actions */ 6700 __be32 actions; member in struct:fw_watchdog_cmd
|