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:txdr_unsigned
(Results
1 - 5
of
5
) sorted by relevance
/third_party/NuttX/fs/nfs/
H
A
D
rpc_clnt.c
516
ch->rp_recmark =
txdr_unsigned
(0x80000000 | (reqlen - RPC_RMSIZE));
in rpcclnt_fmtheader()
518
ch->rp_xid =
txdr_unsigned
(xid);
in rpcclnt_fmtheader()
521
ch->rp_prog =
txdr_unsigned
(prog);
in rpcclnt_fmtheader()
522
ch->rp_vers =
txdr_unsigned
(vers);
in rpcclnt_fmtheader()
523
ch->rp_proc =
txdr_unsigned
(procid);
in rpcclnt_fmtheader()
527
ch->rpc_auth_unix.stamp =
txdr_unsigned
((uint32_t)(((UINT64)high << 32) + low));
in rpcclnt_fmtheader()
624
rpc_reply =
txdr_unsigned
(RPC_REPLY);
in rpcclnt_init()
625
rpc_vers =
txdr_unsigned
(RPC_VER2);
in rpcclnt_init()
626
rpc_call =
txdr_unsigned
(RPC_CALL);
in rpcclnt_init()
627
rpc_msgdenied =
txdr_unsigned
(RPC_MSGDENIE
in rpcclnt_init()
[all...]
H
A
D
nfs_adapter.c
306
attr_call.fs.fsroot.length =
txdr_unsigned
(nfs_node->n_fhsize);
in vfs_nfs_stat_internal()
571
nfs_true =
txdr_unsigned
(TRUE);
in nfs_bind()
572
nfs_false =
txdr_unsigned
(FALSE);
in nfs_bind()
573
nfs_xdrneg1 =
txdr_unsigned
(-1);
in nfs_bind()
638
getattr.fs.fsroot.length =
txdr_unsigned
(nmp->nm_fhsize);
in nfs_bind()
1027
*ptr++ =
txdr_unsigned
((uint32_t)nfs_dir->nfs_fhsize);
in vfs_nfs_readdir()
1047
*ptr =
txdr_unsigned
((uint32_t)nmp->nm_readdirsize);
in vfs_nfs_readdir()
1339
*ptr++ =
txdr_unsigned
(from_node->n_fhsize);
in vfs_nfs_rename()
1350
*ptr++ =
txdr_unsigned
(namelen);
in vfs_nfs_rename()
1359
*ptr++ =
txdr_unsigned
(to_nod
in vfs_nfs_rename()
[all...]
H
A
D
xdr_subs.h
76
#define
txdr_unsigned
(v) (htonl(v))
macro
H
A
D
nfs_proto.h
198
#define vtonfsv3_mode(m)
txdr_unsigned
((m) & 07777)
200
#define vtonfsv3_type(a)
txdr_unsigned
(nfsv3_type[((int32_t)(a))])
H
A
D
nfs_util.c
275
*ptr++ =
txdr_unsigned
(fhandle->length);
in nfs_lookup()
284
*ptr++ =
txdr_unsigned
(namelen);
in nfs_lookup()
Completed in 6 milliseconds