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:mech_type
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/
H
A
D
libata-zpodd.c
22
enum odd_mech_type
mech_type
; /* init during probe, RO afterwards */
member
90
if (desc->
mech_type
== 0 && desc->load == 0 && desc->eject == 1) {
in zpodd_get_mech_type()
93
} else if (desc->
mech_type
== 1 && desc->load == 0 &&
in zpodd_get_mech_type()
132
if (zpodd->
mech_type
== ODD_MECH_TYPE_SLOT)
in zpready()
230
if (zpodd->
mech_type
== ODD_MECH_TYPE_DRAWER)
in zpodd_post_poweron()
268
enum odd_mech_type
mech_type
;
in zpodd_init()
local
274
mech_type
= zpodd_get_mech_type(dev);
in zpodd_init()
275
if (
mech_type
== ODD_MECH_TYPE_UNSUPPORTED)
in zpodd_init()
282
zpodd->
mech_type
=
mech_type
;
in zpodd_init()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H
A
D
libata-zpodd.c
22
enum odd_mech_type
mech_type
; /* init during probe, RO afterwards */
member
90
if (desc->
mech_type
== 0 && desc->load == 0 && desc->eject == 1) {
in zpodd_get_mech_type()
93
} else if (desc->
mech_type
== 1 && desc->load == 0 &&
in zpodd_get_mech_type()
132
if (zpodd->
mech_type
== ODD_MECH_TYPE_SLOT)
in zpready()
230
if (zpodd->
mech_type
== ODD_MECH_TYPE_DRAWER)
in zpodd_post_poweron()
268
enum odd_mech_type
mech_type
;
in zpodd_init()
local
274
mech_type
= zpodd_get_mech_type(dev);
in zpodd_init()
275
if (
mech_type
== ODD_MECH_TYPE_UNSUPPORTED)
in zpodd_init()
282
zpodd->
mech_type
=
mech_type
;
in zpodd_init()
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
asn1.c
185
int
mech_type
;
in ksmbd_neg_token_init_mech_type()
local
189
mech_type
= KSMBD_AUTH_NTLMSSP;
in ksmbd_neg_token_init_mech_type()
191
mech_type
= KSMBD_AUTH_MSKRB5;
in ksmbd_neg_token_init_mech_type()
193
mech_type
= KSMBD_AUTH_KRB5;
in ksmbd_neg_token_init_mech_type()
195
mech_type
= KSMBD_AUTH_KRB5U2U;
in ksmbd_neg_token_init_mech_type()
204
conn->auth_mechs |=
mech_type
;
in ksmbd_neg_token_init_mech_type()
206
conn->preferred_auth_mech =
mech_type
;
in ksmbd_neg_token_init_mech_type()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H
A
D
gss_mech_switch.c
361
(*ctx_id)->
mech_type
= gss_mech_get(mech);
in gss_import_sec_context()
374
return context_handle->
mech_type
->gm_ops
in gss_get_mic()
387
return context_handle->
mech_type
->gm_ops
in gss_verify_mic()
413
return ctx_id->
mech_type
->gm_ops
in gss_wrap()
423
return ctx_id->
mech_type
->gm_ops
in gss_unwrap()
441
(*context_handle)->
mech_type
->gm_ops
in gss_delete_sec_context()
444
gss_mech_put((*context_handle)->
mech_type
);
in gss_delete_sec_context()
H
A
D
svcauth_gss.c
814
name = gss_service_to_auth_domain_name(ctx->
mech_type
, svc);
in find_gss_auth_domain()
1658
rsci->mechctx->
mech_type
,
in svcauth_gss_accept()
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H
A
D
gss_mech_switch.c
361
(*ctx_id)->
mech_type
= gss_mech_get(mech);
in gss_import_sec_context()
374
return context_handle->
mech_type
->gm_ops
in gss_get_mic()
387
return context_handle->
mech_type
->gm_ops
in gss_verify_mic()
413
return ctx_id->
mech_type
->gm_ops
in gss_wrap()
423
return ctx_id->
mech_type
->gm_ops
in gss_unwrap()
441
(*context_handle)->
mech_type
->gm_ops
in gss_delete_sec_context()
444
gss_mech_put((*context_handle)->
mech_type
);
in gss_delete_sec_context()
H
A
D
svcauth_gss.c
793
name = gss_service_to_auth_domain_name(ctx->
mech_type
, svc);
in find_gss_auth_domain()
1738
rsci->mechctx->
mech_type
,
in svcauth_gss_accept()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
gss_api.h
22
struct gss_api_mech *
mech_type
;
member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
gss_api.h
22
struct gss_api_mech *
mech_type
;
member
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
cdrom.h
931
__u8
mech_type
:3;
member
943
__u8
mech_type
:3;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
cdrom.h
950
__u8
mech_type
:3;
member
962
__u8
mech_type
:3;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
cdrom.h
639
__u8
mech_type
: 3;
member
651
__u8
mech_type
: 3;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
cdrom.h
639
__u8
mech_type
: 3;
member
651
__u8
mech_type
: 3;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
cdrom.h
644
__u8
mech_type
:3;
member
656
__u8
mech_type
:3;
member
Completed in 19 milliseconds