Searched refs:check_command (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/usb/gadget/function/ |
| H A D | f_mass_storage.c | 1724 static int check_command(struct fsg_common *common, int cmnd_size, in check_command() function 1866 return check_command(common, cmnd_size, data_dir, in check_command_size_in_blocks() 1895 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command() 1904 reply = check_command(common, 6, DATA_DIR_FROM_HOST, in do_scsi_command() 1914 reply = check_command(common, 10, DATA_DIR_FROM_HOST, in do_scsi_command() 1923 reply = check_command(common, 6, DATA_DIR_TO_HOST, in do_scsi_command() 1933 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command() 1942 reply = check_command(common, 6, DATA_DIR_NONE, in do_scsi_command() 1995 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command() 2007 reply = check_command(common, 10, DATA_DIR_TO_HOST, in do_scsi_command() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_vxlan_fdb_changelink.sh | 75 check_command netstat || return
|
| H A D | lib.sh | 542 check_command() 556 if ! check_command "$cmd"; then 528 check_command() global() function
|
| H A D | pmtu.sh | 2093 check_command() { function 2115 check_command taskset || return $ksft_skip
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | lib.sh | 1929 check_command "$MCD" || return 1 1930 check_command "$MC_CLI" || return 1
|