Searched refs:__NEW_UTS_LEN (Results 1 – 14 of 14) sorted by relevance
15 #define __NEW_UTS_LEN 64 macro26 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];
41 char tmp_data[__NEW_UTS_LEN + 1]; in proc_do_uts_string()
1304 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1309 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()1332 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()1357 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1361 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
201 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()
523 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()
34 #define UNX_MAXNODENAME __NEW_UTS_LEN
178 char name[__NEW_UTS_LEN + 1];
60 static char host_info[(__NEW_UTS_LEN + 1) * 5];
138 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
390 char nodename[__NEW_UTS_LEN + 1];
76 char uts_version[__NEW_UTS_LEN + 1];
919 __NEW_UTS_LEN); in ic_do_bootp_ext()936 __NEW_UTS_LEN); in ic_do_bootp_ext()
706 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()
741 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE3()