| /onnv/onnv-gate/usr/src/lib/libc/inc/ |
| nsswitch_priv.h | 65 * Actions: the first of which are from /usr/include/nsswitch.h 98 action_t actions[__NSW_STD_ERRS_V1]; member in struct:__nsw_lookup_v1 116 (lkp)->actions[err] \
|
| /onnv/onnv-gate/usr/src/lib/libtecla/common/ |
| keytab.h | 90 KtAction actions[KTB_NBIND]; /* Bindings from different sources */ member in struct:__anon4206 92 /* of actions[] that has been assigned an */
|
| 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 + i [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/ |
| ServerParameter.java | 80 List actions = new ArrayList(); local 83 actions.add(new ActionGetAll()); 94 actions.add(new ActionGet(keyword)); 97 actions.add(new ActionDelete(keyword)); 99 actions.add(new ActionSet(keyword, value)); 119 // Initialise the actions. 120 iterator = actions.iterator(); 137 // Execute the actions. 138 iterator = actions.iterator(); 193 * Shared super class for actions [all...] |
| /onnv/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
| 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->next [all...] |
| topo_gather.c | 400 char *actions = dstrdup(acts); local 424 /* Actions are of the form "{ACTION}[&{ACTION}]" */ 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 */
|
| /onnv/onnv-gate/usr/src/cmd/lp/include/ |
| requests.h | 74 ushort actions; /* mail/write, immediate/hold/resume, raw */ member in struct:REQUEST 89 * Bit flags for the "actions" member:
|
| /onnv/onnv-gate/usr/src/cmd/rctladm/ |
| rctladm.c | 65 "\trctladm -e actions -d actions rctl_name\n"; 196 char name[BUFSIZE+1], actions[BUFSIZE+1]; local 230 name, actions, &len); 244 if (actions[0] == ';') { 249 action = strtok(actions, ";");
|
| /onnv/onnv-gate/usr/src/head/ |
| nsswitch.h | 107 action_t actions[__NSW_STD_ERRS]; member in struct:__nsw_lookup 124 (lkp)->actions[err] \
|
| /onnv/onnv-gate/usr/src/lib/efcode/engine/ |
| 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);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| ipqosconf.h | 300 ipqos_conf_act_ref_t *actions; member in struct:ipqos_conf_params_s
|
| /onnv/onnv-gate/usr/src/lib/efcode/include/fcode/ |
| proto.h | 381 FNPROTO(actions); variable
|
| /onnv/onnv-gate/usr/src/cmd/avs/dsw/ |
| 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...] |
| /onnv/onnv-gate/usr/src/cmd/init/ |
| init.c | 51 * [qQabc], which indicate actions to be taken pertaining to /etc/inittab. 189 * Correspondence of signals to init actions. 266 #define SYSINIT 9 /* Actions performed before init speaks */ 298 * where it is only interested in the boot actions, and "powerfail" mode, 299 * where it is only interested in powerfail related actions. The following 300 * 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 1523 static char *actions[] = { local [all...] |