Lines Matching full:handle
13 uint32_t handle;
25 handle = bio_get_ref(&reply);
27 if (handle)
28 binder_acquire(bs, handle);
32 return handle;
64 uint32_t handle;
76 handle = svcmgr_lookup(bs, svcmgr, "alt_svc_mgr");
77 if (!handle) {
81 svcmgr = handle;
82 fprintf(stderr,"svcmgr is via %x\n", handle);
88 handle = svcmgr_lookup(bs, svcmgr, argv[1]);
89 fprintf(stderr,"lookup(%s) = %x\n", argv[1], handle);