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:permissive
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H
A
D
pciback.h
50
unsigned int
permissive
:1;
member
H
A
D
conf_space.c
23
module_param_named(
permissive
, xen_pcibk_permissive, bool, 0644);
249
* read-only. The
permissive
flag changes this behavior so
in xen_pcibk_config_write()
254
if (dev_data->
permissive
|| xen_pcibk_permissive) {
in xen_pcibk_config_write()
275
"1) see
permissive
attribute in sysfs\n"
in xen_pcibk_config_write()
H
A
D
conf_space_capability.c
224
if (xen_pcibk_permissive || dev_data->
permissive
)
in msi_msix_flags_write()
H
A
D
pci_stub.c
1391
if (!dev_data->
permissive
) {
in permissive_store()
1392
dev_data->
permissive
= 1;
in permissive_store()
1394
dev_warn(&psdev->dev->dev, "enabling
permissive
mode "
in permissive_store()
1397
"
permissive
mode is potentially unsafe!\n");
in permissive_store()
1420
if (!dev_data || !dev_data->
permissive
)
in permissive_show()
1429
static DRIVER_ATTR_RW(
permissive
);
H
A
D
conf_space_header.c
29
/* Bits guests are allowed to control in
permissive
mode. */
113
if (!xen_pcibk_permissive && (!dev_data || !dev_data->
permissive
))
in command_write()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H
A
D
pciback.h
50
unsigned int
permissive
:1;
member
H
A
D
conf_space.c
23
module_param_named(
permissive
, xen_pcibk_permissive, bool, 0644);
249
* read-only. The
permissive
flag changes this behavior so
in xen_pcibk_config_write()
254
if (dev_data->
permissive
|| xen_pcibk_permissive) {
in xen_pcibk_config_write()
275
"1) see
permissive
attribute in sysfs\n"
in xen_pcibk_config_write()
H
A
D
conf_space_capability.c
224
if (xen_pcibk_permissive || dev_data->
permissive
)
in msi_msix_flags_write()
H
A
D
pci_stub.c
1390
if (!dev_data->
permissive
) {
in permissive_store()
1391
dev_data->
permissive
= 1;
in permissive_store()
1393
dev_warn(&psdev->dev->dev, "enabling
permissive
mode "
in permissive_store()
1396
"
permissive
mode is potentially unsafe!\n");
in permissive_store()
1419
if (!dev_data || !dev_data->
permissive
)
in permissive_show()
1428
static DRIVER_ATTR_RW(
permissive
);
H
A
D
conf_space_header.c
29
/* Bits guests are allowed to control in
permissive
mode. */
113
if (!xen_pcibk_permissive && (!dev_data || !dev_data->
permissive
))
in command_write()
/kernel/linux/linux-5.10/security/tomoyo/
H
A
D
common.h
883
struct tomoyo_preference *
permissive
;
member
/kernel/linux/linux-6.6/security/tomoyo/
H
A
D
common.h
883
struct tomoyo_preference *
permissive
;
member
Completed in 14 milliseconds