Searched refs:cmdlen (Results 1 – 2 of 2) sorted by relevance
67 #define TRACE_EXECVE(cmdlen,cmd)\ argument69 DEV_WRITE_WORD(TRACE_DEV_REG_CMDLINE_LEN, (cmdlen));\
283 int cmdlen = strlen(command); in emulatorConsole_send() local287 if (cmdlen == 0) in emulatorConsole_send()291 msg = msg_alloc(command, cmdlen); in emulatorConsole_send()