Home
last modified time | relevance | path

Searched refs:__NEW_UTS_LEN (Results 1 – 12 of 12) sorted by relevance

/linux/include/uapi/linux/
H A Dutsname.h15 #define __NEW_UTS_LEN 64 macro
26 char sysname[__NEW_UTS_LEN + 1];
27 char nodename[__NEW_UTS_LEN + 1];
28 char release[__NEW_UTS_LEN + 1];
29 char version[__NEW_UTS_LEN + 1];
30 char machine[__NEW_UTS_LEN + 1];
31 char domainname[__NEW_UTS_LEN + 1];
/linux/kernel/
H A Dutsname_sysctl.c38 char tmp_data[__NEW_UTS_LEN + 1]; in proc_do_uts_string()
H A Dsys.c1388 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()
1393 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
1417 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()
1442 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()
1446 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
/linux/include/linux/sunrpc/
H A Dauth.h32 #define UNX_MAXNODENAME __NEW_UTS_LEN
/linux/include/net/9p/
H A Dclient.h126 char name[__NEW_UTS_LEN + 1];
/linux/arch/arm64/kernel/
H A Dhibernate.c65 char uts_version[__NEW_UTS_LEN + 1];
/linux/arch/riscv/kernel/
H A Dhibernate.c47 char uts_version[__NEW_UTS_LEN + 1];
/linux/fs/ceph/
H A Dmds_client.h547 char nodename[__NEW_UTS_LEN + 1];
/linux/net/ipv4/
H A Dipconfig.c952 __NEW_UTS_LEN); in ic_do_bootp_ext()
971 __NEW_UTS_LEN); in ic_do_bootp_ext()
/linux/arch/arm/kernel/
H A Dsetup.c723 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()
/linux/arch/alpha/kernel/
H A Dosf_sys.c740 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE3()
/linux/fs/smb/client/
H A Dcifsglob.h110 #define CIFS_MAX_WORKSTATION_LEN (__NEW_UTS_LEN + 1) /* reasonable max for client */