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

  /external/selinux/libsepol/src/
write.c 528 buf[2] = cpu_to_le32(tr->new_role);
558 buf[1] = cpu_to_le32(ra->new_role);
1714 int new_role = p->policyvers >= MOD_POLICYDB_VERSION_ROLETRANS; local
    [all...]
expand.c 732 role_datum_t *role, *new_role, *regular_role; local
758 new_role =
761 assert(new_role != NULL && new_role->flavor == ROLE_ATTRIB);
766 if (ebitmap_union(&new_role->roles, &mapped_roles)) {
785 &new_role->types.types)) {
801 role_datum_t *new_role; local
823 new_role =
825 if (!new_role) {
826 new_role = (role_datum_t *) malloc(sizeof(role_datum_t))
    [all...]
link.c 351 role_datum_t *role, *base_role, *new_role = NULL; local
383 if ((new_role =
384 (role_datum_t *) malloc(sizeof(*new_role))) == NULL) {
387 role_datum_init(new_role);
389 /* new_role's dominates, types and roles field will be copied
391 new_role->flavor = role->flavor;
392 new_role->s.value = state->base->p_roles.nprim + 1;
396 (hashtab_datum_t) new_role);
401 base_role = new_role;
406 if ((new_role = malloc(sizeof(*new_role))) == NULL)
    [all...]
  /system/bt/bta/av/
bta_av_aact.cc 2303 uint8_t new_role = p_scb->role; local
    [all...]
bta_av_int.h 352 uint8_t new_role; member in struct:__anon112800
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel_unittest.cc 706 cricket::IceRole new_role = local
709 channel->SetIceRole(new_role);
    [all...]
  /external/selinux/libsepol/cil/src/
cil_binary.c 2339 uint32_t *new_role = NULL; local
    [all...]
  /external/selinux/libsepol/include/sepol/policydb/
policydb.h 150 uint32_t new_role; /* new role */ member in struct:role_trans
156 uint32_t new_role; /* new role */ member in struct:role_allow
301 uint32_t new_role; /* new role */ member in struct:role_trans_rule
  /system/bt/bta/dm/
bta_dm_int.h 261 uint8_t new_role; member in struct:__anon112835
  /system/bt/bta/include/
bta_api.h 552 uint8_t new_role; /* the new connection role */ member in struct:__anon113019
    [all...]
  /system/bt/stack/include/
btm_api_types.h 891 uint8_t new_role; member in struct:__anon113790
    [all...]

Completed in 527 milliseconds