Searched refs:utsname (Results 1 - 25 of 159) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Duname.c2 #include <sys/utsname.h>
9 struct utsname name;
H A Db_uname.c121 #include <sys/utsname.h>
127 struct utsname name;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dkernel_version.c10 #include <sys/utsname.h> /* for uname(2) */
21 struct utsname name;
H A Dlogin.c13 #include <sys/utsname.h>
28 struct utsname uts;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dversion.c6 #include <linux/utsname.h>
11 utsname()->sysname,
12 utsname()->release,
13 utsname()->version);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dutil.c14 #include <sys/utsname.h>
46 struct utsname host;
67 struct utsname host;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Ddomain-util.c31 #include <sys/utsname.h>
120 struct utsname utsname; local
122 if (uname(&utsname) >= 0) {
123 snprintf(ret_s, size, "%s", utsname.sysname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Ddomain-util.c31 #include <sys/utsname.h>
120 struct utsname utsname; local
122 if (uname(&utsname) >= 0) {
123 snprintf(ret_s, size, "%s", utsname.sysname);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Duname.c33 #include <sys/utsname.h>
37 struct utsname name;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dsys_hpux.c33 #include <linux/utsname.h>
269 error = __copy_to_user(&name->sysname, &utsname()->sysname,
272 error |= __copy_to_user(&name->nodename, &utsname()->nodename,
275 error |= __copy_to_user(&name->release, &utsname()->release,
278 error |= __copy_to_user(&name->version, &utsname()->version,
281 error |= __copy_to_user(&name->machine, &utsname()->machine,
287 /* HP-UX utsname has no domainname field. */
320 * On linux (unlike HP-UX), utsname.nodename
378 if (!copy_from_user(utsname()->sysname, ubuf, len)) {
379 utsname()
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsys_i386_32.c19 #include <linux/utsname.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/init/
H A Dversion.c12 #include <linux/utsname.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_uname.c121 #include <sys/utsname.h>
127 struct utsname name;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dhostname.c44 # include <sys/utsname.h>
265 struct utsname utsname;
267 if (uname (&utsname) < 0)
269 return xstrdup (utsname.nodename);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dppccap.c8 # include <sys/utsname.h>
116 struct utsname uts;
135 struct utsname uts;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dppccap.c8 # include <sys/utsname.h>
116 struct utsname uts;
135 struct utsname uts;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/linux24_compat/
H A Dhotplug2-modwrap.c24 #include <sys/utsname.h>
52 struct utsname unamebuf;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid_getsize.c39 #include <sys/utsname.h>
72 struct utsname ut;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsysrq.c10 #include <linux/utsname.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dbugs.c11 #include <linux/utsname.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dethtool.c1 #include <linux/utsname.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dutsname.c14 #include <linux/utsname.h>
29 * Clone a new ns copying an original utsname, setting refcount to 1
48 * Copy task tsk's utsname namespace, or clone it if flags
50 * utsname of this process won't be seen by parent, and vice
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dutsname.h79 static inline struct new_utsname *utsname(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsys_m32r.c22 #include <linux/utsname.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dosf_sys.c23 #include <linux/utsname.h>
384 if (copy_to_user(name + 0, utsname()->sysname, 32))
386 if (copy_to_user(name + 32, utsname()->nodename, 32))
388 if (copy_to_user(name + 64, utsname()->release, 32))
390 if (copy_to_user(name + 96, utsname()->version, 32))
392 if (copy_to_user(name + 128, utsname()->machine, 32))
412 * For compatibility with OSF/1 only. Use utsname(2) instead.
428 __put_user(utsname()->domainname[i], name + i);
429 if (utsname()->domainname[i] == '\0')
584 utsname()
[all...]

Completed in 228 milliseconds

1234567