| /linux/drivers/scsi/pcmcia/ |
| H A D | nsp_debug.c | 14 static const char unknown[] = "UNKNOWN"; variable 17 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 18 /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", 19 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 20 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 21 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", 24 /* 1e-1f */ "Prevent/Allow Medium Removal", unknown, 29 /* 20-22 */ unknown, unknown, unknown, 30 /* 23-28 */ unknown, unknown, "Read Capacity", unknown, unknown, "Read (10)", 31 /* 29-2d */ unknown, "Write (10)", "Seek (10)", unknown, unknown, [all …]
|
| /linux/drivers/scsi/ |
| H A D | nsp32_debug.c | 12 static const char unknown[] = "UNKNOWN"; variable 15 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 16 /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks", 17 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 18 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 19 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", 22 /* 1e-1f */ "Prevent/Allow Medium Removal", unknown, 27 /* 20-22 */ unknown, unknown, unknown, 28 /* 23-28 */ unknown, unknown, "Read Capacity", unknown, unknown, "Read (10)", 29 /* 29-2d */ unknown, "Write (10)", "Seek (10)", unknown, unknown, [all …]
|
| /linux/Documentation/firmware-guide/acpi/apei/ |
| H A D | output_format.rst | 28 PCIe error | unknown, <uuid string> 57 <proc operation string>* := unknown or generic | data read | data write | \ 81 unknown | no error | single-bit ECC | multi-bit ECC | \ 105 unknown | unknown | root port | upstream switch port | \ 112 unknown | unknown | unknown | unknown | Data Link Protocol | \ 113 unknown | unknown | unknown | unknown | unknown | unknown | unknown | \ 119 Receiver Error | unknown | unknown | unknown | unknown | unknown | \ 120 Bad TLP | Bad DLLP | RELAY_NUM Rollover | unknown | unknown | unknown | \ 137 string> description. Otherwise, <field string> will be "unknown".
|
| /linux/tools/testing/selftests/powerpc/tm/ |
| H A D | tm-poison.c | 31 uint64_t unknown = 0; in tm_poison_test() local 107 : [unknown] "=r" (unknown) in tm_poison_test() 118 fail_fp = unknown != 0x1; in tm_poison_test() 120 printf("Unknown value %#"PRIx64" leaked into f31!\n", unknown); in tm_poison_test() 155 : [unknown] "=r" (unknown) in tm_poison_test() 166 fail_vr = unknown != 0x1; in tm_poison_test() 168 printf("Unknown value %#"PRIx64" leaked into vr31!\n", unknown); in tm_poison_test()
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | cpuid.c | 51 unsigned int unknown = 0xffffff; in get_cpu_info() local 57 cpu_info->family = unknown; in get_cpu_info() 58 cpu_info->model = unknown; in get_cpu_info() 59 cpu_info->stepping = unknown; in get_cpu_info() 96 cpu_info->family == unknown || in get_cpu_info() 97 cpu_info->model == unknown || in get_cpu_info() 98 cpu_info->stepping == unknown) { in get_cpu_info()
|
| /linux/tools/usb/usbip/ |
| H A D | README | 199 1-1: Prolific Technology, Inc. : unknown product (067b:3507) 201 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 204 1-2.2.1: Apple Computer, Inc. : unknown product (05ac:0203) 206 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 211 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 212 : 0 - Vendor Specific Class / unknown subclass / unknown protocol (ff/00/00) 216 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00) 217 : 0 - Data / unknown subclass / unknown protocol (0a/ff/00) 218 : 1 - Audio / Control Device / unknown protocol (01/01/00) 219 : 2 - Audio / Streaming / unknown protocol (01/02/00) [all …]
|
| /linux/fs/smb/server/ |
| H A D | unicode.c | 82 goto unknown; in cifs_mapchar() 85 goto unknown; in cifs_mapchar() 88 unknown: in cifs_mapchar() 399 goto unknown; in smbConvertToUTF16() 403 goto unknown; in smbConvertToUTF16() 405 goto unknown; in smbConvertToUTF16() 410 goto unknown; in smbConvertToUTF16() 439 unknown: in smbConvertToUTF16()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-surface_aggregator-tabletsw | 26 - "<unknown>": The current state is unknown to the driver, for 31 gracefully handle unknown states. 52 - "<unknown>": The current state is unknown to the driver, for 57 gracefully handle unknown states.
|
| /linux/lib/ |
| H A D | percpu_counter.c | 331 s64 unknown; in __percpu_counter_limited_add() local 339 unknown = batch * num_online_cpus(); in __percpu_counter_limited_add() 344 ((amount > 0 && fbc->count + unknown <= limit) || in __percpu_counter_limited_add() 345 (amount < 0 && fbc->count - unknown >= limit))) { in __percpu_counter_limited_add() 356 if (count - unknown > limit) in __percpu_counter_limited_add() 358 if (count + unknown <= limit) in __percpu_counter_limited_add() 361 if (count + unknown < limit) in __percpu_counter_limited_add() 363 if (count - unknown >= limit) in __percpu_counter_limited_add()
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-msm8926-htc-memul.dts | 51 unknown@5b00000 { 56 unknown@7500000 { 66 unknown@cf00000 { 76 unknown@d13a000 { 86 unknown@d850000 { 96 unknown@f000000 { 111 unknown@fb00000 { 124 unknown@ff00000 {
|
| /linux/fs/smb/client/ |
| H A D | cifs_unicode.c | 142 goto unknown; in cifs_mapchar() 145 goto unknown; in cifs_mapchar() 148 unknown: in cifs_mapchar() 527 goto unknown; in cifsConvertToUTF16() 531 goto unknown; in cifsConvertToUTF16() 533 goto unknown; in cifsConvertToUTF16() 538 goto unknown; in cifsConvertToUTF16() 565 unknown: in cifsConvertToUTF16()
|
| /linux/arch/m68k/virt/ |
| H A D | config.c | 63 int unknown = 0; in virt_parse_bootinfo() local 96 unknown = 1; in virt_parse_bootinfo() 99 return unknown; in virt_parse_bootinfo()
|
| /linux/arch/sh/include/asm/ |
| H A D | vermagic.h | 14 # error unknown processor family 24 # error unknown processor family
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | cx2341x-devel.rst | 2886 Decoder ?? unknown - horizontal scaling 2896 Decoder ?? unknown - horizontal scaling 2901 Decoder ?? unknown - Y plane 2906 Decoder ?? unknown - UV plane 2915 Decoder ?? unknown 2920 Decoder ?? unknown 2925 Decoder ?? unknown 2930 Decoder ?? unknown 2935 Decoder ?? unknown 2995 Decoder ?? unknown [all …]
|
| /linux/drivers/hid/ |
| H A D | hid-roccat-arvo.h | 20 uint8_t unknown[24]; member 24 uint8_t unknown[8]; member
|
| H A D | hid-roccat-koneplus.h | 43 uint8_t unknown[3]; member 75 uint8_t unknown[2]; member
|
| /linux/arch/m68k/apollo/ |
| H A D | config.c | 47 int unknown = 0; in apollo_parse_bootinfo() local 56 unknown=1; in apollo_parse_bootinfo() 59 return unknown; in apollo_parse_bootinfo()
|
| /linux/tools/testing/selftests/x86/bugs/ |
| H A D | its_indirect_alignment.py | 88 passed = unknown = failed = False 126 unknown = True variable 129 elif unknown:
|
| H A D | its_ret_alignment.py | 85 passed = unknown = failed = skipped = False 117 elif unknown:
|
| /linux/tools/testing/ktest/examples/ |
| H A D | snowball.conf | 15 MAKE_CMD = PATH=/usr/local/gcc-4.5.2-nolibc/arm-unknown-linux-gnueabi/bin:$PATH CROSS_COMPILE=arm-u…
|
| /linux/arch/m68k/hp300/ |
| H A D | config.c | 74 int unknown = 0; in hp300_parse_bootinfo() local 91 unknown = 1; in hp300_parse_bootinfo() 94 return unknown; in hp300_parse_bootinfo()
|
| /linux/include/uapi/linux/ |
| H A D | edd.h | 112 } __attribute__ ((packed)) unknown; member 167 } __attribute__ ((packed)) unknown; member
|
| /linux/Documentation/input/devices/ |
| H A D | xpad.rst | 27 - if using an unknown device (one not listed below), what you set in the 28 module configuration for "Map D-PAD to buttons rather than axes for unknown 31 If you set dpad_to_buttons to N and you are using an unknown device 39 unknown controllers. 85 If you have an unknown Xbox controller, it should work just fine with 88 HOWEVER if you have an unknown dance pad not listed below, it will not
|
| /linux/Documentation/networking/ |
| H A D | lapb-module.rst | 141 LAPB_BADTOKEN Invalid/unknown LAPB token. 154 LAPB_BADTOKEN Invalid/unknown LAPB token. 169 LAPB_BADTOKEN Invalid/unknown LAPB token. 182 LAPB_BADTOKEN Invalid/unknown LAPB token. 194 LAPB_BADTOKEN Invalid/unknown LAPB token. 208 LAPB_BADTOKEN Invalid/unknown LAPB token. 224 LAPB_BADTOKEN Invalid/unknown LAPB token.
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-firmware-opal-dump | 33 (or 'unknown'). 34 Type '0xffffffff unknown' is used when
|