HomeSort by relevance Sort by last modified time
    Searched full:utsname (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/headers/posix/
sys_utsname_h.c 29 #include <sys/utsname.h>
34 TYPE(struct utsname);
35 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, sysname);
36 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, nodename);
37 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, release);
38 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, version);
39 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, machine);
41 FUNCTION(uname, int (*f)(struct utsname*));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
utsname.h 20 # error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
23 /* Length of the entries in `struct utsname' is 65. */
26 /* Linux provides as additional information in the `struct utsname'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
utsname.h 20 # error "Never include <bits/utsname.h> directly; use <sys/utsname.h> instead."
23 /* Length of the entries in `struct utsname' is 65. */
26 /* Linux provides as additional information in the `struct utsname'
  /external/linux-kselftest/android/patches/
0005-psock-tpacket-version-check.patch 20 +#include <sys/utsname.h>
31 + struct utsname utsname;
33 + ret = uname(&utsname);
39 + ret = sscanf(utsname.release, "%d.%d.%d", version, patchlevel,
45 + printf("Malformed kernel version %s\n", &utsname.release);
  /external/ltp/m4/
ltp-uname.m4 17 AC_CHECK_MEMBERS([struct utsname.domainname],,,[
19 #include <sys/utsname.h>
  /external/strace/tests/
uname.c 7 # include <sys/utsname.h>
13 TAIL_ALLOC_OBJECT_CONST_PTR(struct utsname, uname);
  /external/strace/tests-m32/
uname.c 7 # include <sys/utsname.h>
13 TAIL_ALLOC_OBJECT_CONST_PTR(struct utsname, uname);
  /external/strace/tests-mx32/
uname.c 7 # include <sys/utsname.h>
13 TAIL_ALLOC_OBJECT_CONST_PTR(struct utsname, uname);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
utsname.h 20 * POSIX Standard: 4.4 System Identification <sys/utsname.h>
30 #include <bits/utsname.h>
49 struct utsname struct
82 extern int uname (struct utsname *__name) __THROW;
87 #endif /* sys/utsname.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
utsname.h 20 * POSIX Standard: 4.4 System Identification <sys/utsname.h>
30 #include <bits/utsname.h>
49 struct utsname struct
82 extern int uname (struct utsname *__name) __THROW;
87 #endif /* sys/utsname.h */
  /system/libvintf/include/vintf/
RuntimeInfo.h 44 // utsname.sysname
46 // utsname.nodename
48 // utsname.release
50 // utsname.version
52 // utsname.machine
54 // extract from utsname.release
  /external/kmod/testsuite/
uname.c 24 #include <sys/utsname.h>
28 TS_EXPORT int uname(struct utsname *u)
31 static int (*nextlib_uname)(struct utsname *u);
  /external/ltp/testcases/kernel/containers/
README 35 (e.g: utsname etc..) tests and report results. Please refer the following
44 utsname/*
45 Contains all the testcases related to utsname tests.
  /external/ltp/testcases/cve/
cve-2012-0957.c 19 * Check that memory after the string terminator in all the utsname fields has
28 #include <sys/utsname.h>
32 static struct utsname saved_buf;
51 struct utsname buf;
  /external/strace/
hostname.c 4 # include <linux/utsname.h>
  /bionic/libc/include/sys/
utsname.h 38 struct utsname { struct
47 int uname(struct utsname* __buf);
  /external/ltp/lib/
tst_kernel.c 18 #include <sys/utsname.h>
24 struct utsname buf;
  /bionic/libc/bionic/
getdomainname.cpp 32 #include <sys/utsname.h>
35 utsname uts;
gethostname.cpp 31 #include <sys/utsname.h>
35 struct utsname name;
  /external/walt/ios/WALT/
WALTAppDelegate.m 19 #include <sys/utsname.h>
32 struct utsname systemInfo;
  /libcore/luni/src/main/java/android/system/
StructUtsname.java 23 * Corresponds to C's {@code struct utsname} from {@code <sys/utsname.h>}.
  /external/libchrome/base/
sys_info_posix.cc 13 #include <sys/utsname.h>
168 struct utsname info;
180 struct utsname info;
194 struct utsname info;
215 struct utsname info;
  /external/ltp/testcases/kernel/syscalls/uname/
uname03.c 57 #include <sys/utsname.h>
71 struct utsname *buf;
79 if ((buf = malloc((size_t)sizeof(struct utsname))) == NULL) {
  /art/runtime/
runtime_common.h 28 #include <sys/utsname.h>
56 utsname info;
  /external/fio/os/
os-openbsd.h 12 #include <sys/utsname.h>
94 struct utsname uts;

Completed in 2145 milliseconds

1 2 3 4 5 6 7 8 91011>>