Searched refs:__NEW_UTS_LEN (Results 1 – 12 of 12) 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];
38 char tmp_data[__NEW_UTS_LEN + 1]; in proc_do_uts_string()
1388 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1393 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()1417 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE2()1442 char tmp[__NEW_UTS_LEN]; in SYSCALL_DEFINE2()1446 if (len < 0 || len > __NEW_UTS_LEN) in SYSCALL_DEFINE2()
32 #define UNX_MAXNODENAME __NEW_UTS_LEN
126 char name[__NEW_UTS_LEN + 1];
65 char uts_version[__NEW_UTS_LEN + 1];
47 char uts_version[__NEW_UTS_LEN + 1];
547 char nodename[__NEW_UTS_LEN + 1];
952 __NEW_UTS_LEN); in ic_do_bootp_ext()971 __NEW_UTS_LEN); in ic_do_bootp_ext()
723 snprintf(init_utsname()->machine, __NEW_UTS_LEN + 1, "%s%c", in setup_processor()
740 char tmp[__NEW_UTS_LEN + 1]; in SYSCALL_DEFINE3()
110 #define CIFS_MAX_WORKSTATION_LEN (__NEW_UTS_LEN + 1) /* reasonable max for client */