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:gsd
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H
A
D
svcauth_gss.c
759
struct gss_svc_data *
gsd
= rqstp->rq_auth_data;
in svcauth_gss_encode_verf()
local
765
gsd
->gsd_seq_num = cpu_to_be32(seq);
in svcauth_gss_encode_verf()
766
iov.iov_base = &
gsd
->gsd_seq_num;
in svcauth_gss_encode_verf()
770
checksum.data =
gsd
->gsd_scratch;
in svcauth_gss_encode_verf()
862
struct gss_svc_data *
gsd
= rqstp->rq_auth_data;
in svcauth_gss_unwrap_integ()
local
900
if (checksum.len > sizeof(
gsd
->gsd_scratch))
in svcauth_gss_unwrap_integ()
902
checksum.data =
gsd
->gsd_scratch;
in svcauth_gss_unwrap_integ()
1764
svcauth_gss_prepare_to_wrap(struct svc_rqst *rqstp, struct gss_svc_data *
gsd
)
in svcauth_gss_prepare_to_wrap()
argument
1769
offset =
gsd
->gsd_databody_offset;
in svcauth_gss_prepare_to_wrap()
1770
gsd
in svcauth_gss_prepare_to_wrap()
1802
struct gss_svc_data *
gsd
= rqstp->rq_auth_data;
svcauth_gss_wrap_integ()
local
1863
struct gss_svc_data *
gsd
= rqstp->rq_auth_data;
svcauth_gss_wrap_priv()
local
1953
struct gss_svc_data *
gsd
= rqstp->rq_auth_data;
svcauth_gss_release()
local
[all...]
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H
A
D
svcauth_gss.c
1685
svcauth_gss_prepare_to_wrap(struct xdr_buf *resbuf, struct gss_svc_data *
gsd
)
in svcauth_gss_prepare_to_wrap()
argument
1690
p =
gsd
->verf_start;
in svcauth_gss_prepare_to_wrap()
1691
gsd
->verf_start = NULL;
in svcauth_gss_prepare_to_wrap()
1714
struct gss_svc_data *
gsd
= (struct gss_svc_data *)rqstp->rq_auth_data;
in svcauth_gss_wrap_resp_integ()
local
1715
struct rpc_gss_wire_cred *gc = &
gsd
->clcred;
in svcauth_gss_wrap_resp_integ()
1724
p = svcauth_gss_prepare_to_wrap(resbuf,
gsd
);
in svcauth_gss_wrap_resp_integ()
1746
if (gss_get_mic(
gsd
->rsci->mechctx, &integ_buf, &mic))
in svcauth_gss_wrap_resp_integ()
1765
struct gss_svc_data *
gsd
= (struct gss_svc_data *)rqstp->rq_auth_data;
in svcauth_gss_wrap_resp_priv()
local
1766
struct rpc_gss_wire_cred *gc = &
gsd
->clcred;
in svcauth_gss_wrap_resp_priv()
1773
p = svcauth_gss_prepare_to_wrap(resbuf,
gsd
);
in svcauth_gss_wrap_resp_priv()
1832
struct gss_svc_data *
gsd
= (struct gss_svc_data *)rqstp->rq_auth_data;
svcauth_gss_release()
local
[all...]
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
guarded_storage.h
9
__u64
gsd
;
member
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
guarded_storage.h
9
__u64
gsd
;
member
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
guarded_storage.c
29
gs_cb->
gsd
= 25;
in gs_enable()
H
A
D
ptrace.c
1198
gs_cb.
gsd
= 25;
in s390_gs_cb_set()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
guarded_storage.c
29
gs_cb->
gsd
= 25;
in gs_enable()
H
A
D
ptrace.c
1094
gs_cb.
gsd
= 25;
in s390_gs_cb_set()
Completed in 10 milliseconds