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

/freebsd-11-stable/lib/libdpv/
H A Dutil.h47 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
/freebsd-11-stable/contrib/netbsd-tests/sys/rc/
H A Dh_args.sh48 eval ${command}_cmd=\'print_args ${command}\'
/freebsd-11-stable/lib/libsysdecode/
H A Dsysdecode.h50 void sysdecode_fcntl_arg(FILE *_fp, int _cmd, uintptr_t _arg, int _base);
51 bool sysdecode_fcntl_arg_p(int _cmd);
52 const char *sysdecode_fcntl_cmd(int _cmd);
67 const char *sysdecode_kldsym_cmd(int _cmd);
72 const char *sysdecode_msgctl_cmd(int _cmd);
84 const char *sysdecode_procctl_cmd(int _cmd);
86 bool sysdecode_quotactl_cmd(FILE *_fp, int _cmd);
97 const char *sysdecode_semctl_cmd(int _cmd);
101 const char *sysdecode_shmctl_cmd(int _cmd);
/freebsd-11-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-11-stable/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);
[all...]
/freebsd-11-stable/sys/sys/
H A Dextattr.h76 int extattrctl(const char *_path, int _cmd, const char *_filename,
H A Dlinker.h353 int kldsym(int _fileid, int _cmd, void *_data);
/freebsd-11-stable/etc/rc.d/
H A Drouting27 local _cmd _af _if _a _ret
28 _cmd=$1
41 setroutes $_cmd $_a $_if || _ret=1
46 setroutes $_cmd $_af $_if || _ret=1
H A Djail419 local _j _jv _cmd
430 0) eval _cmd=\${jail_${_jv}_consolecmd:-$jail_consolecmd} ;;
431 *) _cmd=$@ ;;
433 $jail_jexec $_j $_cmd
H A Dmdconfig278 eval _populate=\$mdconfig_${_md}_cmd
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias.h131 int LibAliasProxyRule(struct libalias *, const char *_cmd);
/freebsd-11-stable/sys/ddb/
H A Dddb.h147 * _DB_FUNC(_cmd, panic, db_panic, db_cmd_table, 0, NULL)
163 _DB_FUNC(_cmd, _name, _func, list, _flag, _more)
166 _DB_FUNC(_cmd, cmd_name, func_name, db_cmd_table, 0, NULL)
168 _DB_SET(_cmd, alias_name, func_name, db_cmd_table, 0, NULL)
/freebsd-11-stable/sbin/devd/
H A Ddevd.hh125 std::string _cmd; member in class:action
H A Ddevd.cc215 : _cmd(cmd)
282 string s = c.expand_string(_cmd.c_str());
/freebsd-11-stable/contrib/wpa/src/common/
H A Dwpa_ctrl.c490 const char *_cmd; local
501 _cmd = cmd_buf;
510 _cmd = cmd;
518 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) {
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_debug.c294 _DB_SET(_cmd, bxe, bxe_ddb, db_cmd_table, CS_OWN, NULL);
/freebsd-11-stable/sys/dev/malo/
H A Dif_malohal.c61 #define _CMD_SETUP(pCmd, _type, _cmd) do { \
64 pCmd->cmdhdr.cmd = htole16(_cmd); \
/freebsd-11-stable/usr.sbin/etcupdate/
H A Detcupdate.sh1807 ${command}_cmd "$@"

Completed in 286 milliseconds