Lines Matching defs:cookie
779 binder_uintptr_t cookie = fp ? fp->cookie : 0;
811 node->cookie = cookie;
822 (u64)node->ptr, (u64)node->cookie);
2191 if (fp->cookie != node->cookie) {
2192 binder_user_error("%d:%d sending u%016llx node %d, cookie mismatch %016llx != %016llx\n",
2194 node->debug_id, (u64)fp->cookie,
2195 (u64)node->cookie);
2216 fp->cookie = 0;
2257 fp->cookie = node->cookie;
2287 fp->cookie = 0;
2743 t1->buffer->target_node->cookie == t2->buffer->target_node->cookie)
3965 binder_uintptr_t cookie;
3972 if (get_user(cookie, (binder_uintptr_t __user *)ptr))
3985 if (cookie != node->cookie) {
3986 binder_user_error("%d:%d %s u%016llx node %d cookie mismatch %016llx != %016llx\n",
3991 (u64)cookie, (u64)node->cookie);
4134 binder_uintptr_t cookie;
4141 if (get_user(cookie, (binder_uintptr_t __user *)ptr))
4184 (u64)cookie, ref->data.debug_id,
4200 death->cookie = cookie;
4220 if (death->cookie != cookie) {
4221 binder_user_error("%d:%d BC_CLEAR_DEATH_NOTIFICATION death notification cookie mismatch %016llx != %016llx\n",
4223 (u64)death->cookie,
4224 (u64)cookie);
4257 binder_uintptr_t cookie;
4260 if (get_user(cookie, (binder_uintptr_t __user *)ptr))
4263 ptr += sizeof(cookie);
4272 if (tmp_death->cookie == cookie) {
4279 proc->pid, thread->pid, (u64)cookie,
4283 proc->pid, thread->pid, (u64)cookie);
4570 binder_uintptr_t node_cookie = node->cookie;
4658 binder_uintptr_t cookie;
4665 cookie = death->cookie;
4673 (u64)cookie);
4686 if (put_user(cookie,
4709 trd->cookie = target_node->cookie;
4720 trd->cookie = 0;
4913 (u64)death->cookie);
5301 info->cookie = node->cookie;
6187 (u64)node->ptr, (u64)node->cookie);
6254 node->debug_id, (u64)node->ptr, (u64)node->cookie,