| /linux-6.15/include/linux/ |
| H A D | compiler_attributes.h | 240 # define __nonstring __attribute__((__nonstring__)) macro 242 # define __nonstring macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | stddef.h | 74 #define __kernel_nonstring __nonstring
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci_mon.h | 59 char name[8] __nonstring;
|
| /linux-6.15/drivers/scsi/qla2xxx/ |
| H A D | qla_mr.h | 285 uint8_t model_num[16] __nonstring; 286 uint8_t model_description[80] __nonstring;
|
| /linux-6.15/fs/cachefiles/ |
| H A D | key.c | 11 static const char cachefiles_charmap[64] __nonstring =
|
| /linux-6.15/lib/tests/ |
| H A D | string_kunit.c | 533 unsigned char output[sizeof(unsigned long)] __nonstring; in string_test_strtomem() 582 char nonstring[7] __nonstring = { 'a', 'b', 'c', 'd', 'e', 'f', 'g' }; in string_test_memtostr() 583 char nonstring_small[3] __nonstring = { 'a', 'b', 'c' }; in string_test_memtostr()
|
| /linux-6.15/drivers/input/joystick/ |
| H A D | magellan.c | 51 static const unsigned char nibbles[16] __nonstring = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles()
|
| /linux-6.15/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_mock_wmfw.c | 42 u8 data[] __nonstring __counted_by(len); 47 u8 data[] __nonstring __counted_by(len);
|
| /linux-6.15/include/acpi/ |
| H A D | actbl.h | 69 char signature[ACPI_NAMESEG_SIZE] __nonstring; /* ASCII table signature */
|
| /linux-6.15/include/xen/interface/ |
| H A D | xen-mca.h | 375 char signature[12] __nonstring; /* "MACHINECHECK" */
|
| /linux-6.15/include/drm/ |
| H A D | drm_connector.h | 1798 unsigned char vendor[DRM_CONNECTOR_HDMI_VENDOR_LEN] __nonstring; 1804 unsigned char product[DRM_CONNECTOR_HDMI_PRODUCT_LEN] __nonstring;
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | cmd-db.c | 150 u8 query[sizeof(ent->id)] __nonstring; in cmd_db_get_header()
|
| /linux-6.15/drivers/acpi/acpica/ |
| H A D | aclocal.h | 296 char name[ACPI_NAMESEG_SIZE] __nonstring; 373 char name[ACPI_NAMESEG_SIZE] __nonstring;
|
| H A D | nsrepair2.c | 28 char name[ACPI_NAMESEG_SIZE] __nonstring;
|
| /linux-6.15/drivers/auxdisplay/ |
| H A D | panel.c | 157 char press_str[sizeof(void *) + sizeof(int)] __nonstring; 158 char repeat_str[sizeof(void *) + sizeof(int)] __nonstring; 159 char release_str[sizeof(void *) + sizeof(int)] __nonstring;
|
| /linux-6.15/fs/netfs/ |
| H A D | fscache_cache.c | 375 static const char fscache_cache_states[NR__FSCACHE_CACHE_STATE] __nonstring = "-PAEW";
|
| /linux-6.15/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfp.c | 153 u8 region[IEEE80211_COUNTRY_STRING_LEN] __nonstring;
|
| /linux-6.15/fs/vboxsf/ |
| H A D | super.c | 24 static const unsigned char VBSF_MOUNT_SIGNATURE[4] __nonstring = "\000\377\376\375";
|
| /linux-6.15/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_transport.c | 331 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring; 332 u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN] __nonstring; 333 u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN] __nonstring; 334 u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN] __nonstring;
|
| /linux-6.15/drivers/net/wireless/ath/carl9170/ |
| H A D | fw.c | 18 static const u8 otus_magic[4] __nonstring = { OTUS_MAGIC };
|
| /linux-6.15/drivers/net/wireless/virtual/ |
| H A D | virt_wifi.c | 149 u8 ssid[8] __nonstring; in virt_wifi_inform_bss()
|
| /linux-6.15/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 108 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring; 109 u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN] __nonstring; 110 u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN] __nonstring; 111 u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN] __nonstring;
|
| /linux-6.15/arch/um/drivers/ |
| H A D | mconsole_kern.c | 557 static char console_buf[MCONSOLE_MAX_DATA] __nonstring;
|
| /linux-6.15/arch/x86/coco/tdx/ |
| H A D | tdx.c | 171 char bytes[64] __nonstring; in tdx_panic()
|
| /linux-6.15/fs/ext4/ |
| H A D | ext4.h | 1353 /*78*/ char s_volume_name[EXT4_LABEL_MAX] __nonstring; /* volume name */ 1354 /*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */ 1405 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */ 1411 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */
|