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:password_obj
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
H
A
D
passwdobj-attributes.c
222
static int hp_populate_password_elements_from_package(union acpi_object *
password_obj
,
in hp_populate_password_elements_from_package()
argument
237
if (!
password_obj
)
in hp_populate_password_elements_from_package()
245
switch (
password_obj
[elem].type) {
in hp_populate_password_elements_from_package()
248
ret = hp_convert_hexstr_to_str(
password_obj
[elem].string.pointer,
in hp_populate_password_elements_from_package()
249
password_obj
[elem].string.length,
in hp_populate_password_elements_from_package()
256
int_value = (u32)
password_obj
[elem].integer.value;
in hp_populate_password_elements_from_package()
259
pr_warn("Unsupported object type [%d]\n",
password_obj
[elem].type);
in hp_populate_password_elements_from_package()
264
if (expected_password_types[eloc] !=
password_obj
[elem].type) {
in hp_populate_password_elements_from_package()
266
expected_password_types[eloc], elem,
password_obj
[elem].type);
in hp_populate_password_elements_from_package()
312
ret = hp_convert_hexstr_to_str(
password_obj
[ele
in hp_populate_password_elements_from_package()
396
hp_populate_password_package_data(union acpi_object *
password_obj
, int instance_id, struct kobject *attr_name_kobj)
hp_populate_password_package_data()
argument
[all...]
H
A
D
bioscfg.h
440
int hp_populate_password_package_data(union acpi_object *
password_obj
,
Completed in 2 milliseconds