Searched refs:__NEW_UTS_LEN (Results 1 – 8 of 8) sorted by relevance
14 #define __NEW_UTS_LEN 64 macro25 char sysname[__NEW_UTS_LEN + 1];26 char nodename[__NEW_UTS_LEN + 1];27 char release[__NEW_UTS_LEN + 1];28 char version[__NEW_UTS_LEN + 1];29 char machine[__NEW_UTS_LEN + 1];30 char domainname[__NEW_UTS_LEN + 1];
27 #define UNX_MAXNODENAME __NEW_UTS_LEN
167 char name[__NEW_UTS_LEN + 1];
64 static char host_info[(__NEW_UTS_LEN + 1) * 5];
135 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
1218 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1223 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()1269 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1273 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
936 __NEW_UTS_LEN); in ic_do_bootp_ext()953 __NEW_UTS_LEN); in ic_do_bootp_ext()
638 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()