Searched refs:action (Results 1 - 25 of 390) sorted by path

1234567891011>>

/illumos-gate/usr/src/boot/lib/libstand/
H A Dpager.c84 int action; local
99 action = 0;
100 while (action == 0) {
105 action = 1;
109 action = 1;
113 action = 2;
120 if (action == 2)
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmain.c574 handle_uboot_env_var(enum ubenv_action action, const char * var) argument
586 if (action == UBENV_IMPORT) {
618 if (action == UBENV_SHOW) {
623 } else if (action == UBENV_IMPORT) {
633 enum ubenv_action action; local
637 action = UBENV_UNKNOWN;
640 action = UBENV_IMPORT;
642 action = UBENV_SHOW;
644 if (action == UBENV_UNKNOWN) {
651 handle_uboot_env_var(action, arg
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm576 my ($action) = @_;
585 if ($action) {
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c52 static int action(NODE *np);
548 * This will be passed: pattern, action or a list of these.
581 * to the next pattern/action (PACT) pair.
610 if (action(np->n_right)) {
645 * Do the given action.
649 action(NODE *wp) function
1796 if (action(fnp->n_right) == RETURN)
1867 return (action(xp));
1884 if ((act = action(np->n_right)) != 0) {
1919 if ((act = action(n
[all...]
/illumos-gate/usr/src/cmd/backup/restore/
H A Ddirs.c157 curfile.action = USING;
H A Drestore.c744 curfile.action = SKIP;
764 curfile.action = UNKNOWN;
775 curfile.action = SKIP;
H A Drestore.h204 int action; /* action being taken on this file */ member in struct:context
H A Dsymtab.c779 curfile.action = SKIP;
H A Dtape.c349 curfile.action = USING;
379 curfile.action = USING;
456 if (command == 'R' || command == 'r' || curfile.action != SKIP) {
657 if (curfile.action == USING) {
758 curfile.action = USING;
1029 curfile.action = SKIP;
1561 switch (curfile.action) {
1981 curfile.action = UNKNOWN;
/illumos-gate/usr/src/cmd/cfgadm/
H A Dcfgadm.c210 cfga_op_t action = CFGA_OP_NONE; local
232 "%s: more than one action specified (-c,-l,-t,-x)\n";
245 if (action != CFGA_OP_NONE) {
250 action = CFGA_OP_CHANGE_STATE;
273 if (action != CFGA_OP_NONE) {
278 action = CFGA_OP_HELP;
281 if (action != CFGA_OP_NONE) {
286 action = CFGA_OP_LIST;
313 if (action != CFGA_OP_NONE) {
318 action
[all...]
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c593 int action; local
606 action = ACL_ADD;
611 action = ACL_STRIP;
613 action = ACL_DELETE;
614 if (action != ACL_STRIP) {
617 action = ACL_SLOT_DELETE;
629 action = ACL_REPLACE;
636 if ((action == ACL_REPLACE || action == ACL_ADD) && acl_spec[0] == '\0')
651 new_acl_args->acl_action = action;
1184 set_attr_args(f_attr_t attr, char action, char *attractptr) argument
1212 parse_entry(char *entry, char action, char atype, int len, char *attractptr) argument
1286 char action; local
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c146 ret_t (*action)(char *); /* Function pointer for the action */
181 action = do_sign;
187 action = do_verify;
192 action = do_cert_request;
197 action = do_list;
338 ret = action(NULL);
349 iret = action(cmd_info.elfobj[i]);
355 iret = action(argv[i]);
/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/cmd/cmd-crypto/pktool/
H A Dpktool.c50 int (*action)(int, char *[]); member in struct:verbcmd_s
702 * MAIN() -- where all the action is
778 rv = (*cmds[found].action)(pk_argc, pk_argv);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddoor_if.c64 * passed as data and contains data to specify the type of action requested
116 /* Requires WRITE, SELECT or WLAN auth depending on action */
252 nwam_action_t action = req->nwda_data.nwdad_object_action.nwdad_action; local
272 if (action == NWAM_ACTION_ENABLE || action == NWAM_ACTION_DISABLE) {
275 action == NWAM_ACTION_ENABLE ?
279 "need %s for %s action", AUTOCONF_SELECT_AUTH,
280 nwam_action_to_string(action));
286 "need %s for %s action on Known WLAN",
287 AUTOCONF_WLAN_AUTH, nwam_action_to_string(action));
[all...]
H A Denm.c726 nwamd_enm_action(const char *enm, nwam_action_t action) argument
729 (NWAM_OBJECT_TYPE_ENM, enm, NULL, action);
777 * of a disable action), then it is still active but refreshing.
877 "unexpected action");
H A Dknown_wlans.c512 "unexpected action");
518 nwamd_known_wlan_action(const char *known_wlan, nwam_action_t action) argument
521 (NWAM_OBJECT_TYPE_KNOWN_WLAN, known_wlan, NULL, action);
H A Dloc.c399 nwamd_loc_action(const char *loc, nwam_action_t action) argument
402 (NWAM_OBJECT_TYPE_LOC, loc, NULL, action);
452 * getting refreshed as part of a enable/disable action and there is
541 "unexpected action");
H A Dncp.c112 * daemon. The refresh action will trigger a re-read of the NCUs
166 "unexpected action");
174 * generated as part of an NCP enable action (see above).
193 * active_ncp property and refresh the daemon. The refresh action will
211 nwamd_ncp_action(const char *ncp, nwam_action_t action) argument
214 (NWAM_OBJECT_TYPE_NCP, ncp, NULL, action);
H A Dncu.c133 * or enable/disable action event.
1146 nwamd_ncu_action(const char *ncu, const char *parent, nwam_action_t action) argument
1149 (NWAM_OBJECT_TYPE_NCU, ncu, parent, action);
1285 ncu_action_change_state(nwam_action_t action, nwam_ncu_type_t type, argument
1301 if (action == NWAM_ACTION_ADD) {
1331 nwam_action_t action = local
1337 if (action != NWAM_ACTION_ADD && action != NWAM_ACTION_REMOVE) {
1339 "invalid link action %s", nwam_action_to_string(action));
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dlookup.c102 lookup(name, action, value)
104 int action;
113 printf("lookup(%s, %d, %x)\n", name, action, value);
123 if (action != LOOKUP) {
124 if (action != INSERT || s->s_type != CONST) {
133 if (action == LOOKUP) {
145 s->s_type = action == INSERT ? VAR : CONST;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtrace.c140 traceaction(FILE *fp, char *action, struct rt_entry *rt) argument
168 (void) fprintf(fp, "%.15s %s ", ctime(&t) + 4, action);
H A Dtrace.h76 #define TRACE_ACTION(action, route) { \
78 traceaction(ftrace, (action), (route)); \
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A Ddnssec.h151 extern void BumpDNSSECStats(mDNS *const m, DNSSECStatsAction action, DNSSECStatsType type, mDNSu32 value);
H A DmDNSPosix.c1465 mDNSexport void BumpDNSSECStats(mDNS *const m, DNSSECStatsAction action, DNSSECStatsType type, mDNSu32 value) argument
1468 (void)action;
1799 struct sigaction action; local
1802 mDNSPlatformMemZero(&action, sizeof action); // more portable than member-wise assignment
1803 action.sa_handler = NoteSignal;
1804 err = sigaction(signum, &action, (struct sigaction*) NULL);
1814 struct sigaction action; local
1817 mDNSPlatformMemZero(&action, sizeof action); // mor
[all...]

Completed in 966 milliseconds

1234567891011>>