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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-ioctl.h196 int command_len; /* length of USB video command */ member in struct:pwc_video_command
H A Dpwc-ctrl.c1731 ARGR(vcmd).command_len = pdev->cmd_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dpwc-ioctl.h197 int command_len; /* length of USB video command */ member in struct:pwc_video_command
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Dsddr09.c331 unsigned int command_len) {
332 return sddr09_send_command(us, 0, USB_DIR_OUT, command, command_len);
329 sddr09_send_scsi_command(struct us_data *us, unsigned char *command, unsigned int command_len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_hw4.h2449 uint32_t command_len; member in struct:gen_req64_wqe
H A Dlpfc_sli.c6114 wqe->gen_req.command_len = xmit_len;

Completed in 153 milliseconds