Searched refs:command_list (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bftpd-1.6.6/
H A Dcommands.h55 void command_list(char *);
H A Dcommands.c1553 void command_list(char *dirname) function
1960 {"LIST", "[<sp> pathname]", command_list, STATE_AUTHENTICATED, 0},
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dcommsup.c1031 struct scsi_cmnd *command_list; local
1128 command_list = NULL;
1134 command->SCp.buffer = (struct scatterlist *)command_list;
1135 command_list = command;
1139 while ((command = command_list)) {
1140 command_list = (struct scsi_cmnd *)command->SCp.buffer;

Completed in 39 milliseconds