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

  /external/libselinux/src/
avc_sidtab.h 12 struct sidtab_node { struct
14 struct sidtab_node *next;
23 struct sidtab_node **htable;
avc_sidtab.c 35 s->htable = (struct sidtab_node **)avc_malloc
36 (sizeof(struct sidtab_node *) * SIDTAB_SIZE);
52 struct sidtab_node *newnode;
55 newnode = (struct sidtab_node *)avc_malloc(sizeof(*newnode));
82 struct sidtab_node *cur;
107 struct sidtab_node *cur;
135 struct sidtab_node *cur, *temp;
  /external/qemu/distrib/libselinux/src/
avc_sidtab.h 12 struct sidtab_node { struct
14 struct sidtab_node *next;
23 struct sidtab_node **htable;
avc_sidtab.c 35 s->htable = (struct sidtab_node **)avc_malloc
36 (sizeof(struct sidtab_node *) * SIDTAB_SIZE);
52 struct sidtab_node *newnode;
55 newnode = (struct sidtab_node *)avc_malloc(sizeof(*newnode));
82 struct sidtab_node *cur;
107 struct sidtab_node *cur;
135 struct sidtab_node *cur, *temp;
  /external/libsepol/include/sepol/policydb/
sidtab.h 16 typedef struct sidtab_node { struct
19 struct sidtab_node *next;
22 typedef struct sidtab_node *sidtab_ptr_t;

Completed in 153 milliseconds