/busybox-1.35.0/examples/shutdown-1.0/script/ |
D | hardshutdown.c | 45 # define REBOOT(cmd) reboot(cmd) argument 48 # define REBOOT(cmd) reboot(LINUX_REBOOT_MAGIC1,LINUX_REBOOT_MAGIC2,(cmd)) argument 51 static int my_reboot(int cmd) in my_reboot() 68 static int my_reboot(int cmd) in my_reboot()
|
/busybox-1.35.0/miscutils/ |
D | i2c_tools.c | 110 static int32_t i2c_smbus_access(int fd, char read_write, uint8_t cmd, in i2c_smbus_access() 142 static int32_t i2c_smbus_read_byte_data(int fd, uint8_t cmd) in i2c_smbus_read_byte_data() 155 static int32_t i2c_smbus_read_word_data(int fd, uint8_t cmd) in i2c_smbus_read_word_data() 171 uint8_t cmd, uint8_t value) in i2c_smbus_write_byte_data() 181 static int32_t i2c_smbus_write_word_data(int file, uint8_t cmd, uint16_t value) in i2c_smbus_write_word_data() 191 static int32_t i2c_smbus_write_block_data(int file, uint8_t cmd, in i2c_smbus_write_block_data() 206 static int32_t i2c_smbus_write_i2c_block_data(int file, uint8_t cmd, in i2c_smbus_write_i2c_block_data() 227 static int32_t i2c_smbus_read_block_data(int fd, uint8_t cmd, uint8_t *vals) in i2c_smbus_read_block_data() 242 static int32_t i2c_smbus_read_i2c_block_data(int fd, uint8_t cmd, in i2c_smbus_read_i2c_block_data() 1218 static void NORETURN no_support(const char *cmd) in no_support() [all …]
|
D | setserial.c | 353 static bool cmd_noprint(int cmd) in cmd_noprint() 358 static bool cmd_is_flag(int cmd) in cmd_is_flag() 363 static bool cmd_needs_arg(int cmd) in cmd_needs_arg() 638 static int find_cmd(const char *cmd) in find_cmd() 666 int cmd; in serial_set() local
|
D | time.c | 402 static void run_command(char *const *cmd, resource_t *resp) in run_command()
|
D | man.c | 78 char *cmd; in run_pipe() local
|
D | hdparm.c | 502 static int ioctl_alt_func(/*int fd,*/ int cmd, unsigned char *args, int alt, const char *string) in ioctl_alt_func() 509 #define ioctl_alt_or_warn(cmd,args,alt) ioctl_alt_func(cmd,args,alt,#cmd) argument 511 static int ioctl_alt_func(/*int fd,*/ int cmd, unsigned char *args, int alt) in ioctl_alt_func() 518 #define ioctl_alt_or_warn(cmd,args,alt) ioctl_alt_func(cmd,args,alt) argument
|
/busybox-1.35.0/networking/ |
D | tftp.c | 173 #define CMD_GET(cmd) 1 argument 174 #define CMD_PUT(cmd) 0 argument 177 #define CMD_GET(cmd) 0 argument 178 #define CMD_PUT(cmd) 1 argument 181 #define CMD_GET(cmd) ((cmd) & TFTP_OPT_GET) argument 182 #define CMD_PUT(cmd) ((cmd) & TFTP_OPT_PUT) argument
|
D | nameif.c | 111 uint32_t cmd; member 126 uint32_t cmd; member
|
D | vconfig.c | 55 int cmd; /* Should be one of the vlan_ioctl_cmds enum above. */ member
|
D | tc.c | 505 int ret, obj, cmd, arg; in tc_main() local
|
/busybox-1.35.0/debianutils/ |
D | run_parts.c | 95 char *cmd[2 /* using 1 provokes compiler warning */]; member 100 #define cmd (G.cmd ) macro
|
/busybox-1.35.0/procps/ |
D | watch.c | 59 char *cmd; in watch_main() local
|
D | pgrep.c | 89 static void act(unsigned pid, char *cmd, int signo) in act() 161 char *cmd; in pgrep_main() local
|
/busybox-1.35.0/util-linux/ |
D | eject.c | 109 int cmd = CDROMEJECT; in eject_cdrom() local
|
/busybox-1.35.0/networking/libiproute/ |
D | iprule.c | 211 static int iprule_modify(int cmd, char **argv) in iprule_modify() 362 int cmd = index_in_substrings(ip_rule_commands, *argv); in do_iprule() local
|
D | iptunnel.c | 123 static int do_add_ioctl(int cmd, const char *basedev, struct ip_tunnel_parm *p) in do_add_ioctl() 167 static void parse_args(char **argv, int cmd, struct ip_tunnel_parm *p) in parse_args() 363 static int do_add(int cmd, char **argv) in do_add()
|
D | ipaddress.c | 622 static int ipaddr_modify(int cmd, int flags, char **argv) in ipaddr_modify() 830 int cmd = 2; in do_ipaddr() local
|
D | iproute.c | 346 static int iproute_modify(int cmd, unsigned flags, char **argv) in iproute_modify() 1131 int cmd = RTM_NEWROUTE; in do_iproute() local
|
/busybox-1.35.0/printutils/ |
D | lpr.c | 140 char cmd; in lpqr_main() local
|
/busybox-1.35.0/shell/ |
D | shell_common.c | 323 uint8_t cmd; /* RLIMIT_xxx fit into it */ member
|
D | hush.c | 698 #define IS_NULL_CMD(cmd) \ argument 1138 # define BLTIN(cmd, func, help) { cmd, func, help } argument 1140 # define BLTIN(cmd, func, help) { cmd, func } argument 4541 struct command *cmd = pi->cmds; in fetch_heredocs() local 8259 struct command *cmd = funcp->parent_cmd; in new_function() local 8530 static void if_command_vV_print_and_exit(char opt_vV, char *cmd, const char *explanation) in if_command_vV_print_and_exit() 11836 struct command *cmd = &pi->cmds[j]; in builtin_kill() local
|
/busybox-1.35.0/init/ |
D | bootchartd.c | 350 smallint cmd; in bootchartd_main() local
|
D | init.c | 436 char *cmd[command_size / 2]; in init_exec() local
|
/busybox-1.35.0/editors/ |
D | ed.c | 613 static void subCommand(const char *cmd, int num1, int num2) in subCommand()
|
D | vi.c | 1440 static void check_context(char cmd) in check_context() 1860 static void dot_to_char(int cmd) in dot_to_char() 3532 static int find_range(char **start, char **stop, int cmd) 4599 char c, cm, *cmd, *cmd1; local
|