Lines Matching refs:handle
12 uint32_t handle; in svcmgr_lookup() local
24 handle = bio_get_ref(&reply); in svcmgr_lookup()
26 if (handle) in svcmgr_lookup()
27 binder_acquire(bs, handle); in svcmgr_lookup()
31 return handle; in svcmgr_lookup()
63 uint32_t handle; in main() local
75 handle = svcmgr_lookup(bs, svcmgr, "alt_svc_mgr"); in main()
76 if (!handle) { in main()
80 svcmgr = handle; in main()
81 fprintf(stderr,"svcmgr is via %x\n", handle); in main()
87 handle = svcmgr_lookup(bs, svcmgr, argv[1]); in main()
88 fprintf(stderr,"lookup(%s) = %x\n", argv[1], handle); in main()