Home
last modified time | relevance | path

Searched refs:__nonstring (Results 1 – 25 of 27) sorted by relevance

12

/linux/include/linux/
H A Dcompiler_attributes.h240 # define __nonstring __attribute__((__nonstring__)) macro
242 # define __nonstring macro
/linux/include/net/bluetooth/
H A Dhci_mon.h61 char name[8] __nonstring;
/linux/drivers/net/wireguard/
H A Dcookie.c29 static const u8 mac1_key_label[COOKIE_KEY_LABEL_LEN] __nonstring = "mac1----";
30 static const u8 cookie_key_label[COOKIE_KEY_LABEL_LEN] __nonstring = "cookie--";
H A Dnoise.c28 static const u8 handshake_name[37] __nonstring = "Noise_IKpsk2_25519_ChaChaPoly_BLAKE2s";
29 static const u8 identifier_name[34] __nonstring = "WireGuard v1 zx2c4 Jason@zx2c4.com";
/linux/fs/cachefiles/
H A Dkey.c11 static const char cachefiles_charmap[64] __nonstring =
/linux/drivers/input/joystick/
H A Dmagellan.c51 static const unsigned char nibbles[16] __nonstring = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles()
/linux/drivers/firmware/cirrus/test/
H A Dcs_dsp_mock_wmfw.c42 u8 data[] __nonstring __counted_by(len);
47 u8 data[] __nonstring __counted_by(len);
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c131 char name[ETH_GSTRING_LEN] __nonstring;
148 char name[ETH_GSTRING_LEN] __nonstring;
165 char name[ETH_GSTRING_LEN] __nonstring;
182 char name[ETH_GSTRING_LEN] __nonstring;
201 char name[ETH_GSTRING_LEN] __nonstring;
220 char name[ETH_GSTRING_LEN] __nonstring;
/linux/lib/tests/
H A Dstring_kunit.c635 unsigned char output[sizeof(unsigned long)] __nonstring; in string_test_strtomem()
684 char nonstring[7] __nonstring = { 'a', 'b', 'c', 'd', 'e', 'f', 'g' }; in string_test_memtostr()
685 char nonstring_small[3] __nonstring = { 'a', 'b', 'c' }; in string_test_memtostr()
/linux/drivers/auxdisplay/
H A Dpanel.c157 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/fs/netfs/
H A Dfscache_cache.c375 static const char fscache_cache_states[NR__FSCACHE_CACHE_STATE] __nonstring = "-PAEW";
H A Dfscache_cookie.c32 static const char fscache_cookie_states[FSCACHE_COOKIE_STATE__NR] __nonstring = "-LCAIFUWRD";
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c334 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring;
335 u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN] __nonstring;
336 u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN] __nonstring;
337 u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN] __nonstring;
/linux/fs/vboxsf/
H A Dsuper.c24 static const unsigned char VBSF_MOUNT_SIGNATURE[4] __nonstring = "\000\377\376\375";
/linux/drivers/net/wireless/ath/carl9170/
H A Dfw.c18 static const u8 otus_magic[4] __nonstring = { OTUS_MAGIC };
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c108 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/drivers/net/wireless/virtual/
H A Dvirt_wifi.c149 u8 ssid[8] __nonstring; in virt_wifi_inform_bss()
/linux/arch/um/drivers/
H A Dmconsole_kern.c557 static char console_buf[MCONSOLE_MAX_DATA] __nonstring;
/linux/fs/ext4/
H A Dext4.h1375 /*78*/ char s_volume_name[EXT4_LABEL_MAX] __nonstring; /* volume name */
1376 /*88*/ char s_last_mounted[64] __nonstring; /* directory where last mounted */
1427 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */
1433 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */
/linux/drivers/s390/char/
H A Dsclp.c32 char id[4] __nonstring;
/linux/fs/xfs/libxfs/
H A Dxfs_format.h115 char sb_fname[XFSLABEL_MAX] __nonstring; /* file system name */
/linux/drivers/message/fusion/
H A Dmptsas.c2836 u8 vendor_id[SAS_EXPANDER_VENDOR_ID_LEN] __nonstring;
2837 u8 product_id[SAS_EXPANDER_PRODUCT_ID_LEN] __nonstring;
2838 u8 product_rev[SAS_EXPANDER_PRODUCT_REV_LEN] __nonstring;
2839 u8 component_vendor_id[SAS_EXPANDER_COMPONENT_VENDOR_ID_LEN] __nonstring;
/linux/Documentation/translations/it_IT/process/
H A Ddeprecated.rst162 marchiati con l'attributo `__nonstring <https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attribut…
/linux/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c24 char alpha2[2] __nonstring;
/linux/Documentation/translations/sp_SP/process/
H A Ddeprecated.rst163 `__nonstring

12