Searched refs:_cmd (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/lib/libdpv/
H A Dutil.h47 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
/freebsd-10-stable/contrib/netbsd-tests/sys/rc/
H A Dh_args.sh48 eval ${command}_cmd=\'print_args ${command}\'
/freebsd-10-stable/crypto/openssh/regress/
H A Dsftp-perm.sh37 _cmd="$2"
42 # Plain (no options, mostly to test that _cmd is good)
45 run_client "$_cmd" || fail "plain $_desc failed"
50 run_client "$_cmd" && fail "read-only $_desc succeeded"
57 _cmd="$3"
62 # Plain (no options, mostly to test that _cmd is good)
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"
[all...]
/freebsd-10-stable/lib/libelf/
H A Dlibelf.h179 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
180 int elf_cntl(Elf *_elf, Elf_Cmd _cmd);
185 unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd, unsigned int _flags);
186 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
187 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
188 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags);
189 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
190 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
216 off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
/freebsd-10-stable/sys/sys/
H A Dextattr.h76 int extattrctl(const char *_path, int _cmd, const char *_filename,
H A Dlinker.h342 int kldsym(int _fileid, int _cmd, void *_data);
/freebsd-10-stable/sys/netinet/libalias/
H A Dalias.h131 int LibAliasProxyRule(struct libalias *, const char *_cmd);
/freebsd-10-stable/etc/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 Djail400 local _j _jv _cmd
411 0) eval _cmd=\${jail_${_jv}_consolecmd:-$jail_consolecmd} ;;
412 *) _cmd=$@ ;;
414 $jail_jexec $_j $_cmd
H A Dmdconfig277 eval _populate=\$mdconfig_${_md}_cmd
/freebsd-10-stable/sys/ddb/
H A Dddb.h140 * _DB_FUNC(_cmd, panic, db_panic, db_cmd_table, 0, NULL)
156 _DB_FUNC(_cmd, _name, _func, list, _flag, _more)
159 _DB_FUNC(_cmd, cmd_name, func_name, db_cmd_table, 0, NULL)
161 _DB_SET(_cmd, alias_name, func_name, db_cmd_table, 0, NULL)
/freebsd-10-stable/sbin/devd/
H A Ddevd.hh123 std::string _cmd; member in class:action
H A Ddevd.cc215 : _cmd(cmd)
282 string s = c.expand_string(_cmd.c_str());
/freebsd-10-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c378 const char *_cmd; local
389 _cmd = cmd_buf;
398 _cmd = cmd;
406 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
/freebsd-10-stable/sys/dev/bxe/
H A Dbxe_debug.c294 _DB_SET(_cmd, bxe, bxe_ddb, db_cmd_table, CS_OWN, NULL);
/freebsd-10-stable/sys/dev/malo/
H A Dif_malohal.c58 #define _CMD_SETUP(pCmd, _type, _cmd) do { \
61 pCmd->cmdhdr.cmd = htole16(_cmd); \
/freebsd-10-stable/usr.sbin/etcupdate/
H A Detcupdate.sh1794 ${command}_cmd "$@"

Completed in 99 milliseconds