Searched refs:action (Results 151 - 175 of 636) sorted by relevance

1234567891011>>

/freebsd-12-stable/lib/libdpv/
H A Ddpv.h73 * action callback of dpv_config structure, you'll end callbacks for that
125 * Function pointer; action to perform data transfer
127 int (*action)(struct dpv_file_node *file, int out); member in struct:dpv_config
H A Ddialog_util.c233 posix_spawn_file_actions_t action; local
326 posix_spawn_file_actions_init(&action);
327 posix_spawn_file_actions_adddup2(&action, stdin_pipe[0], STDIN_FILENO);
328 posix_spawn_file_actions_addclose(&action, stdin_pipe[1]);
329 error = posix_spawnp(pid, dialog, &action,
/freebsd-12-stable/lib/libfigpar/
H A Dfigpar.h79 union figpar_cfgvalue value; /* NB: set by action */
82 * Function pointer; action to be taken when the directive is found
84 int (*action)(struct figpar_config *option, uint32_t line, member in struct:figpar_config
/freebsd-12-stable/tests/sys/netinet6/frag6/
H A Dfrag6_05.py55 required=False, action='store_true',
H A Dfrag6_06.py55 required=False, action='store_true',
H A Dfrag6_10.py55 required=False, action='store_true',
H A Dfrag6_11.py55 required=False, action='store_true',
H A Dfrag6_17.py55 required=False, action='store_true',
H A Dfrag6_18.py55 required=False, action='store_true',
H A Dfrag6_19.py54 required=False, action='store_true',
/freebsd-12-stable/tests/sys/netinet6/
H A Dscapyi386.py54 required=False, action='store_true',
/freebsd-12-stable/sbin/restore/
H A Drestore.h107 short action; /* action being taken on this file */ member in struct:context
/freebsd-12-stable/usr.bin/usbhidaction/
H A Dusbhidaction.c67 char *action; member in struct:command
282 char buf[SIZE], name[SIZE], value[SIZE], debounce[SIZE], action[SIZE]; local
308 name, value, debounce, action) != 4) {
449 cmd->action = strdup(action);
459 cmd->value, cmd->action);
472 for (p = cmd->action, q = cmdbuf; *p && q < &cmdbuf[SIZE-1]; ) {
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dcommon.c334 set_qstate(int action, const char *lfname) argument
357 * Determine which bit(s) should change for the requested action.
363 if (action & SQS_QCHANGED) {
370 if (action & SQS_DISABLEQ) {
376 if (action & SQS_STOPP) {
381 if (action & SQS_DISABLEQ) {
386 if (action & SQS_ENABLEQ) {
392 if (action & SQS_STARTP) {
399 /* This routine was called with an invalid action. */
425 * appropriate access bits for the requested action
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c122 EVTAG_ASSIGN(kill_reply, action, "wave around like an idiot");
330 char *action; local
347 if (EVTAG_GET(kill, action, &action) == -1) {
348 fprintf(stderr, "get action\n");
355 if (strcmp(action, "wave around like an idiot"))
369 char *action; local
378 if (EVTAG_GET(kill, action, &action) == -1) {
379 fprintf(stderr, "get action\
[all...]
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_rpc.c122 EVTAG_ASSIGN(kill_reply, action, "wave around like an idiot");
330 char *action; local
347 if (EVTAG_GET(kill, action, &action) == -1) {
348 fprintf(stderr, "get action\n");
355 if (strcmp(action, "wave around like an idiot"))
369 char *action; local
378 if (EVTAG_GET(kill, action, &action) == -1) {
379 fprintf(stderr, "get action\
[all...]
/freebsd-12-stable/contrib/libedit/
H A Dchared.c76 r->action = el->el_chared.c_vcmd.action;
294 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT))
334 * Finish vi delete action
340 int action = el->el_chared.c_vcmd.action; local
342 if (action & INSERT)
353 if (action & YANK) {
367 el->el_chared.c_vcmd.action = NOP;
422 el->el_chared.c_vcmd.action
[all...]
H A Dvi.c70 if (el->el_chared.c_vcmd.action != NOP) {
72 if (c != (wint_t)el->el_chared.c_vcmd.action)
79 el->el_chared.c_vcmd.action = NOP;
91 el->el_chared.c_vcmd.action = c;
169 if (el->el_chared.c_vcmd.action != NOP) {
194 if (el->el_chared.c_vcmd.action != NOP) {
218 if (el->el_chared.c_vcmd.action != NOP) {
242 if (el->el_chared.c_vcmd.action != NOP) {
484 if (el->el_chared.c_vcmd.action != NOP) {
508 if (el->el_chared.c_vcmd.action !
[all...]
/freebsd-12-stable/sbin/camcontrol/
H A Depc.c141 int retry_count, int timeout, int action,
524 union ccb *ccb, int retry_count, int timeout, int action,
534 lba = action;
536 switch (action) {
618 int action = -1; local
648 action = epc_cmd_map[entry_num].value;
757 if (action == -1) {
758 warnx("Must specify an action");
780 switch (action) {
825 switch (action) {
523 epc_set_features(struct cam_device *device, camcontrol_devtype devtype, union ccb *ccb, int retry_count, int timeout, int action, int power_cond, int timer, int enable, int save, int delayed_entry, int hold, int power_src, int restore_src) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/libsvn_diff/
H A Dutil.c533 const char *action; local
555 action = "Added";
557 action = "Deleted";
559 action = "Modified";
561 "%s: %s%s", action,
/freebsd-12-stable/usr.bin/tail/
H A Dforward.c72 static int action = USE_SLEEP; variable
276 action = USE_KQUEUE;
283 action = USE_SLEEP;
299 action = USE_SLEEP;
397 switch (action) {
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dwps_upnp_web.c50 "<action>\n"
59 "</action>\n"
60 "<action>\n"
74 "</action>\n"
75 "<action>\n"
94 "</action>\n"
95 "<action>\n"
104 "</action>\n"
757 const char *action, int action_len,
774 * action(action_le
755 web_connection_send_reply(struct http_request *req, enum http_reply_code ret, const char *action, int action_len, const struct wpabuf *reply, const char *replyname) argument
867 char *action; local
925 const char *action = NULL; local
[all...]
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dieee802_11_shared.c106 mgmt->u.action.category = WLAN_ACTION_SA_QUERY;
107 mgmt->u.action.u.sa_query_req.action = WLAN_SA_QUERY_REQUEST;
108 os_memcpy(mgmt->u.action.u.sa_query_req.trans_id, trans_id,
110 end = mgmt->u.action.u.sa_query_req.variable;
187 resp->u.action.category = WLAN_ACTION_SA_QUERY;
188 resp->u.action.u.sa_query_req.action = WLAN_SA_QUERY_RESPONSE;
189 os_memcpy(resp->u.action.u.sa_query_req.trans_id, trans_id,
191 end = resp->u.action
[all...]
/freebsd-12-stable/sbin/ipfw/
H A Dipfw2.c383 { "defer-action", TOK_SKIPACTION },
384 { "defer-immediate-action", TOK_SKIPACTION },
1750 bprintf(bp, " defer-immediate-action");
1921 * The external action can consists of two following
1924 * name of external action. The second contains the ID
1925 * of name of external action instance.
1926 * NOTE: in case when external action has no named
1992 bprintf(bp, "** unrecognized action %d len %d ",
2215 /* Print rule action */
2226 /* External action ca
3800 ipfw_insn *src, *dst, *cmd, *action, *prev=NULL; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Dtracepoint.c454 struct action_line *action; local
526 for (action = t->actions; action; action = action->next)
528 printf_filtered ("\t%s\n", action->action);
743 /* Prototypes for action-parsing utility commands */
751 within a tracepoint action list. If the actual function is ever called,
861 temp->action
1486 struct action_line *action; local
2482 struct action_line *action; local
[all...]

Completed in 279 milliseconds

1234567891011>>