Searched refs:get_affected_clients (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/rcm_daemon/common/ |
H A D | mpxio_rcm.c | 100 static int get_affected_clients(rcm_handle_t *, char *, int, int, char ***); 305 if (get_affected_clients(hdl, rsrc, CMD_GETINFO, flags, in mpxio_getinfo() 363 if (get_affected_clients(hdl, rsrc, CMD_OFFLINE, flags, &clients) < 0) { in mpxio_offline() 396 if (get_affected_clients(hdl, rsrc, CMD_ONLINE, flags, &clients) < 0) { in mpxio_online() 429 if (get_affected_clients(hdl, rsrc, CMD_REMOVE, flags, &clients) < 0) { in mpxio_remove() 467 get_affected_clients(rcm_handle_t *hdl, char *rsrc, int cmd, int flags, in get_affected_clients() function
|