OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ioport_low
(Results
1 - 7
of
7
) sorted by null
/external/selinux/libsepol/cil/src/
cil_post.c
269
rc = (aioportcon->ioport_high - aioportcon->
ioport_low
)
270
- (bioportcon->ioport_high - bioportcon->
ioport_low
);
272
if (aioportcon->
ioport_low
< bioportcon->
ioport_low
) {
274
} else if (bioportcon->
ioport_low
< aioportcon->
ioport_low
) {
[
all
...]
cil_internal.h
775
uint32_t
ioport_low
;
member in struct:cil_ioportcon
cil_copy_ast.c
1257
new->
ioport_low
= orig->
ioport_low
;
[
all
...]
cil_policy.c
254
fprintf(file_arr[NETIFCONS], "ioportcon %d-%d ", ioportcon->
ioport_low
, ioportcon->ioport_high);
[
all
...]
cil_tree.c
[
all
...]
cil_build_ast.c
[
all
...]
cil_binary.c
[
all
...]
Completed in 48 milliseconds