/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | getdomainname.c | 27 struct utsname u; in getdomainname_0100() 44 struct utsname u; in getdomainname_0200() 60 struct utsname u; in getdomainname_0300()
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | utsname.h | 10 struct utsname { struct 23 int uname (struct utsname *); argument
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | utsname.h | 10 struct utsname { struct 23 int uname (struct utsname *); argument
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | utsname.h | 10 struct utsname { struct 23 int uname (struct utsname *); argument
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | utsname.h | 10 struct utsname { struct 23 int uname (struct utsname *); argument
|
/third_party/musl/include/sys/ |
D | utsname.h | 10 struct utsname { struct 23 int uname (struct utsname *); argument
|
/third_party/ltp/lib/ |
D | tst_kernel.c | 27 static int get_kernel_bits_from_uname(struct utsname *buf) in get_kernel_bits_from_uname() 39 struct utsname buf; in tst_kernel_bits() 101 struct utsname uts; in tst_search_driver_()
|
D | tst_kvercmp.c | 103 struct utsname uval; in tst_kvercmp() 173 struct utsname uval; in tst_kvercmp2()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | utsname.h | 11 struct utsname { struct 24 int uname (struct utsname *); argument
|
/third_party/musl/libc-test/src/api/ |
D | sys_utsname.c | 6 struct utsname x; in f() 13 {int(*p)(struct utsname*) = uname;} in f()
|
/third_party/ltp/testcases/cve/ |
D | meltdown.c | 275 struct utsname utsname; in find_kernel_symbol() local 282 if (uname(&utsname) < 0) in find_kernel_symbol() 284 sprintf(systemmap, "/boot/System.map-%s", utsname.release); in find_kernel_symbol()
|
/third_party/ltp/testcases/kernel/containers/ |
D | README | 36 (e.g: utsname etc..) tests and report results. Please refer the following 45 utsname/* 46 Contains all the testcases related to utsname tests.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Host.inc | 23 #include <sys/utsname.h> 28 struct utsname info; 57 struct utsname name;
|
/third_party/ltp/testcases/kernel/syscalls/uname/ |
D | uname04.c | 20 static struct utsname saved_buf; 39 struct utsname buf; in try_leak_bytes()
|
D | uname01.c | 17 struct utsname un; in verify_uname()
|
/third_party/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall03.c | 114 struct utsname *buf; in main() 119 if ((buf = malloc((size_t)sizeof(struct utsname))) == NULL) { in main()
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fusermount.c | 375 struct utsname utsname; in do_mount() local 377 res = uname(&utsname); in do_mount() 379 sscanf(utsname.release, "%u.%u", &kmaj, &kmin) == 2 && in do_mount()
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 62 pub struct utsname { 1081 pub fn uname(utsname: *mut utsname) -> ::c_int; in uname() 1189 impl PartialEq for utsname { 1190 fn eq(&self, other: &utsname) -> bool { 1223 impl Eq for utsname {} 1225 impl ::fmt::Debug for utsname { 1238 impl ::hash::Hash for utsname {
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | ppccap.c | 156 struct utsname uts; in OPENSSL_cpuid_setup() 272 struct utsname uts; in OPENSSL_cpuid_setup()
|
/third_party/openssl/crypto/ |
D | ppccap.c | 156 struct utsname uts; in OPENSSL_cpuid_setup() 272 struct utsname uts; in OPENSSL_cpuid_setup()
|
/third_party/elfutils/libdwfl/ |
D | linux-kernel-modules.c | 162 static struct utsname utsname; in kernel_release() local 163 if (utsname.release[0] == '\0' && uname (&utsname) != 0) in kernel_release() 165 return utsname.release; in kernel_release()
|
/third_party/musl/src/misc/ |
D | uname.c | 4 int uname(struct utsname *uts) in uname()
|
D | getdomainname.c | 9 struct utsname temp; in getdomainname()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 134 pub struct utsname { 193 impl PartialEq for utsname { 194 fn eq(&self, other: &utsname) -> bool { 222 impl Eq for utsname {} 224 impl ::fmt::Debug for utsname { 236 impl ::hash::Hash for utsname {
|
/third_party/musl/src/unistd/ |
D | gethostname.c | 7 struct utsname uts; in gethostname()
|