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

  /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...]
  /external/selinux/libsepol/src/
services.c 1024 context_struct_t *ocontext; local
1036 ocontext = sepol_sidtab_search(sidtab, oldsid);
1037 if (!ocontext) {
1056 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext,
1077 context_struct_t *ocontext; local
1089 ocontext = sepol_sidtab_search(sidtab, oldsid);
1090 if (!ocontext) {
1119 if (!constraint_expr_eval_reason(ocontext, ncontext, tcontext,
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 335 typedef struct ocontext { struct
368 struct ocontext *next;
373 struct ocontext *head;
406 /* OCON_NUM needs to be the largest index in any platform's ocontext array */

Completed in 251 milliseconds