Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c98 static int get_affected_clients(rcm_handle_t *, char *, int, int, char ***);
303 if (get_affected_clients(hdl, rsrc, CMD_GETINFO, flags, in mpxio_getinfo()
361 if (get_affected_clients(hdl, rsrc, CMD_OFFLINE, flags, &clients) < 0) { in mpxio_offline()
394 if (get_affected_clients(hdl, rsrc, CMD_ONLINE, flags, &clients) < 0) { in mpxio_online()
427 if (get_affected_clients(hdl, rsrc, CMD_REMOVE, flags, &clients) < 0) { in mpxio_remove()
465 get_affected_clients(rcm_handle_t *hdl, char *rsrc, int cmd, int flags, in get_affected_clients() function