HomeSort by relevance Sort by last modified time
    Searched defs:this_mount_client (Results 1 - 2 of 2) sorted by null

  /ohac/ohac/usr/src/common/cl/pxfs/mount/
mount_client_impl.h 245 static mount_client_impl *this_mount_client; member in class:mount_client_impl
mount_client_impl.cc 89 mount_client_impl *mount_client_impl::this_mount_client = NULL; member in class:mount_client_impl
126 // "this_mount_client".
157 ASSERT(this_mount_client != NULL);
173 this_mount_client->server = fs::mount_server::_narrow(obj);
198 ASSERT(this_mount_client != NULL);
201 this_mount_client->server));
212 ASSERT(this_mount_client != NULL);
213 return (this_mount_client->get_objref());
222 ASSERT(this_mount_client != NULL);
223 return (this_mount_client);
    [all...]

Completed in 60 milliseconds