Searched refs:drv_path (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | hot.c | 79 g_dev_start(char *drv_path, int verbose) in g_dev_start() argument 83 if ((drv_path != NULL) && (*drv_path != '\0')) { in g_dev_start() 84 if (status = g_start(drv_path)) { in g_dev_start() 105 g_dev_stop(char *drv_path, struct wwn_list_struct *wwn_list, in g_dev_stop() argument 115 if ((drv_path == NULL) || (*drv_path == '\0')) { in g_dev_stop() 118 if ((status = g_stop(drv_path, 0)) != 0) { in g_dev_stop() 126 if ((phys_path = g_get_physical_name(drv_path)) in g_dev_stop()
|
/illumos-gate/usr/src/cmd/modload/ |
H A D | add_drv.c | 492 module_not_found(char *drv_name, char *drv_path, int drv_path_size, in module_not_found() argument 528 if (strlcpy(drv_path, foundpath, drv_path_size) in module_not_found() 911 correct_location(char *drv_path, char **drvelf_desc, int *drvelf_type_ptr) in correct_location() argument 917 (void) strcpy(copy_drv_path, drv_path); in correct_location() 919 if (elf_type(drv_path, drvelf_desc, drvelf_type_ptr) == ERROR) { in correct_location() 930 *drvelf_desc, drv_path); in correct_location() 936 *drvelf_desc, drv_path); in correct_location()
|