Searched refs:next_command (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dvfstest.c90 static char* next_command(char** cmdstr) function
545 while((cmd=next_command(&p)) != NULL) {
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlash.c1397 char *next_command = NULL; local
1418 if (!next_command) {
1421 next_command = command;
1424 if (expand_arguments(next_command) == FALSE) {
1427 next_command = NULL;
1431 if (!parse_command(&next_command, &newjob, &inbg) &&
1441 next_command = NULL;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dstrip.c291 int next_command; /* Next periodic command */ member in struct:strip
1285 strip_info->next_command = CompatibilityCommand;
1506 StringDescriptor ts = CommandString[strip_info->next_command];
1512 strip_info->next_command, tv.tv_sec % 100, tv.tv_usec);
1531 if (++strip_info->next_command >= ELEMENTS_OF(CommandString))
1532 strip_info->next_command = 0;
1912 strip_info->next_command = 0; /* Try to enable checksums ASAP */
2224 strip_info->next_command = CompatibilityCommand;
2462 strip_info->next_command = CompatibilityCommand;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Drpcclient.c100 static char* next_command (char** cmdstr) function
773 while((cmd=next_command(&p)) != NULL) {

Completed in 59 milliseconds