taglinefilesource code
__NEW_UTS_LEN67arch/mips/kernel/sysmips.cif (len == 0 || len > __NEW_UTS_LEN)
__NEW_UTS_LEN477arch/sparc/kernel/sys_sunos.cif(len > __NEW_UTS_LEN)
__NEW_UTS_LEN774fs/nfs/nfsroot.cif (root_bootp_string(system_utsname.nodename, ext+1, *ext, __NEW_UTS_LEN)) {
__NEW_UTS_LEN788fs/nfs/nfsroot.croot_bootp_string(system_utsname.domainname, ext+1, *ext, __NEW_UTS_LEN);
__NEW_UTS_LEN1226fs/nfs/nfsroot.cstrncpy(system_utsname.domainname, dp, __NEW_UTS_LEN);
__NEW_UTS_LEN1227fs/nfs/nfsroot.csystem_utsname.domainname[__NEW_UTS_LEN] = '\0';
__NEW_UTS_LEN1229fs/nfs/nfsroot.cstrncpy(system_utsname.nodename, ip, __NEW_UTS_LEN);
__NEW_UTS_LEN1230fs/nfs/nfsroot.csystem_utsname.nodename[__NEW_UTS_LEN] = '\0';
__NEW_UTS_LEN1264fs/nfs/nfsroot.cstrncpy(system_utsname.nodename, in_ntoa(myaddr.sin_addr.s_addr), __NEW_UTS_LEN);
__NEW_UTS_LEN1265fs/nfs/nfsroot.csystem_utsname.nodename[__NEW_UTS_LEN] = '\0';
__NEW_UTS_LEN833kernel/sys.cif (len < 0 || len > __NEW_UTS_LEN)
__NEW_UTS_LEN869kernel/sys.cif (len < 0 || len > __NEW_UTS_LEN)