Home
last modified time | relevance | path

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

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