Symbol: __nonstring
arch/um/drivers/mconsole_kern.c
557
static char console_buf[MCONSOLE_MAX_DATA] __nonstring;
arch/x86/coco/tdx/tdx.c
211
char bytes[64] __nonstring;
drivers/auxdisplay/panel.c
157
char press_str[sizeof(void *) + sizeof(int)] __nonstring;
drivers/auxdisplay/panel.c
158
char repeat_str[sizeof(void *) + sizeof(int)] __nonstring;
drivers/auxdisplay/panel.c
159
char release_str[sizeof(void *) + sizeof(int)] __nonstring;
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
42
u8 data[] __nonstring __counted_by(len);
drivers/firmware/cirrus/test/cs_dsp_mock_wmfw.c
47
u8 data[] __nonstring __counted_by(len);
drivers/input/joystick/magellan.c
51
static const unsigned char nibbles[16] __nonstring = "0AB3D56GH9:K<MN?";
drivers/md/bcache/super.c
548
static const char zero_uuid[16] __nonstring =
drivers/message/fusion/mptsas.c
2836
u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring;
drivers/message/fusion/mptsas.c
2837
u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN] __nonstring;
drivers/message/fusion/mptsas.c
2838
u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN] __nonstring;
drivers/message/fusion/mptsas.c
2839
u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN] __nonstring;
drivers/net/ethernet/cadence/macb.h
1053
char stat_string[ETH_GSTRING_LEN] __nonstring;
drivers/net/ethernet/emulex/benet/be_cmds.c
2622
static const char flash_cookie[32] __nonstring = "*** SE FLAS" "H DIRECTORY *** ";
drivers/net/ethernet/emulex/benet/be_cmds.h
1418
u8 cookie[32] __nonstring;
drivers/net/ethernet/freescale/enetc/enetc_ethtool.c
147
char name[ETH_GSTRING_LEN] __nonstring;
drivers/net/ethernet/freescale/enetc/enetc_ethtool.c
204
char name[ETH_GSTRING_LEN] __nonstring;
drivers/net/ethernet/mellanox/mlxsw/spectrum_ethtool.c
265
char str[ETH_GSTRING_LEN] __nonstring;
drivers/net/ethernet/stmicro/stmmac/stmmac_ethtool.c
40
char stat_string[ETH_GSTRING_LEN] __nonstring;
drivers/net/wireguard/cookie.c
29
static const u8 mac1_key_label[COOKIE_KEY_LABEL_LEN] __nonstring = "mac1----";
drivers/net/wireguard/cookie.c
30
static const u8 cookie_key_label[COOKIE_KEY_LABEL_LEN] __nonstring = "cookie--";
drivers/net/wireguard/noise.c
28
static const u8 handshake_name[37] __nonstring = "Noise_IKpsk2_25519_ChaChaPoly_BLAKE2s";
drivers/net/wireguard/noise.c
29
static const u8 identifier_name[34] __nonstring = "WireGuard v1 zx2c4 Jason@zx2c4.com";
drivers/net/wireless/ath/ath10k/core.h
614
u8 ssid[IEEE80211_MAX_SSID_LEN] __nonstring;
drivers/net/wireless/ath/carl9170/fw.c
18
static const u8 otus_magic[4] __nonstring = { OTUS_MAGIC };
drivers/net/wireless/marvell/mwifiex/cfp.c
153
u8 region[IEEE80211_COUNTRY_STRING_LEN] __nonstring;
drivers/net/wireless/realtek/rtw88/main.h
838
char alpha2[2] __nonstring;
drivers/net/wireless/virtual/virt_wifi.c
149
u8 ssid[8] __nonstring;
drivers/net/wireless/zydas/zd1211rw/zd_mac.c
24
char alpha2[2] __nonstring;
drivers/s390/char/sclp.c
32
char id[4] __nonstring;
drivers/scsi/mpi3mr/mpi3mr_transport.c
108
u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring;
drivers/scsi/mpi3mr/mpi3mr_transport.c
109
u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN] __nonstring;
drivers/scsi/mpi3mr/mpi3mr_transport.c
110
u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN] __nonstring;
drivers/scsi/mpi3mr/mpi3mr_transport.c
111
u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN] __nonstring;
drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h
610
U8 ChipName[16] __nonstring; /*0x04 */
drivers/scsi/mpt3sas/mpt3sas_transport.c
334
u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring;
drivers/scsi/mpt3sas/mpt3sas_transport.c
335
u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN] __nonstring;
drivers/scsi/mpt3sas/mpt3sas_transport.c
336
u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN] __nonstring;
drivers/scsi/mpt3sas/mpt3sas_transport.c
337
u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN] __nonstring;
drivers/scsi/pm8001/pm8001_ctl.c
649
u8 command[8] __nonstring;
drivers/scsi/qla2xxx/qla_mr.h
285
uint8_t model_num[16] __nonstring;
drivers/scsi/qla2xxx/qla_mr.h
286
uint8_t model_description[80] __nonstring;
drivers/soc/qcom/cmd-db.c
150
u8 query[sizeof(ent->id)] __nonstring;
fs/btrfs/send.c
356
char name[] __counted_by(name_len) __nonstring;
fs/cachefiles/key.c
11
static const char cachefiles_charmap[64] __nonstring =
fs/ext4/ext4.h
1378
/*78*/ char s_volume_name[EXT4_LABEL_MAX] __nonstring; /* volume name */
fs/ext4/ext4.h
1379
/*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */
fs/ext4/ext4.h
1430
__u8 s_first_error_func[32] __nonstring; /* function where the error happened */
fs/ext4/ext4.h
1436
__u8 s_last_error_func[32] __nonstring; /* function where the error happened */
fs/netfs/fscache_cache.c
375
static const char fscache_cache_states[NR__FSCACHE_CACHE_STATE] __nonstring = "-PAEW";
fs/netfs/fscache_cookie.c
32
static const char fscache_cookie_states[FSCACHE_COOKIE_STATE__NR] __nonstring = "-LCAIFUWRD";
fs/vboxsf/super.c
24
static const unsigned char VBSF_MOUNT_SIGNATURE[4] __nonstring = "\000\377\376\375";
fs/xfs/libxfs/xfs_format.h
115
char sb_fname[XFSLABEL_MAX] __nonstring; /* file system name */
include/drm/drm_connector.h
1873
unsigned char vendor[DRM_CONNECTOR_HDMI_VENDOR_LEN] __nonstring;
include/drm/drm_connector.h
1879
unsigned char product[DRM_CONNECTOR_HDMI_PRODUCT_LEN] __nonstring;
include/net/bluetooth/hci_mon.h
61
char name[8] __nonstring;
include/uapi/linux/stddef.h
80
#define __kernel_nonstring __nonstring
include/xen/interface/xen-mca.h
375
char signature[12] __nonstring; /* "MACHINECHECK" */
lib/crypto/aescfb.c
108
u8 ptext[64] __nonstring;
lib/crypto/aescfb.c
109
u8 ctext[64] __nonstring;
lib/crypto/aescfb.c
111
u8 key[AES_MAX_KEY_SIZE] __nonstring;
lib/crypto/aescfb.c
112
u8 iv[AES_BLOCK_SIZE] __nonstring;
lib/crypto/aesgcm.c
207
static const u8 __initconst ctext0[16] __nonstring =
lib/crypto/aesgcm.c
213
static const u8 __initconst ctext1[32] __nonstring =
lib/crypto/aesgcm.c
219
static const u8 __initconst ptext2[64] __nonstring =
lib/crypto/aesgcm.c
229
static const u8 __initconst ctext2[80] __nonstring =
lib/crypto/aesgcm.c
241
static const u8 __initconst ptext3[60] __nonstring =
lib/crypto/aesgcm.c
251
static const u8 __initconst ctext3[76] __nonstring =
lib/crypto/aesgcm.c
263
static const u8 __initconst ctext4[16] __nonstring =
lib/crypto/aesgcm.c
267
static const u8 __initconst ctext5[32] __nonstring =
lib/crypto/aesgcm.c
273
static const u8 __initconst ptext6[64] __nonstring =
lib/crypto/aesgcm.c
283
static const u8 __initconst ctext6[80] __nonstring =
lib/crypto/aesgcm.c
295
static const u8 __initconst ctext7[16] __nonstring =
lib/crypto/aesgcm.c
299
static const u8 __initconst ctext8[32] __nonstring =
lib/crypto/aesgcm.c
305
static const u8 __initconst ptext9[64] __nonstring =
lib/crypto/aesgcm.c
315
static const u8 __initconst ctext9[80] __nonstring =
lib/crypto/aesgcm.c
327
static const u8 __initconst ptext10[60] __nonstring =
lib/crypto/aesgcm.c
337
static const u8 __initconst ctext10[76] __nonstring =
lib/crypto/aesgcm.c
349
static const u8 __initconst ptext11[60] __nonstring =
lib/crypto/aesgcm.c
359
static const u8 __initconst ctext11[76] __nonstring =
lib/crypto/aesgcm.c
371
static const u8 __initconst ptext12[719] __nonstring =
lib/crypto/aesgcm.c
463
static const u8 __initconst ctext12[735] __nonstring =
lib/crypto/aesgcm.c
561
u8 key[AES_MAX_KEY_SIZE] __nonstring;
lib/crypto/aesgcm.c
562
u8 iv[GCM_AES_IV_SIZE] __nonstring;
lib/crypto/aesgcm.c
563
u8 assoc[20] __nonstring;
lib/tests/string_kunit.c
533
unsigned char output[sizeof(unsigned long)] __nonstring;
lib/tests/string_kunit.c
582
char nonstring[7] __nonstring = { 'a', 'b', 'c', 'd', 'e', 'f', 'g' };
lib/tests/string_kunit.c
583
char nonstring_small[3] __nonstring = { 'a', 'b', 'c' };