OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iomem
(Results
1 - 25
of
26
) sorted by null
1
2
/external/syslinux/utils/
memdiskfind.c
77
FILE *
iomem
;
local
79
iomem
= fopen("/proc/
iomem
", "r");
80
if (!
iomem
)
83
while (fgets(txtline, sizeof txtline,
iomem
) != NULL) {
92
fclose(
iomem
);
/external/syslinux/bios/utils/
memdiskfind
/external/ltp/testcases/kdump/lib/
sysinfo.sh
28
echo "------------- /PROC/
IOMEM
----------------"
30
cat /proc/
iomem
/external/selinux/libsepol/src/
kernel_to_common.h
55
"
iomem
",
kernel_to_common.c
576
return compare_ranges((*aa)->u.
iomem
.low_iomem, (*aa)->u.
iomem
.high_iomem,
577
(*bb)->u.
iomem
.low_iomem, (*bb)->u.
iomem
.high_iomem);
kernel_to_conf.c
2830
struct ocontext *
iomem
;
local
[
all
...]
module_to_cil.c
2920
struct ocontext *
iomem
;
local
[
all
...]
kernel_to_cil.c
2966
struct ocontext *
iomem
;
local
[
all
...]
write.c
[
all
...]
expand.c
[
all
...]
policydb.c
[
all
...]
/external/ltp/tools/pounder21/test_scripts/
get_hw_info
57
cat /proc/
iomem
/system/sepolicy/prebuilts/api/26.0/private/
genfs_contexts
7
genfscon proc /
iomem
u:object_r:proc_iomem:s0
/external/fio/
memory.c
310
log_err("fio: option 'mem/
iomem
' conflicts with specified IO engine\n");
329
td_verror(td, ENOMEM, "
iomem
allocation");
options.c
[
all
...]
fio.1
[
all
...]
/device/linaro/bootloader/edk2/OvmfPkg/VirtioPciDeviceDxe/
VirtioPciDevice.c
50
Region 0 must be an
iomem
region. This is an internal function for the PCI
135
Region 0 must be an
iomem
region. This is an internal function for the PCI
/system/sepolicy/prebuilts/api/27.0/private/
genfs_contexts
7
genfscon proc /
iomem
u:object_r:proc_iomem:s0
/external/selinux/libsepol/cil/src/
cil_verify.c
1168
struct cil_iomemcon *
iomem
= node->data;
local
1169
struct cil_context *ctx =
iomem
->context;
[
all
...]
cil_build_ast.c
[
all
...]
cil_binary.c
[
all
...]
/external/selinux/libsepol/include/sepol/policydb/
policydb.h
359
}
iomem
;
member in union:ocontext::__anon33685
/system/sepolicy/prebuilts/api/28.0/private/
genfs_contexts
12
genfscon proc /
iomem
u:object_r:proc_iomem:s0
/system/sepolicy/private/
genfs_contexts
12
genfscon proc /
iomem
u:object_r:proc_iomem:s0
/external/selinux/checkpolicy/
policy_define.c
[
all
...]
Completed in 1190 milliseconds
1
2