Symbol: __NEW_UTS_LEN
arch/alpha/kernel/osf_sys.c
728
char tmp[__NEW_UTS_LEN + 1];
arch/arm/kernel/setup.c
723
snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c",
arch/arm64/kernel/hibernate.c
65
char uts_version[__NEW_UTS_LEN + 1];
arch/riscv/kernel/hibernate.c
47
char uts_version[__NEW_UTS_LEN + 1];
arch/sparc/kernel/sys_sparc_32.c
209
char tmp[__NEW_UTS_LEN + 1];
arch/sparc/kernel/sys_sparc_64.c
544
char tmp[__NEW_UTS_LEN + 1];
arch/um/kernel/um_arch.c
69
static char host_info[(__NEW_UTS_LEN + 1) * 5];
fs/ceph/mds_client.h
550
char nodename[__NEW_UTS_LEN + 1];
fs/smb/client/cifsglob.h
112
#define CIFS_MAX_WORKSTATION_LEN (__NEW_UTS_LEN + 1) /* reasonable max for client */
include/linux/lockd/lockd.h
139
#define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
include/linux/sunrpc/auth.h
32
#define UNX_MAXNODENAME __NEW_UTS_LEN
include/net/9p/client.h
132
char name[__NEW_UTS_LEN + 1];
include/uapi/linux/utsname.h
26
char sysname[__NEW_UTS_LEN + 1];
include/uapi/linux/utsname.h
27
char nodename[__NEW_UTS_LEN + 1];
include/uapi/linux/utsname.h
28
char release[__NEW_UTS_LEN + 1];
include/uapi/linux/utsname.h
29
char version[__NEW_UTS_LEN + 1];
include/uapi/linux/utsname.h
30
char machine[__NEW_UTS_LEN + 1];
include/uapi/linux/utsname.h
31
char domainname[__NEW_UTS_LEN + 1];
kernel/sys.c
1422
char tmp[__NEW_UTS_LEN];
kernel/sys.c
1427
if (len < 0 || len > __NEW_UTS_LEN)
kernel/sys.c
1451
char tmp[__NEW_UTS_LEN + 1];
kernel/sys.c
1476
char tmp[__NEW_UTS_LEN];
kernel/sys.c
1480
if (len < 0 || len > __NEW_UTS_LEN)
kernel/utsname_sysctl.c
38
char tmp_data[__NEW_UTS_LEN + 1];
net/ipv4/ipconfig.c
947
__NEW_UTS_LEN);
net/ipv4/ipconfig.c
966
__NEW_UTS_LEN);