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:os_state_cmd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/ibmasm/
H
A
D
dot_command.c
113
struct os_state_command *
os_state_cmd
;
in ibmasm_send_os_state()
local
120
os_state_cmd
= (struct os_state_command *)cmd->buffer;
in ibmasm_send_os_state()
121
os_state_cmd
->header.type = sp_write;
in ibmasm_send_os_state()
122
os_state_cmd
->header.command_size = 3;
in ibmasm_send_os_state()
123
os_state_cmd
->header.data_size = 1;
in ibmasm_send_os_state()
124
os_state_cmd
->header.status = 0;
in ibmasm_send_os_state()
125
os_state_cmd
->command[0] = 4;
in ibmasm_send_os_state()
126
os_state_cmd
->command[1] = 3;
in ibmasm_send_os_state()
127
os_state_cmd
->command[2] = 6;
in ibmasm_send_os_state()
128
os_state_cmd
in ibmasm_send_os_state()
[all...]
/kernel/linux/linux-6.6/drivers/misc/ibmasm/
H
A
D
dot_command.c
113
struct os_state_command *
os_state_cmd
;
in ibmasm_send_os_state()
local
120
os_state_cmd
= (struct os_state_command *)cmd->buffer;
in ibmasm_send_os_state()
121
os_state_cmd
->header.type = sp_write;
in ibmasm_send_os_state()
122
os_state_cmd
->header.command_size = 3;
in ibmasm_send_os_state()
123
os_state_cmd
->header.data_size = 1;
in ibmasm_send_os_state()
124
os_state_cmd
->header.status = 0;
in ibmasm_send_os_state()
125
os_state_cmd
->command[0] = 4;
in ibmasm_send_os_state()
126
os_state_cmd
->command[1] = 3;
in ibmasm_send_os_state()
127
os_state_cmd
->command[2] = 6;
in ibmasm_send_os_state()
128
os_state_cmd
in ibmasm_send_os_state()
[all...]
Completed in 2 milliseconds