Home
last modified time | relevance | path

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

/Linux-v6.1/security/selinux/ss/
Dconditional.c265 struct avtab_node *node_ptr; in cond_insertf() local
288 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf()
289 if (node_ptr) { in cond_insertf()
290 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf()
296 if (other->nodes[i] == node_ptr) { in cond_insertf()
314 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf()
315 if (!node_ptr) { in cond_insertf()
320 *data->dst = node_ptr; in cond_insertf()
/Linux-v6.1/drivers/android/
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)
Dbinder.c3862 binder_uintptr_t node_ptr; in binder_thread_write() local
3867 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write()
3873 node = binder_get_node(proc, node_ptr); in binder_thread_write()
3880 (u64)node_ptr); in binder_thread_write()
3888 (u64)node_ptr, node->debug_id, in binder_thread_write()
4227 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument
4238 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd()
4249 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd()
4464 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local
4499 (u64)node_ptr, in binder_thread_read()
[all …]