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:sethostid
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/gethostid/
H
A
D
gethostid01.c
18
* 07/2021 Xie Ziyao: Rewrite with newlib and use/test
sethostid
.
24
* Test the basic functionality of the
sethostid
() and gethostid() system call.
37
TST_EXP_PASS(
sethostid
(tc[i]), "set hostid to %ld", tc[i]);
in run()
60
TST_EXP_PASS(
sethostid
(origin), "set hostid to %ld", origin);
in cleanup()
72
TST_TEST_TCONF("
sethostid
is undefined.");
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H
A
D
mod.rs
363
pub fn
sethostid
(hostid: ::c_long) -> ::c_int;
in sethostid()
functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
744
pub fn
sethostid
(hostid: ::c_long) -> ::c_int;
in sethostid()
functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H
A
D
mod.rs
1331
pub fn
sethostid
(hostid: ::c_long) -> ::c_int;
in sethostid()
functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1729
pub fn
sethostid
(hostid: ::c_long);
in sethostid()
functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
5734
pub fn
sethostid
(hostid: ::c_long);
in sethostid()
functions
Completed in 25 milliseconds