Home
last modified time | relevance | path

Searched refs:tcontext (Results 1 – 6 of 6) sorted by relevance

/third_party/selinux/libsepol/src/
Dservices.c385 context_struct_t *tcontext, in constraint_expr_eval_reason() argument
514 val2 = tcontext->user; in constraint_expr_eval_reason()
520 val2 = tcontext->type; in constraint_expr_eval_reason()
526 val2 = tcontext->role; in constraint_expr_eval_reason()
555 l2 = &(tcontext->range.level[0]); in constraint_expr_eval_reason()
561 l2 = &(tcontext->range.level[1]); in constraint_expr_eval_reason()
567 l2 = &(tcontext->range.level[0]); in constraint_expr_eval_reason()
573 l2 = &(tcontext->range.level[1]); in constraint_expr_eval_reason()
584 l1 = &(tcontext->range.level[0]); in constraint_expr_eval_reason()
585 l2 = &(tcontext->range.level[1]); in constraint_expr_eval_reason()
[all …]
Dmls.c605 const context_struct_t * tcontext, in mls_compute_sid() argument
621 rtr.target_type = tcontext->type; in mls_compute_sid()
641 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
643 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
645 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
647 return mls_context_glblub(newcontext, scontext, tcontext); in mls_compute_sid()
Dmls.h61 const context_struct_t * tcontext,
/third_party/libinput/doc/user/
Dbuilding.rst163 … dev="dm-0" ino=1709093 scontext=system_u:system_r:xdm_t:s0-s0:c0.c1023 tcontext=unconfined_u:obje…
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStrUtilImpl.inl7005 s << "\tcontext = " << value.context << '\n';
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h51769 u32 tcontext; member