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:CMD_SET_WINDOW
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
xerox_mfp.h
97
/*
CMD_SET_WINDOW
parameters we set: */
177
#define
CMD_SET_WINDOW
0x24 /* 25, 32, specified req len is 22 */
macro
197
CMD_READ,
CMD_SET_WINDOW
, CMD_OBJECT_POSITION */
198
#define MSG_SCANNING_PARAM 0x30 /*
CMD_SET_WINDOW
*/
199
#define MSG_PREVIEW_PARAM 0x31 /*
CMD_SET_WINDOW
*/
H
A
D
xerox_mfp.c
87
case
CMD_SET_WINDOW
: return "SET_WINDOW";
in str_cmd()
265
if (cmd[2] ==
CMD_SET_WINDOW
) {
in dev_command()
320
if (cmd[2] ==
CMD_SET_WINDOW
||
in dev_command()
781
REQ_CODE_A, REQ_CODE_B,
CMD_SET_WINDOW
, 0x13, MSG_SCANNING_PARAM
in dev_set_window()
H
A
D
st400.c
128
#define
CMD_SET_WINDOW
0x24
macro
328
scsi_cmd.cmd =
CMD_SET_WINDOW
;
in st400_set_window()
Completed in 7 milliseconds