Home
last modified time | relevance | path

Searched refs:node_ptr (Results 1 – 8 of 8) sorted by relevance

/external/selinux/libsemanage/src/
Dnode_record.c204 semanage_node_t ** node_ptr) in hidden_def()
207 return sepol_node_create(handle->sepolh, node_ptr); in hidden_def()
214 semanage_node_t ** node_ptr) in hidden_def()
217 return sepol_node_clone(handle->sepolh, node, node_ptr); in hidden_def()
/external/libdrm/amdgpu/
Dutil_hash.c374 struct util_node **node_ptr; in util_hash_erase() local
380 node_ptr = (struct util_node**)(&hash->data.d->buckets[node->key % hash->data.d->numBuckets]); in util_hash_erase()
381 while (*node_ptr != node) in util_hash_erase()
382 node_ptr = &(*node_ptr)->next; in util_hash_erase()
383 *node_ptr = node->next; in util_hash_erase()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c420 struct cso_node **node_ptr; in cso_hash_erase() local
426 node_ptr = (struct cso_node**)(&hash->data.d->buckets[node->key % hash->data.d->numBuckets]); in cso_hash_erase()
427 while (*node_ptr != node) in cso_hash_erase()
428 node_ptr = &(*node_ptr)->next; in cso_hash_erase()
429 *node_ptr = node->next; in cso_hash_erase()
/external/selinux/libsepol/src/
Dconditional.c632 avtab_ptr_t node_ptr; in cond_insertf() local
655 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
656 if (node_ptr) { in cond_insertf()
658 (node_ptr, k->specified)) { in cond_insertf()
665 if (cur->node == node_ptr) { in cond_insertf()
685 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf()
686 if (!node_ptr) { in cond_insertf()
690 node_ptr->parse_context = (void *)1; in cond_insertf()
697 list->node = node_ptr; in cond_insertf()
Dnode_record.c599 const sepol_node_t * node, sepol_node_t ** node_ptr) in hidden_def()
623 *node_ptr = new_node; in hidden_def()
/external/selinux/libsemanage/include/semanage/
Dnode_record.h87 semanage_node_t ** node_ptr);
91 semanage_node_t ** node_ptr);
/external/selinux/libsepol/include/sepol/
Dnode_record.h87 extern int sepol_node_create(sepol_handle_t * handle, sepol_node_t ** node_ptr);
91 sepol_node_t ** node_ptr);
/external/blktrace/
Dblkiomon.c52 struct rb_node **node_ptr; member
193 search->node_ptr = p; in blkiomon_find_dstat()
215 rb_link_node(&dstat->node, search.parent, search.node_ptr); in blkiomon_get_dstat()