Home
last modified time | relevance | path

Searched refs:ioport_low (Results 1 – 7 of 7) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_post.c411 rc = (aioportcon->ioport_high - aioportcon->ioport_low) in cil_post_ioportcon_compare()
412 - (bioportcon->ioport_high - bioportcon->ioport_low); in cil_post_ioportcon_compare()
414 if (aioportcon->ioport_low < bioportcon->ioport_low) { in cil_post_ioportcon_compare()
416 } else if (bioportcon->ioport_low < aioportcon->ioport_low) { in cil_post_ioportcon_compare()
Dcil_write_ast.c1413 if (ioportcon->ioport_low == ioportcon->ioport_high) in cil_write_ast_node()
1414 fprintf(out, "%d ", ioportcon->ioport_low); in cil_write_ast_node()
1416 fprintf(out, "(%d %d) ", ioportcon->ioport_low, ioportcon->ioport_high); in cil_write_ast_node()
Dcil_internal.h828 uint32_t ioport_low; member
Dcil_copy_ast.c1317 new->ioport_low = orig->ioport_low; in cil_copy_ioportcon()
Dcil_build_ast.c4977 rc = cil_fill_integer(parse_current->next->cl_head, &ioportcon->ioport_low, 0); in cil_gen_ioportcon()
4993 rc = cil_fill_integer(parse_current->next, &ioportcon->ioport_low, 0); in cil_gen_ioportcon()
4998 ioportcon->ioport_high = ioportcon->ioport_low; in cil_gen_ioportcon()
Dcil_policy.c1882 fprintf(out, "ioportcon 0x%x-0x%x ", ioportcon->ioport_low, ioportcon->ioport_high); in cil_ioportcons_to_policy()
Dcil_binary.c3670 new_ocon->u.ioport.low_ioport = cil_ioportcon->ioport_low; in cil_ioportcon_to_policydb()