Home
last modified time | relevance | path

Searched refs:pkey_high (Results 1 – 9 of 9) sorted by relevance

/external/selinux/secilc/docs/
Dcil_infiniband_statements.md13 (ibpkeycon subnet pkey|(pkey_low pkey_high) context_id)
32 <td align="left"><p><code>pkey | (pkey_low pkey_high)</code></p>
/external/selinux/libsepol/cil/src/
Dcil_internal.h749 uint32_t pkey_high; member
Dcil_copy_ast.c1216 new->pkey_high = orig->pkey_high; in cil_copy_ibpkeycon()
Dcil_post.c247 rc = (aibpkeycon->pkey_high - aibpkeycon->pkey_low) in cil_post_ibpkeycon_compare()
248 - (bibpkeycon->pkey_high - bibpkeycon->pkey_low); in cil_post_ibpkeycon_compare()
Dcil_tree.c1416 cil_log(CIL_INFO, " (%d %d) ", ibpkeycon->pkey_low, ibpkeycon->pkey_high); in cil_tree_print_node()
Dcil_policy.c1726 fprintf(out, "%d ", ibpkeycon->pkey_high); in cil_ibpkeycons_to_policy()
Dcil.c2296 (*ibpkeycon)->pkey_high = 0; in cil_ibpkeycon_init()
Dcil_build_ast.c4325 rc = cil_fill_integer(parse_current->next->next->cl_head->next, &ibpkeycon->pkey_high, 0); in cil_gen_ibpkeycon()
4341 ibpkeycon->pkey_high = ibpkeycon->pkey_low; in cil_gen_ibpkeycon()
Dcil_binary.c3242 new_ocon->u.ibpkey.high_pkey = cil_ibpkeycon->pkey_high; in cil_ibpkeycon_to_policydb()