| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf.h | 182 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf); 183 int elf_cntl(Elf *_elf, Elf_Cmd _cmd); 188 unsigned int elf_flagarhdr(Elf_Arhdr *_arh, Elf_Cmd _cmd, 190 unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd, 192 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 193 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 194 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 195 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags); 196 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags); 224 off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
|
| /freebsd-12.1/lib/libsysdecode/ |
| H A D | sysdecode.h | 52 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); 69 const char *sysdecode_kldsym_cmd(int _cmd); 74 const char *sysdecode_msgctl_cmd(int _cmd); 86 const char *sysdecode_procctl_cmd(int _cmd); 88 bool sysdecode_quotactl_cmd(FILE *_fp, int _cmd); 99 const char *sysdecode_semctl_cmd(int _cmd); 103 const char *sysdecode_shmctl_cmd(int _cmd);
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | sftp-perm.sh | 37 _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-12.1/libexec/rc/rc.d/ |
| H A D | routing | 27 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 D | jail | 419 local _j _jv _cmd 430 0) eval _cmd=\${jail_${_jv}_consolecmd:-$jail_consolecmd} ;; 431 *) _cmd=$@ ;; 433 $jail_jexec $_j $_cmd
|
| H A D | mdconfig2 | 78 eval _populate=\$mdconfig_${_md}_cmd
|
| /freebsd-12.1/sys/ddb/ |
| H A D | ddb.h | 169 _DB_FUNC(_cmd, _name, _func, list, _flag, _more) 172 _DB_FUNC(_cmd, cmd_name, func_name, db_cmd_table, 0, NULL) 174 _DB_SET(_cmd, alias_name, func_name, db_cmd_table, 0, NULL)
|
| /freebsd-12.1/lib/libdpv/ |
| H A D | util.h | 47 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
|
| /freebsd-12.1/contrib/wpa/src/common/ |
| H A D | wpa_ctrl.c | 490 const char *_cmd; in wpa_ctrl_request() local 501 _cmd = cmd_buf; in wpa_ctrl_request() 510 _cmd = cmd; in wpa_ctrl_request() 518 if (send(ctrl->s, _cmd, _cmd_len, 0) < 0) { in wpa_ctrl_request()
|
| /freebsd-12.1/sys/sys/ |
| H A D | extattr.h | 79 int extattrctl(const char *_path, int _cmd, const char *_filename,
|
| H A D | linker.h | 356 int kldsym(int _fileid, int _cmd, void *_data);
|
| /freebsd-12.1/libexec/rc/ |
| H A D | rc.subr | 728 # Not needed if ${rc_arg}_cmd is set for 794 # ${rc_arg}_cmd method in the default 798 # don't run ${rc_arg}_cmd. 801 # ${rc_arg}_cmd method, if that method 1022 eval _cmd=\$${rc_arg}_cmd \ 1026 if [ -n "$_cmd" ]; then 1028 _run_rc_doit "$_cmd $rc_extra_args" || return 1 1349 local _cmd 1351 _cmd="kill -$1 $rc_pid" 1353 _cmd="su -m ${_user} -c 'sh -c \"${_cmd}\"'" [all …]
|
| /freebsd-12.1/sys/netinet/libalias/ |
| H A D | alias.h | 133 int LibAliasProxyRule(struct libalias *, const char *_cmd);
|
| /freebsd-12.1/sbin/devd/ |
| H A D | devd.hh | 128 std::string _cmd; member in action
|
| H A D | devd.cc | 216 : _cmd(cmd) in action() 283 string s = c.expand_string(_cmd.c_str()); in do_action()
|
| /freebsd-12.1/sys/dev/ofw/ |
| H A D | ofw_if.m | 238 * @param _cmd Command 245 const char *_cmd;
|
| /freebsd-12.1/sys/dev/malo/ |
| H A D | if_malohal.c | 63 #define _CMD_SETUP(pCmd, _type, _cmd) do { \ argument 66 pCmd->cmdhdr.cmd = htole16(_cmd); \
|
| /freebsd-12.1/sys/dev/bxe/ |
| H A D | bxe_debug.c | 296 _DB_SET(_cmd, bxe, bxe_ddb, db_cmd_table, CS_OWN, NULL);
|
| /freebsd-12.1/sys/net/ |
| H A D | ifdi_if.m | 399 u_long _cmd;
|
| /freebsd-12.1/usr.sbin/etcupdate/ |
| H A D | etcupdate.sh | 1801 ${command}_cmd "$@"
|