Searched refs:__NEW_UTS_LEN (Results 1 – 17 of 17) 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];
51 __u8 last_uts_release[__NEW_UTS_LEN];
37 char tmp_data[__NEW_UTS_LEN + 1]; in proc_do_uts_string()
1334 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()
32 #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()
127 char name[__NEW_UTS_LEN + 1];
60 static char host_info[(__NEW_UTS_LEN + 1) * 5];
137 #define NLMCLNT_OHSIZE ((__NEW_UTS_LEN) + 10u)
471 char nodename[__NEW_UTS_LEN + 1];
74 char uts_version[__NEW_UTS_LEN + 1];
924 __NEW_UTS_LEN); in ic_do_bootp_ext()943 __NEW_UTS_LEN); in ic_do_bootp_ext()
715 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()
740 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE3()