/aosp12/bionic/tests/headers/posix/ |
H A D | sys_utsname_h.c | 34 TYPE(struct utsname); in sys_utsname_h() 35 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, sysname); in sys_utsname_h() 36 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, nodename); in sys_utsname_h() 37 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, release); in sys_utsname_h() 38 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, version); in sys_utsname_h() 39 STRUCT_MEMBER_ARRAY(struct utsname, char/*[]*/, machine); in sys_utsname_h() 41 FUNCTION(uname, int (*f)(struct utsname*)); in sys_utsname_h()
|
/aosp12/bionic/libc/include/sys/ |
H A D | utsname.h | 44 struct utsname { struct 65 int uname(struct utsname* __buf); argument
|
/aosp12/frameworks/compile/mclinker/lib/Support/Unix/ |
H A D | System.inc | 17 #include <sys/utsname.h> 28 struct utsname info;
|
/aosp12/bionic/libc/bionic/ |
H A D | getdomainname.cpp | 35 utsname uts; in getdomainname()
|
H A D | gethostname.cpp | 35 utsname name = {}; in gethostname()
|
/aosp12/art/test/1963-add-to-dex-classloader-in-memory/ |
H A D | check_memfd_create.cc | 41 struct utsname name; in Java_Main_hasWorkingMemfdCreate()
|
/aosp12/art/runtime/ |
H A D | runtime_common.h | 56 utsname info; in Dump()
|
/aosp12/bionic/tests/ |
H A D | getauxval_test.cpp | 50 utsname u; in TEST()
|
H A D | sys_prctl_test.cpp | 79 utsname u = {}; in TEST()
|
H A D | fcntl_test.cpp | 287 struct utsname buf; in parse_kernel_release()
|
H A D | unistd_test.cpp | 740 utsname buf; in TEST() 1300 struct utsname u; in TEST()
|
/aosp12/art/libartbase/base/ |
H A D | membarrier.cc | 54 struct utsname uts; in membarrier()
|
H A D | memfd.cc | 56 struct utsname uts; in memfd_create()
|
H A D | utils.cc | 172 struct utsname uts; in CacheOperationsMaySegFault()
|
/aosp12/system/bpf/libbpf_android/ |
H A D | BpfUtils.cpp | 98 struct utsname buf; in kernelVersion()
|
/aosp12/packages/modules/Virtualization/tests/init/ |
H A D | main.cc | 43 struct utsname uts; in LoadKernelModules()
|
/aosp12/packages/services/Car/ |
H A D | .clang-format | 30 …s|time|timerfd|times|timex|ttydefaults|types|ucontext|uio|un|unistd|user|utsname|vfs|vt|wait|xattr…
|
/aosp12/system/core/init/ |
H A D | bootchart.cpp | 73 utsname uts; in log_header()
|
H A D | first_stage_init.cpp | 127 struct utsname uts; in LoadKernelModules()
|
H A D | init.cpp | 561 struct utsname uts; in SetKernelVersion()
|
/aosp12/system/extras/simpleperf/ |
H A D | environment.cpp | 101 utsname uname_buf; in GetModulesInUse() 426 utsname uname_buf; in GetMachineArch() 964 utsname uname_buf; in GetKernelVersion()
|
/aosp12/system/update_engine/cros/ |
H A D | omaha_request_params.cc | 199 struct utsname buf; in GetMachineType()
|
/aosp12/system/libvintf/ |
H A D | RuntimeInfo-target.cpp | 118 struct utsname buf; in fetchVersion()
|
/aosp12/hardware/libhardware/modules/input/evdev/ |
H A D | InputHub.cpp | 62 struct utsname info; in getLinuxRelease()
|
/aosp12/bionic/libc/ |
H A D | SYSCALLS.TXT | 299 int uname(struct utsname*) all
|