Searched refs:node_ptr (Results 1 – 3 of 3) sorted by relevance
| /linux/security/selinux/ss/ |
| H A D | conditional.c | 260 struct avtab_node *node_ptr; in cond_insertf() local 283 node_ptr = avtab_search_node(&p->te_cond_avtab, k); in cond_insertf() 284 if (node_ptr) { in cond_insertf() 285 if (avtab_search_node_next(node_ptr, in cond_insertf() 292 if (other->nodes[i] == node_ptr) { in cond_insertf() 310 node_ptr = avtab_insert_nonunique(&p->te_cond_avtab, k, d); in cond_insertf() 311 if (!node_ptr) { in cond_insertf() 316 *data->dst = node_ptr; in cond_insertf()
|
| /linux/drivers/android/ |
| H A D | binder.c | 4211 binder_uintptr_t node_ptr; in binder_thread_write() local 4216 if (get_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_thread_write() 4222 node = binder_get_node(proc, node_ptr); in binder_thread_write() 4229 (u64)node_ptr); in binder_thread_write() 4237 (u64)node_ptr, node->debug_id, in binder_thread_write() 4615 binder_uintptr_t node_ptr, in binder_put_node_cmd() argument 4626 if (put_user(node_ptr, (binder_uintptr_t __user *)ptr)) in binder_put_node_cmd() 4637 (u64)node_ptr, (u64)node_cookie); in binder_put_node_cmd() 4857 binder_uintptr_t node_ptr = node->ptr; in binder_thread_read() local 4892 (u64)node_ptr, in binder_thread_read() [all …]
|
| /linux/lib/tests/ |
| H A D | list-test.c | 1215 static void check_node(struct klist_node *node_ptr) in check_node() argument 1218 last_node = node_ptr; in check_node() 1221 static void check_delete_node(struct klist_node *node_ptr) in check_delete_node() argument 1224 last_node = node_ptr; in check_delete_node()
|