Home
last modified time | relevance | path

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

12

/linux/lib/crypto/
H A Daesgcm.c207 static const u8 __initconst ctext0[16] __nonstring =
213 static const u8 __initconst ctext1[32] __nonstring =
219 static const u8 __initconst ptext2[64] __nonstring =
229 static const u8 __initconst ctext2[80] __nonstring =
241 static const u8 __initconst ptext3[60] __nonstring =
251 static const u8 __initconst ctext3[76] __nonstring =
263 static const u8 __initconst ctext4[16] __nonstring =
267 static const u8 __initconst ctext5[32] __nonstring =
273 static const u8 __initconst ptext6[64] __nonstring =
283 static const u8 __initconst ctext6[80] __nonstring =
[all …]
H A Daescfb.c108 u8 ptext[64] __nonstring;
109 u8 ctext[64] __nonstring;
111 u8 key[AES_MAX_KEY_SIZE] __nonstring;
112 u8 iv[AES_BLOCK_SIZE] __nonstring;
/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/fs/cachefiles/
H A Dkey.c11 static const char cachefiles_charmap[64] __nonstring =
/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/input/joystick/
H A Dmagellan.c51 static const unsigned char nibbles[16] __nonstring = "0AB3D56GH9:K<MN?"; in magellan_crunch_nibbles()
/linux/drivers/soc/qcom/
H A Dcmd-db.c150 u8 query[sizeof(ent->id)] __nonstring; in cmd_db_get_header()
/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/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/net/wireless/virtual/
H A Dvirt_wifi.c149 u8 ssid[8] __nonstring; in virt_wifi_inform_bss()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c144 char name[ETH_GSTRING_LEN] __nonstring;
201 char name[ETH_GSTRING_LEN] __nonstring;
/linux/arch/um/drivers/
H A Dmconsole_kern.c557 static char console_buf[MCONSOLE_MAX_DATA] __nonstring;
/linux/arch/x86/coco/tdx/
H A Dtdx.c211 char bytes[64] __nonstring; in tdx_panic()
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h615 u8 ssid[IEEE80211_MAX_SSID_LEN] __nonstring;
/linux/drivers/net/ethernet/cadence/
H A Dmacb.h1028 char stat_string[ETH_GSTRING_LEN] __nonstring;
/linux/drivers/scsi/pm8001/
H A Dpm8001_ctl.c647 u8 command[8] __nonstring;
/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/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c40 char stat_string[ETH_GSTRING_LEN] __nonstring;
/linux/Documentation/process/
H A Ddeprecated.rst151 used, and the destinations should be marked with the `__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…

12