HomeSort by relevance Sort by last modified time
    Searched defs:_unreferenced (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /ohac/ohac/usr/src/common/cl/nslib/
data_container_impl.cc 40 data_container_impl::_unreferenced(unref_t) function in class:data_container_impl
  /ohac/ohac/usr/src/common/cl/repl/rma/
reconnect_object_impl.cc 41 reconnect_object_impl::_unreferenced(unref_t cookie) function in class:reconnect_object_impl
  /ohac/ohac/usr/src/lib/librgmserver/common/
cm_callback_impl.h 61 void _unreferenced(unref_t cookie) function in class:cm_callback_impl
  /ohac/ohac/usr/src/cmd/cl_execd/
cl_exec_impl.cc 56 cl_exec_impl::_unreferenced(unref_t cookie) function in class:cl_exec_impl
59 cl_exec_log(CLADM_GREEN, "cl_exec_impl: _unreferenced exit\n");
  /ohac/ohac/usr/src/common/cl/orbtest/hatypes/
client_impl.cc 58 client_impl::_unreferenced(unref_t cookie) function in class:client_impl
  /ohac/ohac/usr/src/cmd/ns_test/
ns_test_obj_impl.cc 35 ns_test_obj_impl::_unreferenced(unref_t cookie) function in class:ns_test_obj_impl
  /ohac/ohac/usr/src/cmd/ql/common/
ql_obj_impl.cc 53 // _unreferenced is called when the last reference to the server
57 ql_obj_impl::_unreferenced(unref_t cookie) function in class:ql_obj_impl
ql_rgm_obj_impl.cc 48 // _unreferenced is called when the last reference to the server
52 ql_rgm_obj_impl::_unreferenced(unref_t cookie) function in class:ql_rgm_obj_impl
  /ohac/ohac/usr/src/common/cl/cl_net/
mcnet_node_impl.cc 118 mcnet_node_impl_t::_unreferenced(unref_t cookie) function in class:mcnet_node_impl_t
122 NET_DBG(("mcnet_node_impl_::_unreferenced(node=%d)\n", node));
  /ohac/ohac/usr/src/common/cl/orb/object/
adapter.cc 42 impl_spec<T, H>::_unreferenced(unref_t) function in class:impl_spec
86 McNoref<T>::_unreferenced(unref_t) function in class:McNoref
proxy.cc 77 // Should never call _unreferenced for a proxy.
81 proxy<T>::_unreferenced(unref_t) function in class:proxy
  /ohac/ohac/usr/src/common/cl/orbtest/dev_tests/
test_obj_impl.cc 78 test_obj_impl::_unreferenced(unref_t cookie) function in class:test_obj_impl
80 test_obj_impl::_unreferenced(unref_t)
test_obj_bind.cc 125 test_obj_impl::_unreferenced(unref_t cookie) function in class:test_obj_impl
127 test_obj_impl::_unreferenced(unref_t)
test_obj_revoke.cc 92 test_obj_impl2::_unreferenced(unref_t cookie) function in class:test_obj_impl2
94 test_obj_impl2::_unreferenced(unref_t)
97 os::printf("test_obj_impl2::_unreferenced %x!!\n", this);
  /ohac/ohac/usr/src/common/cl/orbtest/flowcontrol_fi/
node_impl.cc 54 // Make sure _unreferenced() has been called.
59 "_unreferenced()\n");
68 node_impl::_unreferenced(unref_t cookie) function in class:node_impl
70 node_impl::_unreferenced(unref_t)
  /ohac/ohac/usr/src/common/cl/orbtest/nameserver_fi/
testobj_impl.cc 45 // Make sure _unreferenced() has been called.
49 "_unreferenced()\n");
54 // Suspend calling thread until _unreferenced() is called.
55 // Returns: true if _unreferenced() has been called.
57 // expires before _unreferenced() is called.
89 // Has _unreferenced() been called?
98 // Mark that _unreferenced() has been called.
111 testobj_impl::_unreferenced(unref_t cookie) function in class:testobj_impl
113 testobj_impl::_unreferenced(unref_t)
  /ohac/ohac/usr/src/common/cl/orbtest/orphan_fi/
testobj_impl.cc 39 // Make sure _unreferenced() has been called.
42 "_unreferenced()\n");
48 testobj_impl::_unreferenced(unref_t cookie) function in class:testobj_impl
50 testobj_impl::_unreferenced(unref_t)
  /ohac/ohac/usr/src/common/cl/orbtest/reconf_fi/
testobj_impl.cc 38 // Make sure _unreferenced() has been called.
41 "_unreferenced()\n");
47 testobj_impl::_unreferenced(unref_t cookie) function in class:testobj_impl
49 testobj_impl::_unreferenced(unref_t)
  /ohac/ohac/usr/src/common/cl/orbtest/types/
client_impl.cc 57 client_impl::_unreferenced(unref_t cookie) function in class:client_impl
59 client_impl::_unreferenced(unref_t)
server_impl.cc 148 server_impl::_unreferenced(unref_t cookie) function in class:server_impl
150 server_impl::_unreferenced(unref_t)
  /ohac/ohac/usr/src/common/cl/pxfs/client/
pxfs_llm_callback_impl.cc 56 pxfs_llm_callback_impl::_unreferenced(unref_t arg) function in class:pxfs_llm_callback_impl
  /ohac/ohac/usr/src/cmd/ifconfig/
ifconfig_proxy_impl.cc 61 ifconfig_server_impl::_unreferenced(unref_t cookie) function in class:ifconfig_server_impl
  /ohac/ohac/usr/src/common/cl/dc/server/
dc_mapper_impl.cc 89 dc_mapper_impl::_unreferenced(unref_t arg) function in class:dc_mapper_impl
92 ("dc_mapper_impl::_unreferenced(%d).\n", arg));
100 ("_unreferenced(%p): deleted mapper.\n", this));
136 ("_unreferenced(%p): couldn't get service "
166 ("_unreferenced(%p): found more mapper "
177 ("_unreferenced(%p): deleted mapper.\n", this));
  /ohac/ohac/usr/src/common/cl/orbtest/ref_stress/
testobj_impl.cc 44 // _unreferenced() has been called.
48 "_unreferenced()\n", name());
76 testobj_impl::_unreferenced(unref_t cookie) function in class:testobj_impl
93 // Make sure delivery of _unreferenced() calls goes in the order of
103 // That is, the _unreferenced() call for the 2nd incarnation shouldn't
  /ohac/ohac/usr/src/common/cl/orbtest/test_kproxy/
test_kproxy_impl.cc 57 test_kproxy_impl::_unreferenced(unref_t cookie) function in class:test_kproxy_impl
59 test_kproxy_impl::_unreferenced(unref_t)

Completed in 1250 milliseconds

1 2 3 4 5 6