Searched refs:node_ptr (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/android/ |
D | binder_trace.h | 156 __field(binder_uintptr_t, node_ptr) 163 __entry->node_ptr = node->ptr; 169 (u64)__entry->node_ptr, 183 __field(binder_uintptr_t, node_ptr) 190 __entry->node_ptr = node->ptr; 195 (u64)__entry->node_ptr)
|
D | binder.c | 3385 binder_uintptr_t node_ptr; in binder_thread_write() local 3390 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write() 3396 node = binder_get_node(proc, node_ptr); in binder_thread_write() 3403 (u64)node_ptr); in binder_thread_write() 3411 (u64)node_ptr, node->debug_id, in binder_thread_write() 3772 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument 3783 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd() 3794 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 3950 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local 3985 (u64)node_ptr, in binder_thread_read() [all …]
|
/Linux-v4.19/security/selinux/ss/ |
D | conditional.c | 279 struct avtab_node *node_ptr; in cond_insertf() local 302 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf() 303 if (node_ptr) { in cond_insertf() 304 if (avtab_search_node_next(node_ptr, k->specified)) { in cond_insertf() 310 if (cur->node == node_ptr) { in cond_insertf() 328 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf() 329 if (!node_ptr) { in cond_insertf() 341 list->node = node_ptr; in cond_insertf()
|