HomeSort by relevance Sort by last modified time
    Searched full:tcontext (Results 1 - 7 of 7) sorted by null

  /hardware/ti/wlan/wl1271/utils/
context.c 87 } TContext;
106 hContext = os_memoryAlloc (hOs, sizeof(TContext));
114 os_memoryZero (hOs, hContext, (sizeof(TContext)));
133 TContext *pContext = (TContext *)hContext;
139 os_memoryFree (pContext->hOs, pContext, sizeof(TContext));
160 TContext *pContext = (TContext *)hContext;
185 TContext *pContext = (TContext *)hContext
    [all...]
  /external/libsepol/src/
services.c 121 * tcontext is the context after the transition, and xcontext is the context
126 context_struct_t * tcontext,
160 val2 = tcontext->user;
164 val2 = tcontext->type;
168 val2 = tcontext->role;
195 l2 = &(tcontext->range.level[0]);
199 l2 = &(tcontext->range.level[1]);
203 l2 = &(tcontext->range.level[0]);
207 l2 = &(tcontext->range.level[1]);
214 l1 = &(tcontext->range.level[0])
432 context_struct_t *tcontext; local
479 context_struct_t *scontext = 0, *tcontext = 0; local
603 context_struct_t *scontext = 0, *tcontext = 0, newcontext; local
    [all...]
mls.h 60 context_struct_t * tcontext,
mls.c 607 context_struct_t * tcontext,
620 rtr->target_type == tcontext->type &&
638 if (newcontext->type != tcontext->type) {
643 return mls_copy_context(newcontext, tcontext);
  /external/dbus/bus/
selinux.c 855 _dbus_verbose ("Parsed \tservice: %s \n\t\tcontext: %s\n",
  /external/icu4c/tools/toolutil/
ucbuf.c 266 fprintf(stderr,"\tContext: %s\n",context);
  /external/libselinux/src/
avc.c 643 log_append(avc_audit_buf, "scontext=%s tcontext=%s",

Completed in 158 milliseconds