Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:utsname
(Results
1 - 25
of
114
) sorted by relevance
1
2
3
4
5
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H
A
D
getdomainname.c
16
#include <sys/
utsname
.h>
27
struct
utsname
u;
in getdomainname_0100()
44
struct
utsname
u;
in getdomainname_0200()
60
struct
utsname
u;
in getdomainname_0300()
H
A
D
uname.c
18
#include <sys/
utsname
.h>
29
struct
utsname
buf;
in uname_0100()
/third_party/musl/libc-test/src/api/
H
A
D
sys_utsname.c
1
#include <sys/
utsname
.h>
6
struct
utsname
x;
in f()
13
{int(*p)(struct
utsname
*) = uname;}
in f()
/third_party/ltp/lib/
H
A
D
tst_kernel.c
20
#include <sys/
utsname
.h>
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_()
H
A
D
tst_kvercmp.c
26
#include <sys/
utsname
.h>
103
struct
utsname
uval;
in tst_kvercmp()
173
struct
utsname
uval;
in tst_kvercmp2()
/third_party/ltp/testcases/kernel/syscalls/uname/
H
A
D
uname04.c
7
* Check that memory after the string terminator in all the
utsname
fields has
16
#include <sys/
utsname
.h>
20
static struct
utsname
saved_buf;
39
struct
utsname
buf;
in try_leak_bytes()
H
A
D
uname01.c
10
#include <sys/
utsname
.h>
17
struct
utsname
un;
in verify_uname()
/third_party/ltp/testcases/cve/
H
A
D
meltdown.c
16
#include <sys/
utsname
.h>
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/musl/src/misc/
H
A
D
uname.c
1
#include <sys/
utsname
.h>
4
int uname(struct
utsname
*uts)
in uname()
H
A
D
getdomainname.c
3
#include <sys/
utsname
.h>
9
struct
utsname
temp;
in getdomainname()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
utsname.h
10
struct
utsname
{
struct
23
int uname (struct
utsname
*);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
utsname.h
10
struct
utsname
{
struct
23
int uname (struct
utsname
*);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
utsname.h
10
struct
utsname
{
struct
23
int uname (struct
utsname
*);
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
utsname.h
10
struct
utsname
{
struct
23
int uname (struct
utsname
*);
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
utsname.h
11
struct
utsname
{
struct
24
int uname (struct
utsname
*);
/third_party/musl/include/sys/
H
A
D
utsname.h
10
struct
utsname
{
struct
23
int uname (struct
utsname
*);
/third_party/musl/src/unistd/
H
A
D
gethostname.c
2
#include <sys/
utsname
.h>
7
struct
utsname
uts;
in gethostname()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_init/speculative/
H
A
D
5-2.c
40
#include <sys/
utsname
.h>
86
struct
utsname
un;
in main()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H
A
D
misc_uname_test.cpp
2
#include <sys/
utsname
.h>
20
struct
utsname
osInfo;
in HWTEST_F()
/third_party/ltp/testcases/kernel/syscalls/mlockall/
H
A
D
mlockall03.c
84
#include <sys/
utsname
.h>
114
struct
utsname
*buf;
in main()
119
if ((buf = malloc((size_t)sizeof(struct
utsname
))) == NULL) {
in main()
/third_party/libuv/test/
H
A
D
test-uname.c
27
# include <sys/
utsname
.h>
32
struct
utsname
buf;
in TEST_IMPL()
/third_party/ltp/testcases/kernel/syscalls/newuname/
H
A
D
newuname01.c
41
#include <sys/
utsname
.h>
108
struct
utsname
name;
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H
A
D
31-1.c
36
#include <sys/
utsname
.h>
58
struct
utsname
buf;
in main()
/third_party/gn/src/util/
H
A
D
sys_info.cc
11
#include <sys/
utsname
.h>
60
struct
utsname
info;
in OperatingSystemArchitecture()
/third_party/ltp/testcases/kernel/syscalls/sysctl/
H
A
D
sysctl01.c
19
#include <sys/
utsname
.h>
26
static struct
utsname
buf;
Completed in 7 milliseconds
1
2
3
4
5