HomeSort by relevance Sort by last modified time
    Searched refs:ocontext (Results 1 - 10 of 10) sorted by null

  /external/selinux/libsepol/src/
kernel_to_common.c 446 struct ocontext *const *aa = a;
447 struct ocontext *const *bb = b;
462 struct ocontext *const *aa = a;
463 struct ocontext *const *bb = b;
483 struct ocontext *const *aa = a;
484 struct ocontext *const *bb = b;
491 struct ocontext *const *aa = a;
492 struct ocontext *const *bb = b;
507 struct ocontext *const *aa = a;
508 struct ocontext *const *bb = b
    [all...]
module_to_cil.c     [all...]
kernel_to_cil.c 529 static int write_sids_to_cil(FILE *out, const char *const *sid_to_str, struct ocontext *isids)
531 struct ocontext *isid;
    [all...]
kernel_to_conf.c 428 static int write_sids_to_conf(FILE *out, const char *const *sid_to_str, struct ocontext *isids)
430 struct ocontext *isid;
    [all...]
services.c 1025 context_struct_t *ocontext; local
1037 ocontext = sepol_sidtab_search(sidtab, oldsid);
1038 if (!ocontext) {
1057 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext,
1078 context_struct_t *ocontext; local
1090 ocontext = sepol_sidtab_search(sidtab, oldsid);
1091 if (!ocontext) {
1120 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext,
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 338 typedef struct ocontext { struct
380 struct ocontext *next;
385 struct ocontext *head;
419 /* OCON_NUM needs to be the largest index in any platform's ocontext array */
  /external/python/cpython3/Python/
pylifecycle.c 1652 struct sigaction context, ocontext; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 1900 struct sigaction context, ocontext; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 1875 struct sigaction context, ocontext; local
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 1905 struct sigaction context, ocontext; local
    [all...]

Completed in 364 milliseconds