Searched refs:__NEW_UTS_LEN (Results 1 - 16 of 16) sorted by relevance

/linux-master/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-master/kernel/
H A Dutsname_sysctl.c38 char tmp_data[__NEW_UTS_LEN + 1];
H A Dsys.c1377 char tmp[__NEW_UTS_LEN];
1382 if (len < 0 || len > __NEW_UTS_LEN)
1406 char tmp[__NEW_UTS_LEN + 1];
1431 char tmp[__NEW_UTS_LEN];
1435 if (len < 0 || len > __NEW_UTS_LEN)
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_32.c201 char tmp[__NEW_UTS_LEN + 1];
H A Dsys_sparc_64.c527 char tmp[__NEW_UTS_LEN + 1];
/linux-master/include/linux/sunrpc/
H A Dauth.h30 * but Linux hostnames are actually limited to __NEW_UTS_LEN bytes.
32 #define UNX_MAXNODENAME __NEW_UTS_LEN
/linux-master/include/net/9p/
H A Dclient.h126 char name[__NEW_UTS_LEN + 1];
/linux-master/arch/arm64/kernel/
H A Dhibernate.c65 char uts_version[__NEW_UTS_LEN + 1];
/linux-master/arch/riscv/kernel/
H A Dhibernate.c47 char uts_version[__NEW_UTS_LEN + 1];
/linux-master/arch/um/kernel/
H A Dum_arch.c72 static char host_info[(__NEW_UTS_LEN + 1) * 5];
/linux-master/include/linux/lockd/
H A Dlockd.h138 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
/linux-master/fs/ceph/
H A Dmds_client.h516 char nodename[__NEW_UTS_LEN + 1];
/linux-master/net/ipv4/
H A Dipconfig.c952 __NEW_UTS_LEN);
971 __NEW_UTS_LEN);
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c741 char tmp[__NEW_UTS_LEN + 1];
/linux-master/arch/arm/kernel/
H A Dsetup.c723 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c",
/linux-master/fs/smb/client/
H A Dcifsglob.h110 #define CIFS_MAX_WORKSTATION_LEN (__NEW_UTS_LEN + 1) /* reasonable max for client */

Completed in 340 milliseconds