Lines Matching refs:hd

191 mnt_register(rcm_handle_t *hd)  in mnt_register()  argument
193 assert(hd != NULL); in mnt_register()
200 if (cache_sync(hd, &mnt_cache) < 0) { in mnt_register()
223 mnt_unregister(rcm_handle_t *hd) in mnt_unregister() argument
228 assert(hd != NULL); in mnt_unregister()
239 unregister_rsrc(hd, entry->special); in mnt_unregister()
263 mnt_offline(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flags, in mnt_offline() argument
271 assert(hd != NULL); in mnt_offline()
340 mnt_online(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **errorp, in mnt_online() argument
343 assert(hd != NULL); in mnt_online()
360 mnt_getinfo(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **usagep, in mnt_getinfo() argument
366 assert(hd != NULL); in mnt_getinfo()
394 if ((rv = rcm_get_info_list(hd, dependents, flag, in mnt_getinfo()
414 mnt_suspend(rcm_handle_t *hd, char *rsrc, id_t id, timespec_t *interval, in mnt_suspend() argument
420 assert(hd != NULL); in mnt_suspend()
442 if ((rv = rcm_request_suspend_list(hd, dependents, flag, in mnt_suspend()
458 mnt_resume(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **errorp, in mnt_resume() argument
464 assert(hd != NULL); in mnt_resume()
479 if ((rv = rcm_notify_resume_list(hd, dependents, flag, in mnt_resume()
653 mnt_remove(rcm_handle_t *hd, char *rsrc, id_t id, uint_t flag, char **errorp, in mnt_remove() argument
656 assert(hd != NULL); in mnt_remove()
860 cache_sync(rcm_handle_t *hd, cache_t **cachep) in cache_sync() argument
869 if ((hd == NULL) || (cachep == NULL)) { in cache_sync()
906 register_rsrc(hd, entry->special); in cache_sync()
927 unregister_rsrc(hd, entry->special); in cache_sync()
1102 register_rsrc(rcm_handle_t *hd, char *rsrc) in register_rsrc() argument
1105 if ((hd == NULL) || (rsrc == NULL)) in register_rsrc()
1113 if (rcm_register_interest(hd, rsrc, 0, NULL) != RCM_SUCCESS) { in register_rsrc()
1128 unregister_rsrc(rcm_handle_t *hd, char *rsrc) in unregister_rsrc() argument
1130 assert(hd != NULL); in unregister_rsrc()
1136 (void) rcm_unregister_interest(hd, rsrc, 0); in unregister_rsrc()