Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/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];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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];
/OK3568_Linux_fs/kernel/drivers/staging/android/
H A Ddebug_kinfo.h51 __u8 last_uts_release[__NEW_UTS_LEN];
/OK3568_Linux_fs/kernel/kernel/
H A Dutsname_sysctl.c37 char tmp_data[__NEW_UTS_LEN + 1]; in proc_do_uts_string()
H A Dsys.c1334 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()
1339 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
1362 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()
1387 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()
1391 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dauth.h32 #define UNX_MAXNODENAME __NEW_UTS_LEN
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/net/9p/
H A Dclient.h127 char name[__NEW_UTS_LEN + 1];
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dum_arch.c60 static char host_info[(__NEW_UTS_LEN + 1) * 5];
/OK3568_Linux_fs/kernel/include/linux/lockd/
H A Dlockd.h137 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.h471 char nodename[__NEW_UTS_LEN + 1];
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dhibernate.c74 char uts_version[__NEW_UTS_LEN + 1];
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipconfig.c924 __NEW_UTS_LEN); in ic_do_bootp_ext()
943 __NEW_UTS_LEN); in ic_do_bootp_ext()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsetup.c715 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dosf_sys.c740 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE3()