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:_IOC_SIZEMASK
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H
A
D
ioctl.h
23
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS)-1)
macro
57
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) &
_IOC_SIZEMASK
)
64
#define IOCSIZE_MASK (
_IOC_SIZEMASK
<< _IOC_SIZESHIFT)
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H
A
D
ioctl.h
23
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS)-1)
macro
57
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) &
_IOC_SIZEMASK
)
64
#define IOCSIZE_MASK (
_IOC_SIZEMASK
<< _IOC_SIZESHIFT)
/kernel/linux/linux-5.10/include/uapi/asm-generic/
H
A
D
ioctl.h
41
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS)-1)
macro
97
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) &
_IOC_SIZEMASK
)
104
#define IOCSIZE_MASK (
_IOC_SIZEMASK
<< _IOC_SIZESHIFT)
/kernel/linux/linux-6.6/include/uapi/asm-generic/
H
A
D
ioctl.h
41
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS)-1)
macro
97
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) &
_IOC_SIZEMASK
)
104
#define IOCSIZE_MASK (
_IOC_SIZEMASK
<< _IOC_SIZESHIFT)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H
A
D
ioctl.h
18
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS)-1)
macro
51
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) &
_IOC_SIZEMASK
)
55
#define IOCSIZE_MASK (
_IOC_SIZEMASK
<< _IOC_SIZESHIFT)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H
A
D
ioctl.h
31
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS) - 1)
macro
58
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) &
_IOC_SIZEMASK
)
62
#define IOCSIZE_MASK (
_IOC_SIZEMASK
<< _IOC_SIZESHIFT)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H
A
D
ioctl.h
31
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS) - 1)
macro
58
#define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) &
_IOC_SIZEMASK
)
62
#define IOCSIZE_MASK (
_IOC_SIZEMASK
<< _IOC_SIZESHIFT)
/kernel/linux/linux-6.6/rust/kernel/
H
A
D
ioctl.rs
17
build_assert!(size <= (uapi::
_IOC_SIZEMASK
as usize));
71
((nr >> uapi::_IOC_SIZESHIFT) & uapi::
_IOC_SIZEMASK
) as usize
/kernel/linux/linux-5.10/arch/sparc/include/uapi/asm/
H
A
D
ioctl.h
26
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS)-1)
macro
/kernel/linux/linux-6.6/arch/sparc/include/uapi/asm/
H
A
D
ioctl.h
26
#define
_IOC_SIZEMASK
((1 << _IOC_SIZEBITS)-1)
macro
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
phantom.c
201
cmd &= ~(
_IOC_SIZEMASK
<< _IOC_SIZESHIFT);
in phantom_compat_ioctl()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
phantom.c
201
cmd &= ~(
_IOC_SIZEMASK
<< _IOC_SIZESHIFT);
in phantom_compat_ioctl()
/kernel/linux/linux-5.10/drivers/input/
H
A
D
evdev.c
1144
#define EVIOC_MASK_SIZE(nr) ((nr) & ~(
_IOC_SIZEMASK
<< _IOC_SIZESHIFT))
in evdev_do_ioctl()
/kernel/linux/linux-6.6/drivers/input/
H
A
D
evdev.c
1144
#define EVIOC_MASK_SIZE(nr) ((nr) & ~(
_IOC_SIZEMASK
<< _IOC_SIZESHIFT))
in evdev_do_ioctl()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
2748
#define INFO_FL_CLEAR_MASK (
_IOC_SIZEMASK
<< 16)
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
2784
#define INFO_FL_CLEAR_MASK (
_IOC_SIZEMASK
<< 16)
Completed in 22 milliseconds