| /third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
| H A D | scsimain.c | 835 io_hdr.cmd_len = sizeof(inqCmdBlk); in sg3_inq() 899 io_hdr.cmd_len = sizeof(logsCmdBlk); in do_logs() 1572 io_hdr.cmd_len = sizeof(inqCmdBlk); in do_inquiry() 1867 io_hdr.cmd_len = sizeof(rcCmdBlk); in read_capacity() 1906 io_hdr.cmd_len = sizeof(scCmdBlk); in sync_cache() 2041 io_hdr.cmd_len = cdbsz; in sg_read() 2107 io_hdr.cmd_len = cdbsz; in sg_write() 2690 io_hdr.cmd_len = sizeof(inqCmdBlk); in do_scsi_inq() 3377 io_hdr.cmd_len = sizeof(inqCmdBlk); in do_simple_inq() 3432 io_hdr.cmd_len in do_modes() [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | wl_android.h | 119 int wl_handle_private_cmd(struct net_device *net, char *command, u32 cmd_len);
|
| H A D | wl_cfgvendor.c | 2811 int data_len = 0, cmd_len = 0, tmp = 0, type = 0; in wl_cfgvendor_priv_bcm_handler() local 2834 cmd_len = nla_len(iter); in wl_cfgvendor_priv_bcm_handler() 2836 WL_DBG(("%s: type: %d cmd_len:%d cmd_ptr:%p \n", __func__, type, cmd_len, cmd)); in wl_cfgvendor_priv_bcm_handler() 2837 if (!cmd || !cmd_len) { in wl_cfgvendor_priv_bcm_handler() 2845 if ((cmd_len >= WL_DRIVER_PRIV_CMD_LEN) || in wl_cfgvendor_priv_bcm_handler() 2846 (cmd_len < ANDROID_PRIV_CMD_IF_PREFIX_LEN)) { in wl_cfgvendor_priv_bcm_handler() 2848 "Ignore the command\n", cmd_len)); in wl_cfgvendor_priv_bcm_handler() 2856 WL_ERR(("memcpy failed for cmd buffer. len:%d\n", cmd_len)); in wl_cfgvendor_priv_bcm_handler() 2891 (cmd_len in wl_cfgvendor_priv_bcm_handler() [all...] |
| H A D | dhd_linux.c | 11647 uint cmd_len, char **resptr, uint resp_len) in dhd_getiovar() 11658 ret = bcm_mkiovar(name, cmd_buf, cmd_len, buf, len); in dhd_getiovar() 15076 u32 cmd_len, buf_len; in __dhd_apf_add_filter() local 15086 cmd_len = sizeof(cmd); in __dhd_apf_add_filter() 15096 buf_len = cmd_len + WL_PKT_FILTER_FIXED_LEN + in __dhd_apf_add_filter() 15105 memcpy(buf, cmd, cmd_len); in __dhd_apf_add_filter() 15107 pkt_filterp = (wl_pkt_filter_t *) (buf + cmd_len); in __dhd_apf_add_filter() 15137 u32 cmd_len, buf_len; in __dhd_apf_config_filter() local 15147 cmd_len = sizeof(cmd); in __dhd_apf_config_filter() 15148 buf_len = cmd_len in __dhd_apf_config_filter() 11646 dhd_getiovar(dhd_pub_t *pub, int ifidx, char *name, char *cmd_buf, uint cmd_len, char **resptr, uint resp_len) dhd_getiovar() argument [all...] |
| H A D | dhd_config.c | 2090 int cmd_len = strlen("mpc"); in dhd_conf_check_hostsleep() local 2091 if (!strncmp(buf, "mpc", cmd_len)) { in dhd_conf_check_hostsleep() 2092 if (*((u32 *)((u8*)buf+cmd_len+1)) != 0) { in dhd_conf_check_hostsleep()
|
| H A D | wl_android.c | 5622 wl_handle_private_cmd(struct net_device *net, char *command, u32 cmd_len) in wl_handle_private_cmd() argument 5628 priv_cmd.total_len = cmd_len; in wl_handle_private_cmd()
|
| H A D | dhd.h | 2335 uint cmd_len, char **resptr, uint resp_len);
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma_bjnp.c | 660 udp_command (const int dev_no, char *command, int cmd_len, char *response, in udp_command() argument 684 if ((numbytes = send (sockfd, command, cmd_len, 0)) != cmd_len) in udp_command() 688 numbytes, cmd_len)); in udp_command()
|
| /third_party/backends/backend/ |
| H A D | sp15c.c | 1332 do_scsi_cmd (int fd, unsigned char *cmd, int cmd_len, unsigned char *out, size_t out_len) in do_scsi_cmd() argument 1337 hexdump (20, "<cmd<", cmd, cmd_len); in do_scsi_cmd() 1339 ret = sanei_scsi_cmd (fd, cmd, cmd_len, out, &ol); in do_scsi_cmd()
|
| H A D | coolscan.c | 126 do_scsi_cmd (int fd, unsigned char *cmd, int cmd_len, unsigned char *out, size_t out_len) in do_scsi_cmd() argument 131 hexdump (20, "", cmd, cmd_len); in do_scsi_cmd() 133 ret = sanei_scsi_cmd (fd, cmd, cmd_len, out, &ol); in do_scsi_cmd()
|
| /third_party/eudev/src/scsi_id/ |
| H A D | scsi_serial.c | 353 io_hdr.cmd_len = sizeof(inq_cmd); in scsi_inquiry()
|
| /third_party/eudev/src/cdrom_id/ |
| H A D | cdrom_id.c | 161 cmd->sg_io.cmd_len = i + 1; in scsi_cmd_set()
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | plat_firmware.c | 1369 static hi_s32 firmware_parse_cmd(hi_u8 *puc_cfg_buffer, hi_u8 *puc_cmd_name, hi_u8 cmd_len, hi_u8 *puc_cmd_para, in firmware_parse_cmd() argument 1380 hi_unref_param(cmd_len); in firmware_parse_cmd()
|
| /third_party/f2fs-tools/lib/ |
| H A D | libf2fs.c | 1009 io_hdr.cmd_len = sizeof(model_inq); in get_device_info()
|
| /third_party/backends/sanei/ |
| H A D | sanei_scsi.c | 2148 req->sgdata.sg3.hdr.cmd_len = cmd_size; in sanei_scsi_req_enter2()
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
| H A D | wlioctl.h | 18174 uint16 cmd_len; /* cmd struct len */ member
|