Home
last modified time | relevance | path

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

/Linux-v5.4/security/selinux/ss/
Dconditional.c273 struct avtab_node *node_ptr; in cond_insertf() local
296 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
297 if (node_ptr) { in cond_insertf()
298 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf()
304 if (cur->node == node_ptr) { in cond_insertf()
322 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf()
323 if (!node_ptr) { in cond_insertf()
335 list->node = node_ptr; in cond_insertf()
/Linux-v5.4/drivers/android/
Dbinder_trace.h147 __field(binder_uintptr_t, node_ptr)
154 __entry->node_ptr = node->ptr;
160 (u64)__entry->node_ptr,
174 __field(binder_uintptr_t, node_ptr)
181 __entry->node_ptr = node->ptr;
186 (u64)__entry->node_ptr)
Dbinder.c3685 binder_uintptr_t node_ptr; in binder_thread_write() local
3690 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write()
3696 node = binder_get_node(proc, node_ptr); in binder_thread_write()
3703 (u64)node_ptr); in binder_thread_write()
3711 (u64)node_ptr, node->debug_id, in binder_thread_write()
4050 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument
4061 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd()
4072 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd()
4295 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local
4330 (u64)node_ptr, in binder_thread_read()
[all …]