Searched refs:action (Results 176 - 200 of 577) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mrpcim.h102 u32 action,
H A Dvxgehal-virtualpath.h216 u32 action,
303 u32 action,
312 u32 action,
/freebsd-11-stable/contrib/ntp/
H A DMakefile.am103 @: do-nothing action to prevent default \
161 @: do-nothing action prevents any default
/freebsd-11-stable/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h241 * \brief The `action' argument for lzma_code()
244 * or LZMA_FINISH, the same `action' must is used until lzma_code() returns
247 * LZMA_STREAM_END. Changing the `action' or modifying the amount of input
300 * This action is currently supported only by Stream encoder
561 * out what `action' values are supported by the coder.
563 extern LZMA_API(lzma_ret) lzma_code(lzma_stream *strm, lzma_action action)
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_cmd.c167 unsigned short action, int dest_size,
182 if (action != MLX5_FLOW_CONTEXT_ACTION_FWD_DEST)
222 MLX5_SET(flow_context, in_flow_context, action, action);
160 mlx5_cmd_fs_set_fte(struct mlx5_core_dev *dev, u16 vport, enum fs_fte_status *fte_status, u32 *match_val, enum fs_ft_type type, unsigned int table_id, unsigned int index, unsigned int group_id, unsigned int flow_tag, unsigned short action, int dest_size, struct list_head *dests) argument
/freebsd-11-stable/contrib/sendmail/libsmdb/
H A Dsmdb.c87 int action; local
99 action = F_SETLK;
101 action = F_SETLKW;
103 while ((i = fcntl(fd, action, &lfd)) < 0 && errno == EINTR)
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dheap.c257 isc_heap_foreach(isc_heap_t *heap, isc_heapaction_t action, void *uap) { argument
261 REQUIRE(action != NULL);
264 (action)(heap->array[i], uap);
/freebsd-11-stable/lib/libfigpar/
H A Dfigpar.c71 figpar_dummy_config.action = NULL;
78 * Parse the configuration file at `path' and execute the `action' call-back
239 /* If no value, allocate a dummy value and jump to action */
444 if (options[n].action != NULL) {
445 error = options[n].action(
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-lisp.c431 uint8_t action; local
441 action = act_auth_inc_res >> 5;
442 ND_PRINT((ndo, " %s,", tok2str(lisp_eid_action, "unknown", action)));
/freebsd-11-stable/usr.bin/gzip/
H A Dunxz.c48 lzma_action action = LZMA_RUN; local
87 action = LZMA_FINISH;
96 ret = lzma_code(&strm, action);
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c264 lzma_action action = state == THR_FINISH
274 action = LZMA_RUN;
280 &thr->outbuf->size, out_size, action);
555 size_t in_size, lzma_action action)
558 || (coder->thr != NULL && action != LZMA_RUN)) {
578 || (*in_pos == in_size && action != LZMA_RUN);
670 size_t *restrict out_pos, size_t out_size, lzma_action action)
735 in, in_pos, in_size, action);
748 if (action == LZMA_RUN)
754 if (action
553 stream_encode_in(lzma_stream_coder *coder, const lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, lzma_action action) argument
667 stream_encode_mt(void *coder_ptr, const lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action) argument
[all...]
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc979 * Checks whether the exception matches the type specifiers in this action
1046 // the context for this action. The landing pad will then call the
1119 dwarf_eh_action action = {0}; variable
1124 // a _UA_HANDLER_FRAME action, telling us to install the handler frame. If
1126 // _UA_CLEANUP_PHASE action for this frame.
1136 // look it up again from the action table.
1141 if (!dwarf_eh_find_callsite(context, &lsda, &action))
1147 // called with _UA_HANDLER_FRAME action for phase 2 unwinding.
1152 action.action_record, realEx, &selector, ex->adjustedPtr);
1153 // If there's no action recor
[all...]
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c1018 mousestatus_t action0; /* original mouse action */
1019 mousestatus_t action; /* interim buffer */ local
1020 mousestatus_t action2; /* mapped action */
1052 bzero(&action, sizeof(action));
1094 if (r_timeout() && r_statetrans(&action0, &action, A_TIMEOUT)) {
1097 action.flags, action.button, action.obutton);
1131 action
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zinject/
H A Dzinject.c247 "\t\tPerform a specific action on a particular device\n"
670 int action = VDEV_STATE_UNKNOWN; local
719 action = VDEV_STATE_DEGRADED;
721 action = VDEV_STATE_FAULTED;
723 (void) fprintf(stderr, "invalid action '%s': "
955 if (action != VDEV_STATE_UNKNOWN)
956 return (perform_action(pool, &record, action));
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dqtool.pl67 my $action;
107 $action = \&move_action;
110 $action = \&delete_action;
114 $action = \&bounce_action;
138 if ($action == \&move_action)
185 if ($action == \&move_action)
226 $result = &{$action}($source, $destination);
/freebsd-11-stable/sys/pc98/cbus/
H A Dpckbd.c583 u_int action; local
591 action = state->ks_composed_char;
593 if (action > UCHAR_MAX)
595 return action;
688 /* keycode to key action */
689 action = genkbd_keyaction(kbd, keycode, scancode & 0x80,
691 if (action == NOKEY)
694 return action;
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_xpt.c103 ("Probe %s to %s\n", text[(softc)->action], \
105 (softc)->action = (newaction); \
114 nvme_probe_action action; member in struct:__anon4170
160 .action = nvme_action,
221 softc->action = NVME_PROBE_INVALID;
280 * Other transports have to ask their SIM to do a lot of action.
284 switch (softc->action) {
305 panic("nvme_probe_start: invalid action state 0x%x\n", softc->action);
591 * Handle any per-device event notifications that require action b
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dlog-cmd.c420 log_item->action, path,
626 char action[2];
628 action[0] = log_item->action;
629 action[1] = '\0';
633 /* <path action="X" copyfrom-path="xxx" copyfrom-rev="xxx"> */
637 "action", action,
650 /* <path action="X"> */
652 "action", actio
625 char action[2]; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dlin-lwp.c1798 struct sigaction action;
1809 action.sa_handler = sigchld_handler;
1810 sigemptyset (&action.sa_mask);
1811 action.sa_flags = 0;
1812 sigaction (SIGCHLD, &action, NULL);
1858 struct sigaction action;
1877 likely to be their default action) and treat them the same way as
1880 action.sa_handler = sigchld_handler;
1881 sigemptyset (&action.sa_mask);
1882 action
1790 struct sigaction action; local
1849 struct sigaction action; local
[all...]
/freebsd-11-stable/lib/libedit/
H A Dchared.c79 r->action = el->el_chared.c_vcmd.action;
296 if (n || el->el_chared.c_vcmd.action != (DELETE|INSERT))
336 * Finish vi delete action
342 int action = el->el_chared.c_vcmd.action; local
344 if (action & INSERT)
355 if (action & YANK) {
369 el->el_chared.c_vcmd.action = NOP;
430 el->el_chared.c_vcmd.action
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A DMakefile.am154 @: do-nothing action to prevent default SCCS get
185 @: do-nothing action to avoid default SCCS get
227 @: do-nothing action to prevent any default
230 @: do-nothing action to avoid default SCCS get, .h built with .c
262 @: do-nothing action to avoid default SCCS get, .menu built with .texi
/freebsd-11-stable/sys/kern/
H A Dvfs_mountroot.c119 enum action { enum
126 static enum action root_mount_onfail = A_CONTINUE;
626 char *action; local
629 error = parse_token(conf, &action);
633 if (!strcmp(action, "continue"))
635 else if (!strcmp(action, "panic"))
637 else if (!strcmp(action, "reboot"))
639 else if (!strcmp(action, "retry"))
642 printf("rootmount: %s: unknown action\n", action);
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_util.c572 uint32_t data_len, int action,
582 cdb->action = action;
598 uint32_t data_len, int action, int type,
612 if (action == 5)
613 cdb->action = 6;
615 cdb->action = action;
656 uint8_t action, ctl_tag_type tag_type, uint8_t control)
664 cdb->byte2 = action;
571 ctl_scsi_persistent_res_in(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int action, ctl_tag_type tag_type, uint8_t control) argument
597 ctl_scsi_persistent_res_out(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, int action, int type, uint64_t key, uint64_t sa_key, ctl_tag_type tag_type, uint8_t control) argument
655 ctl_scsi_maintenance_in(union ctl_io *io, uint8_t *data_ptr, uint32_t data_len, uint8_t action, ctl_tag_type tag_type, uint8_t control) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c541 svn_wc_conflict_action_t action,
589 svn_skel__prepend_str(svn_token__to_word(action_map, action),
950 svn_wc_conflict_action_t *action,
990 if (action)
995 *action = value;
997 *action = svn_wc_conflict_action_edit;
1331 cdesc->action = svn_wc_conflict_action_add;
1333 cdesc->action = svn_wc_conflict_action_delete;
1335 cdesc->action = svn_wc_conflict_action_edit;
1836 svn_wc_conflict_action_t action;
536 svn_wc__conflict_skel_add_tree_conflict(svn_skel_t *conflict_skel, svn_wc__db_t *db, const char *wri_abspath, svn_wc_conflict_reason_t reason, svn_wc_conflict_action_t action, const char *move_src_op_root_abspath, const char *move_dst_op_root_abspath, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
948 svn_wc__conflict_read_tree_conflict(svn_wc_conflict_reason_t *reason, svn_wc_conflict_action_t *action, const char **move_src_op_root_abspath, const char **move_dst_op_root_abspath, svn_wc__db_t *db, const char *wri_abspath, const svn_skel_t *conflict_skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1835 svn_wc_conflict_action_t action; local
2698 svn_wc_conflict_action_t action; local
3500 svn_wc_conflict_action_t action; local
3588 svn_wc_conflict_action_t action; local
3665 svn_wc_conflict_action_t action; local
[all...]
/freebsd-11-stable/lib/libdpv/
H A Ddpv.c88 * each presenting a file to process. Executes the `action' function passed-in
112 int (*action)(struct dpv_file_node *file, int out);
147 action = NULL;
191 action = config->action;
608 } else if (action != NULL)
609 pct = action(curfile, output_out);

Completed in 171 milliseconds

1234567891011>>