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:karg32
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/message/fusion/
H
A
D
mptctl.c
2754
struct mpt_ioctl_command32
karg32
;
in compat_mpt_command()
local
2762
if (copy_from_user(&
karg32
, (char __user *)arg, sizeof(
karg32
)))
in compat_mpt_command()
2766
iocnumX =
karg32
.hdr.iocnum & 0xFF;
in compat_mpt_command()
2780
karg.hdr.iocnum =
karg32
.hdr.iocnum;
in compat_mpt_command()
2781
karg.hdr.port =
karg32
.hdr.port;
in compat_mpt_command()
2782
karg.timeout =
karg32
.timeout;
in compat_mpt_command()
2783
karg.maxReplyBytes =
karg32
.maxReplyBytes;
in compat_mpt_command()
2785
karg.dataInSize =
karg32
.dataInSize;
in compat_mpt_command()
2786
karg.dataOutSize =
karg32
in compat_mpt_command()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H
A
D
mptctl.c
2757
struct mpt_ioctl_command32
karg32
;
in compat_mpt_command()
local
2765
if (copy_from_user(&
karg32
, (char __user *)arg, sizeof(
karg32
)))
in compat_mpt_command()
2769
iocnumX =
karg32
.hdr.iocnum & 0xFF;
in compat_mpt_command()
2783
karg.hdr.iocnum =
karg32
.hdr.iocnum;
in compat_mpt_command()
2784
karg.hdr.port =
karg32
.hdr.port;
in compat_mpt_command()
2785
karg.timeout =
karg32
.timeout;
in compat_mpt_command()
2786
karg.maxReplyBytes =
karg32
.maxReplyBytes;
in compat_mpt_command()
2788
karg.dataInSize =
karg32
.dataInSize;
in compat_mpt_command()
2789
karg.dataOutSize =
karg32
in compat_mpt_command()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_ctl.c
2485
struct mpt3_ioctl_command32
karg32
;
in _ctl_compat_mpt_command()
local
2494
if (copy_from_user(&
karg32
, (char __user *)arg, sizeof(
karg32
))) {
in _ctl_compat_mpt_command()
2501
karg.hdr.ioc_number =
karg32
.hdr.ioc_number;
in _ctl_compat_mpt_command()
2502
karg.hdr.port_number =
karg32
.hdr.port_number;
in _ctl_compat_mpt_command()
2503
karg.hdr.max_data_size =
karg32
.hdr.max_data_size;
in _ctl_compat_mpt_command()
2504
karg.timeout =
karg32
.timeout;
in _ctl_compat_mpt_command()
2505
karg.max_reply_bytes =
karg32
.max_reply_bytes;
in _ctl_compat_mpt_command()
2506
karg.data_in_size =
karg32
.data_in_size;
in _ctl_compat_mpt_command()
2507
karg.data_out_size =
karg32
in _ctl_compat_mpt_command()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H
A
D
mpt3sas_ctl.c
2559
struct mpt3_ioctl_command32
karg32
;
in _ctl_compat_mpt_command()
local
2568
if (copy_from_user(&
karg32
, (char __user *)arg, sizeof(
karg32
))) {
in _ctl_compat_mpt_command()
2575
karg.hdr.ioc_number =
karg32
.hdr.ioc_number;
in _ctl_compat_mpt_command()
2576
karg.hdr.port_number =
karg32
.hdr.port_number;
in _ctl_compat_mpt_command()
2577
karg.hdr.max_data_size =
karg32
.hdr.max_data_size;
in _ctl_compat_mpt_command()
2578
karg.timeout =
karg32
.timeout;
in _ctl_compat_mpt_command()
2579
karg.max_reply_bytes =
karg32
.max_reply_bytes;
in _ctl_compat_mpt_command()
2580
karg.data_in_size =
karg32
.data_in_size;
in _ctl_compat_mpt_command()
2581
karg.data_out_size =
karg32
in _ctl_compat_mpt_command()
[all...]
Completed in 14 milliseconds