Searched refs:cmd (Results 51 - 56 of 56) sorted by relevance

123

/system/core/liblog/
H A Dlog_read_kern.c195 static int logger_ioctl(struct logger *logger, int cmd, int mode) argument
206 return ioctl(logger->fd, cmd);
222 ret = ioctl(f, cmd);
/system/core/toolbox/
H A Dtop.c109 static void usage(char *cmd);
556 static void usage(char *cmd) { argument
564 cmd);
/system/core/init/
H A Dinit.c527 static struct command *get_next_command(struct action *act, struct command *cmd) argument
530 node = cmd->clist.next;
539 static int is_last_command(struct action *act, struct command *cmd) argument
541 return (list_tail(&act->commands) == &cmd->clist);
H A Dproperty_service.c307 switch(msg.cmd) {
/system/core/logcat/
H A Dlogcat.cpp212 static void show_help(const char *cmd) argument
214 fprintf(stderr,"Usage: %s [options] [filterspecs]\n", cmd);
/system/core/adb/
H A Dcommandline.c41 static int do_cmd(transport_type ttype, char* serial, char *cmd, ...);
1751 static int do_cmd(transport_type ttype, char* serial, char *cmd, ...) argument
1757 va_start(ap, cmd);
1769 argv[argc++] = cmd;

Completed in 202 milliseconds

123