Searched refs:__NEW_UTS_LEN (Results 1 – 7 of 7) 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];
167 char name[__NEW_UTS_LEN + 1];
64 static char host_info[(__NEW_UTS_LEN + 1) * 5];
134 #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()
922 __NEW_UTS_LEN); in ic_do_bootp_ext()939 __NEW_UTS_LEN); in ic_do_bootp_ext()
633 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()