Searched refs:action (Results 101 - 125 of 390) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libelfsign/common/
H A Dlibelfsign.h135 enum ES_ACTION action);
141 struct filesignatures **fspp, size_t *fs_len, enum ES_ACTION action);
165 char *signer_DN, ELFCert_t *certp, enum ES_ACTION action);
H A Delfsignlib.c56 struct filesignatures *fssp, enum ES_ACTION action);
238 elfsign_begin(const char *filename, enum ES_ACTION action, ELFsign_t *essp) argument
252 switch (action) {
283 ess->es_action = action;
477 * IN: ess, fsspp, action
484 enum ES_ACTION action)
501 ES_ACTISUPDATE(action) ? "ES_UPDATE" : "ES_GET", elf_section);
533 if (ES_ACTISUPDATE(action) && (sig_scn == NULL)) {
632 if (ES_ACTISUPDATE(action)) {
653 (struct filesignatures *)data->d_buf, action); local
481 elfsign_signatures(ELFsign_t ess, struct filesignatures **fsspp, size_t *fslen, enum ES_ACTION action) argument
1193 elfsign_switch(ELFsign_t ess, struct filesignatures *fssp, enum ES_ACTION action) argument
1256 elfsign_buffer_len(ELFsign_t ess, size_t *ip, uchar_t *cp, enum ES_ACTION action) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog.cc55 action = a;
72 switch (action) {
80 printf ("action(%d): ", action);
/illumos-gate/usr/src/cmd/cron/
H A Dfuncs.c153 cron_sendmsg(char action, char *login, char *fname, char etype) argument
174 pmsg->action = action;
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.c137 if (hotplug_event->action == HOTPLUG_ACTION_ADD) {
139 } else if (hotplug_event->action == HOTPLUG_ACTION_REMOVE) {
142 HAL_ERROR (("unsupported action %d", hotplug_event->action));
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DTest.java34 * action=[add,delete,modify,view,list]
97 String action = getToken(o, "action=");
222 if (action.equals("list")) {
237 } else if (action.equals("view")) {
246 } else if (action.equals("add")) {
258 } else if (action.equals("modify")) {
266 } else if (action.equals("delete")) {
275 System.out.println("unknown action");
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.c385 xcppm_set_led(int action) argument
390 ASSERT(action == PPM_LEDON || action == PPM_LEDOFF);
392 (action == PPM_LEDON) ? "on" : "off"));
397 if (action == PPM_LEDON)
407 xcppm_blink_led(void *action) argument
420 if ((int)(uintptr_t)action == PPM_LEDON) {
424 ASSERT((int)(uintptr_t)action == PPM_LEDOFF);
437 xcppm_freeze_led(void *action) argument
442 DPRINTF(D_LOWEST, ("xcppm_freeze_led: action
595 xcppm_gpio_port2(int action, uint8_t pos) argument
669 xcppm_switch_dcdc_converter(int action) argument
1668 int action; local
[all...]
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c782 void (*action)(void *arg, int index, const char *event, uint64_t preset,
802 action(arg, rp->cr_index, rp->cr_event, rp->cr_preset,
813 void (*action)(void *arg, const char *event), int is_generic)
861 action(arg, p);
873 void (*action)(void *arg, const char *event))
875 cpc_walk_events_impl(cpc, arg, action, 0);
882 void (*action)(void *arg, const char *event))
884 cpc_walk_events_impl(cpc, arg, action, 1);
890 void (*action)(void *arg, uint_t picno, const char *event), int is_generic)
923 action(ar
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dclose.c49 tnfctl_close(tnfctl_handle_t *hdl, tnfctl_targ_op_t action) argument
99 switch (action) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c282 *hsearch(ENTRY item, ACTION action) argument
284 /* action: FIND or ENTER */
295 if (action == ENTER)
308 if (action == ENTER)
324 D6: if (action == FIND) /* Insert if requested */
411 *hsearch(item, action) /* Chained search with sorted lists */
413 ACTION action; /* FIND or ENTER */
426 if (action == FIND)
442 if (action == FIND)
H A Drctlops.c145 rctlblk_set_local_action(rctlblk_t *rblk, uint_t action, int signal) argument
150 RCTL_LOCAL_ACTION_MASK) | (action & ~RCTL_LOCAL_ACTION_MASK);
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dkmfcfg.c42 int (*action)(int, char *[]); member in struct:verbcmd_s
223 ret = (*cmds[found].action)(argc, argv);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h256 #define _DTMTCH(dt,key,action) \
266 action (_e ? _o : (Void_t*)0); \
269 #define _DTSRCH(dt,obj,action) \
279 action (_e ? _o : (Void_t*)0); \
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dfmtmsglib.c78 "action", 0, MM_action,
201 fmtmsg(long classification, const char* label, int severity, const char* text, const char* action, const char* tag)
300 if ((mask & MM_action) && action || (mask & MM_tag) && (label || tag))
305 if ((mask & MM_action) && action)
306 sfprintf(sp, " %s", action);
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h256 #define _DTMTCH(dt,key,action) \
266 action (_e ? _o : (Void_t*)0); \
269 #define _DTSRCH(dt,obj,action) \
279 action (_e ? _o : (Void_t*)0); \
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h256 #define _DTMTCH(dt,key,action) \
266 action (_e ? _o : (Void_t*)0); \
269 #define _DTSRCH(dt,obj,action) \
279 action (_e ? _o : (Void_t*)0); \
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h256 #define _DTMTCH(dt,key,action) \
266 action (_e ? _o : (Void_t*)0); \
269 #define _DTSRCH(dt,obj,action) \
279 action (_e ? _o : (Void_t*)0); \
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h256 #define _DTMTCH(dt,key,action) \
266 action (_e ? _o : (Void_t*)0); \
269 #define _DTSRCH(dt,obj,action) \
279 action (_e ? _o : (Void_t*)0); \
282 #define DTTREEMATCH(dt,key,action) _DTMTCH(_DT(dt),(Void_t*)(key),action)
283 #define DTTREESEARCH(dt,obj,action) _DTSRCH(_DT(dt),(Void_t*)(obj),action)
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dallow.py304 parser.add_option("-l", action="store_true", dest="local",
306 parser.add_option("-d", action="store_true", dest="descend",
308 parser.add_option("-u", action="store_true", dest="user",
310 parser.add_option("-g", action="store_true", dest="group",
312 parser.add_option("-e", action="store_true", dest="everyone",
314 parser.add_option("-c", action="store_true", dest="create",
316 parser.add_option("-s", action="store_true", dest="set", help=sstr)
318 parser.add_option("-r", action="store_true", dest="recursive",
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c278 {"action", IPQOS_DATA_TYPE_ACTION},
437 * modify the kernel parameters of the action action_nm using the nvlist
453 IPQOSCDBG1(APPLY, "In modify_params: action: %s\n", action_name);
503 gettext("Invalid parameters for action %s.\n"),
510 "action %s.\n"), action_name);
514 ipqos_msg(MT_ERROR, gettext("Failed to modify action "
532 * add a class to the kernel action action_name called class_name with
533 * stats set according to stats_enable and the first action set to
548 IPQOSCDBG4(APPLY, "add_class: action: %s, class: %s, "
580 /* add next action */
1269 mark_classes_filters_del(ipqos_conf_action_t *action) argument
1313 mark_classes_filters_new(ipqos_conf_action_t *action) argument
2349 add_filters( ipqos_conf_filter_t *filters, char *action, int module_version, boolean_t rem_undo) argument
2392 add_classes( ipqos_conf_class_t *classes, char *action, int module_version, boolean_t rem_undo) argument
3757 printaction( FILE *fp, ipqos_conf_action_t *action, int printall, int tab_inserts) argument
6152 char *action; local
6619 ipqos_conf_action_t *action; local
6888 char *action; local
7779 readaction( FILE *cfp, ipqos_conf_action_t **action) argument
8144 in_cycle( ipqos_conf_action_t *action) argument
8459 ipqos_conf_action_t *action; local
8666 ipqos_conf_action_t *action = ai_prm->action; local
[all...]
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c478 int action = 0; local
505 action |= UCODE_OPT_INSTALL;
510 action |= UCODE_OPT_UPDATE;
515 action |= UCODE_OPT_VERSION;
559 else if (!(action & UCODE_OPT_VERSION))
562 if (errflg || action == 0) {
570 if ((action & UCODE_OPT_INSTALL) || (action & UCODE_OPT_UPDATE)) {
633 if (action & UCODE_OPT_INSTALL) {
666 if (action
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c117 apply_action_t *action)
128 if (action)
129 *action = APPLY_NONE;
193 if (action != NULL) {
218 *action = APPLY_LATE;
584 apply_action_t action; local
642 hashash = mhash_retrieve_entry(hndl, pname, stored_hash, &action) == 0;
645 assert(action == APPLY_NONE);
657 (action != APPLY_LATE)) {
708 if (action
116 mhash_retrieve_entry(scf_handle_t *hndl, const char *name, uchar_t *hash, apply_action_t *action) argument
[all...]
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c159 action_type action; member in struct:k_opts
447 opts->action = INIT_KT;
459 opts->action = RENEW;
462 opts->action = VALIDATE;
556 (opts->action == VALIDATE) || opts->k5_cache_name))
574 (opts->action == INIT_KT) || (opts->action == RENEW))
640 if (opts->action == INIT_KT) {
751 if (opts->action == INIT_KT) {
990 if ((opts->action
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c116 int action; /*%< condition whether query is really issued */ member in struct:dns_res_target
269 q->action = RESTGT_DOALWAYS;
277 q->action = RESTGT_DOALWAYS;
296 switch(p->action) {
371 q->action = RESTGT_DOALWAYS;
380 q->action = RESTGT_DOALWAYS;
386 q2->action = RESTGT_IGNORE;
388 q2->action = RESTGT_AFTERFAILURE;
412 if (q->action != RESTGT_IGNORE) {
432 if (q2->action !
[all...]
/illumos-gate/usr/src/head/
H A Dnsswitch.h77 #define __NSW_CONTINUE 0 /* the action is to continue to next service */
78 #define __NSW_RETURN 1 /* the action is to return to the user */
101 action_t action; member in struct:__nsw_long_err

Completed in 2187 milliseconds

1234567891011>>