Searched refs:controller_id_to_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c275 static int controller_id_to_path(uint32_t, char *);
2248 if (controller_id_to_path(controller_id, path) == SUCCESS)
2290 if (controller_id_to_path(controller_id, path) == SUCCESS) {
4417 controller_id_to_path(uint32_t controller_id, char *path) function
4458 ret = controller_id_to_path(controller_id, buf);

Completed in 65 milliseconds