Searched refs:command_len (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dlineedit.c73 static unsigned command_len; variable
130 while (cursor < command_len)
219 if (j == command_len)
237 command_len--;
253 memmove(command_ps + cursor + j, command_ps + cursor, command_len - cursor + 1);
255 command_len += j;
273 if (cursor < command_len)
811 if ((len_found - strlen(matchBuf) + command_len) < MAX_LINELEN) {
825 command_len = strlen(command_ps);
827 redraw(cmdedit_y, command_len
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-ioctl.h197 int command_len; /* length of USB video command */ member in struct:pwc_video_command
H A Dpwc-ctrl.c1644 ARGR(cmd).command_len = pdev->cmd_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/media/
H A Dpwc-ioctl.h198 int command_len; /* length of USB video command */ member in struct:pwc_video_command
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dsddr09.c284 unsigned int command_len) {
285 return sddr09_send_command(us, 0, USB_DIR_OUT, command, command_len);
282 sddr09_send_scsi_command(struct us_data *us, unsigned char *command, unsigned int command_len) argument

Completed in 130 milliseconds