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];
37 char tmp_data[__NEW_UTS_LEN + 1]; in proc_do_uts_string()
1308 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1313 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()1336 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()1361 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1365 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
34 #define UNX_MAXNODENAME __NEW_UTS_LEN
201 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()
527 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()
129 char name[__NEW_UTS_LEN + 1];
60 static char host_info[(__NEW_UTS_LEN + 1) * 5];
139 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
437 char nodename[__NEW_UTS_LEN + 1];
75 char uts_version[__NEW_UTS_LEN + 1];
923 __NEW_UTS_LEN); in ic_do_bootp_ext()940 __NEW_UTS_LEN); in ic_do_bootp_ext()
712 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()
740 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE3()