Home
last modified time | relevance | path

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

/linux/security/selinux/ss/
A Dconditional.c263 struct avtab_node *node_ptr; in cond_insertf() local
286 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
287 if (node_ptr) { in cond_insertf()
288 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf()
294 if (other->nodes[i] == node_ptr) { in cond_insertf()
312 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf()
313 if (!node_ptr) { in cond_insertf()
318 *data->dst = node_ptr; in cond_insertf()
/linux/drivers/android/
A Dbinder_trace.h176 __field(binder_uintptr_t, node_ptr)
183 __entry->node_ptr = node->ptr;
189 (u64)__entry->node_ptr,
203 __field(binder_uintptr_t, node_ptr)
210 __entry->node_ptr = node->ptr;
215 (u64)__entry->node_ptr)
A Dbinder.c3316 binder_uintptr_t node_ptr; in binder_thread_write() local
3334 (u64)node_ptr); in binder_thread_write()
3342 (u64)node_ptr, node->debug_id, in binder_thread_write()
3681 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument
3703 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd()
3966 (u64)node_ptr, in binder_thread_read()
3987 proc, thread, &ptr, node_ptr, in binder_thread_read()
3992 proc, thread, &ptr, node_ptr, in binder_thread_read()
3997 proc, thread, &ptr, node_ptr, in binder_thread_read()
4002 proc, thread, &ptr, node_ptr, in binder_thread_read()
[all …]

Completed in 17 milliseconds