Lines Matching refs:rsrcname
173 swap_getinfo(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, in swap_getinfo() argument
176 assert(rsrcname != NULL && infostr != NULL); in swap_getinfo()
179 if (cache_lookup(rsrcname) == NULL) { in swap_getinfo()
181 rsrcname); in swap_getinfo()
198 swap_suspend(rcm_handle_t *hdl, char *rsrcname, id_t id, timespec_t *interval, in swap_suspend() argument
204 assert(rsrcname != NULL && errstr != NULL); in swap_suspend()
210 if ((sf = cache_lookup(rsrcname)) == NULL) { in swap_suspend()
223 swap_resume(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, in swap_resume() argument
229 assert(rsrcname != NULL && errstr != NULL); in swap_resume()
232 if ((sf = cache_lookup(rsrcname)) == NULL) { in swap_resume()
249 swap_offline(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, in swap_offline() argument
255 assert(rsrcname != NULL && errstr != NULL); in swap_offline()
261 if ((sf = cache_lookup(rsrcname)) == NULL) { in swap_offline()
280 swap_online(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, in swap_online() argument
286 assert(rsrcname != NULL && errstr != NULL); in swap_online()
289 if ((sf = cache_lookup(rsrcname)) == NULL) { in swap_online()
302 swap_remove(rcm_handle_t *hdl, char *rsrcname, id_t id, uint_t flags, in swap_remove() argument
307 assert(rsrcname != NULL); in swap_remove()
310 if ((sf = cache_lookup(rsrcname)) == NULL) { in swap_remove()