Home
last modified time | relevance | path

Searched refs:rcm_handle_alloc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_subr.c45 static rcm_handle_t *rcm_handle_alloc(module_t *);
308 module->rcmhandle = rcm_handle_alloc(module); in module_load()
649 hdl = rcm_handle_alloc(client->module); in rsrc_client_action()
1806 rcm_handle_alloc(module_t *module) in rcm_handle_alloc() function