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:ustat
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ltp/include/lapi/
H
A
D
ustat.h
11
# include <sys/
ustat
.h>
14
struct
ustat
{
struct
/third_party/ltp/testcases/kernel/syscalls/ustat/
H
A
D
ustat02.c
5
* Test whether
ustat
(2) system call returns appropriate error number for
19
#include "lapi/
ustat
.h"
23
struct
ustat
ubuf;
30
struct
ustat
*buf;
45
tst_res(TPASS | TTERRNO, "
ustat
(2) expected failure");
in run()
48
"
ustat
(2) failed to produce expected error; %d, errno"
in run()
67
{"known-fail", "
ustat
() is known to fail with EINVAL on Btrfs, see "
74
TST_TEST_TCONF("testing
ustat
requires <sys/
ustat
.h> or <linux/types.h>");
H
A
D
ustat01.c
5
* Check that
ustat
() succeeds given correct parameters.
18
#include "lapi/
ustat
.h"
24
struct
ustat
ubuf;
in run()
29
tst_res(TFAIL | TTERRNO, "
ustat
(2) failed");
in run()
31
tst_res(TPASS, "
ustat
(2) passed");
in run()
48
{"known-fail", "
ustat
() is known to fail with EINVAL on Btrfs, see "
55
TST_TEST_TCONF("testing
ustat
requires <sys/
ustat
.h> or <linux/types.h>");
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_axge.c
578
uint8_t
ustat
;
in axge_bulk_write_callback()
local
581
ustat
= USB_GET_STATE(xfer);
in axge_bulk_write_callback()
583
switch (
ustat
) {
in axge_bulk_write_callback()
641
ustat
= USB_ST_SETUP;
in axge_bulk_write_callback()
H
A
D
if_axe.c
912
uint8_t
ustat
;
in axe_bulk_write_callback()
local
914
ustat
= USB_GET_STATE(xfer);
in axe_bulk_write_callback()
916
switch (
ustat
) {
in axe_bulk_write_callback()
977
ustat
= USB_ST_SETUP;
in axe_bulk_write_callback()
/third_party/ltp/testcases/kernel/syscalls/
H
A
D
Makefile
31
setdomainname sethostname symlinkat ulimit
ustat
vfork vhangup vmsplice
Completed in 4 milliseconds