Home
last modified time | relevance | path

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

/dragonfly/contrib/elftoolchain/libelf/
HDlibelf.h182 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);
/dragonfly/etc/
HDrc.subr528 # If there's a match, run ${argument}_cmd or the default method
548 # Not needed if ${rc_arg}_cmd is set for
594 # ${rc_arg}_cmd n If set, use this as the method when invoked;
598 # ${rc_arg}_cmd method in the default
602 # don't run ${rc_arg}_cmd.
605 # ${rc_arg}_cmd method, if that method
808 eval _cmd=\$${rc_arg}_cmd _precmd=\$${rc_arg}_precmd \
810 if [ -n "$_cmd" ]; then
822 if [ -n "$_cmd" ]; then
823 debug "run_rc_command: evaluating ${_cmd}()."
[all …]
/dragonfly/sys/ddb/
HDddb.h64 static const struct command __CONCAT(func_name,_cmd) = { \
70 TEXT_SET(set, __CONCAT(func_name,_cmd)); \
/dragonfly/contrib/wpa_supplicant/src/common/
HDwpa_ctrl.c490 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()
/dragonfly/lib/libalias/
HDalias.h96 int PacketAliasProxyRule(const char *_cmd);
/dragonfly/sys/sys/
HDextattr.h73 int extattrctl(const char *_path, int _cmd, const char *_filename,
/dragonfly/sbin/devd/
HDdevd.hh123 std::string _cmd; member in action
HDdevd.cc202 : _cmd(cmd) in action()
269 string s = c.expand_string(_cmd.c_str()); in do_action()
/dragonfly/contrib/gcc-4.7/libobjc/
HDaccessors.m103 objc_getProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, BOOL is_atomic)
144 objc_setProperty (id self, SEL __attribute__((unused)) _cmd, ptrdiff_t offset, id new_value, BOOL i…
/dragonfly/lib/libexecinfo/
HDprivate_libelf.h730 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf);
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDobjc.texi563 method selector @code{_cmd}).