Home
last modified time | relevance | path

Searched refs:_cmd (Results 1 – 24 of 24) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dsftp-perm.sh37 _cmd="$2"
45 run_client "$_cmd" || fail "plain $_desc failed"
50 run_client "$_cmd" && fail "read-only $_desc succeeded"
57 _cmd="$3"
65 run_client "$_cmd" || fail "plain $_op failed"
70 run_client "$_cmd" || fail "whitelisted $_op failed"
75 run_client "$_cmd" && fail "blacklisted $_op succeeded"
80 run_client "$_cmd" && fail "no whitelist $_op succeeded"
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf.h185 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
186 int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
191 unsigned int elf_flagarhdr(Elf_Arhdr *_arh, Elf_Cmd _cmd,
193 unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd,
195 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
196 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
197 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
198 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
199 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
227 off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
/freebsd/lib/libsysdecode/
H A Dsysdecode.h52 void sysdecode_fcntl_arg(FILE *_fp, int _cmd, uintptr_t _arg, int _base);
53 bool sysdecode_fcntl_arg_p(int _cmd);
54 const char *sysdecode_fcntl_cmd(int _cmd);
71 const char *sysdecode_kldsym_cmd(int _cmd);
76 const char *sysdecode_msgctl_cmd(int _cmd);
89 const char *sysdecode_procctl_cmd(int _cmd);
91 bool sysdecode_quotactl_cmd(FILE *_fp, int _cmd);
102 const char *sysdecode_semctl_cmd(int _cmd);
106 const char *sysdecode_shmctl_cmd(int _cmd);
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dnotif.c46 #define RX_HANDLER_NO_OBJECT(_grp, _cmd, _name, _context) \ argument
47 {.cmd_id = WIDE_ID(_grp, _cmd), \
55 #define RX_HANDLER_NO_VAL(_grp, _cmd, _name, _context) \ argument
56 {.cmd_id = WIDE_ID(_grp, _cmd), \
61 #define RX_HANDLER_VAL_FN(_grp, _cmd, _name, _context) \ argument
62 { .cmd_id = WIDE_ID(_grp, _cmd), \
85 #define RX_HANDLER_OF_OBJ(_grp, _cmd, _name, _obj_type) \ argument
86 {.cmd_id = WIDE_ID(_grp, _cmd), \
96 #define RX_HANDLER_OF_LINK(_grp, _cmd, _name) \ argument
97 RX_HANDLER_OF_OBJ(_grp, _cmd, _name, LINK) \
[all …]
/freebsd/contrib/kyua/cli/
H A Dcmd_debug.cpp85 const std::string& _cmd; member in __anon8a670dbc0111::execute
96 _cmd(cmd_), in execute()
117 if (!(_cmd.empty() || _cmd == DEFAULT_CMD)) { in operator ()()
119 av.push_back(_cmd); in operator ()()
/freebsd/sys/dev/vmm/
H A Dvmm_dev.h55 #define VMMDEV_IOCTL(_cmd, _flags) { .cmd = (_cmd), .flags = (_flags) } argument
/freebsd/libexec/rc/rc.d/
H A Drouting26 local _cmd _af _if _a _ret
27 _cmd=$1
40 setroutes $_cmd $_a $_if || _ret=1
45 setroutes $_cmd $_af $_if || _ret=1
H A Dmdconfig277 eval _populate=\$mdconfig_${_md}_cmd
/freebsd/sys/ddb/
H A Dddb.h146 static struct db_command db_##_table##_##_name##_cmd = { \
157 &db_##_table##_##_name##_cmd); \
166 &db_##_table##_##_name##_cmd); \
174 * DB_TABLE_COMMAND_FLAGS(_cmd, panic, db_panic, 0)
/freebsd/lib/libdpv/
H A Dutil.h45 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
/freebsd/sys/sys/
H A Dpower.h94 typedef int (*power_pm_fn_t)(u_long _cmd, void* _arg, enum power_stype _stype);
H A Dextattr.h75 int extattrctl(const char *_path, int _cmd, const char *_filename,
H A Dlinker.h410 int kldsym(int _fileid, int _cmd, void *_data);
/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.c489 const char *_cmd; in wpa_ctrl_request() local
500 _cmd = cmd_buf; in wpa_ctrl_request()
509 _cmd = cmd; in wpa_ctrl_request()
517 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) { in wpa_ctrl_request()
/freebsd/sys/netinet/libalias/
H A Dalias.h125 int LibAliasProxyRule(struct libalias *, const char *_cmd);
/freebsd/libexec/rc/
H A Drc.subr894 # If there's a match, run ${argument}_cmd or the default method
912 # Not needed if ${rc_arg}_cmd is set for
988 # ${rc_arg}_cmd n If set, use this as the method when invoked;
992 # ${rc_arg}_cmd method in the default
996 # don't run ${rc_arg}_cmd.
999 # ${rc_arg}_cmd method, if that method
1367 eval _cmd=\$${rc_arg}_cmd \
1371 if [ -n "$_cmd" ]; then
1372 if [ "$_cmd" != : ]; then
1373 rc_trace 1 "$_cmd"
[all …]
/freebsd/sbin/devd/
H A Ddevd.hh125 std::string _cmd; member in action
H A Ddevd.cc216 : _cmd(cmd) in action()
283 string s = c.expand_string(_cmd.c_str()); in do_action()
/freebsd/sys/dev/ofw/
H A Dofw_if.m237 * @param _cmd Command
244 const char *_cmd;
/freebsd/sys/dev/malo/
H A Dif_malohal.c58 #define _CMD_SETUP(pCmd, _type, _cmd) do { \ argument
61 pCmd->cmdhdr.cmd = htole16(_cmd); \
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c336 #define RX_HANDLER_GRP_NO_SIZE(_grp, _cmd, _fn, _context) \ argument
337 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, .context = _context, }
341 #define RX_HANDLER_GRP(_grp, _cmd, _fn, _context, _struct) \ argument
342 { .cmd_id = WIDE_ID(_grp, _cmd), .fn = _fn, \
/freebsd/sys/net/
H A Difdi_if.m307 u_long _cmd;
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh1959 ${command}_cmd "$@"
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttrDocs.td5897 - The implicit ``_cmd`` parameter containing the method's selector is still defined.