Searched defs:drv_path (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c79 g_dev_start(char *drv_path, int verbose) argument
83 if ((drv_path != NULL) && (*drv_path != '\0')) {
84 if (status = g_start(drv_path)) {
105 g_dev_stop(char *drv_path, struct wwn_list_struct *wwn_list, argument
115 if ((drv_path == NULL) || (*drv_path == '\0')) {
118 if ((status = g_stop(drv_path, 0)) != 0) {
126 if ((phys_path = g_get_physical_name(drv_path))
/illumos-gate/usr/src/cmd/modload/
H A Dadd_drv.c487 * from modctl) and returns a string (in drv_path) representing the path
492 module_not_found(char *drv_name, char *drv_path, int drv_path_size, argument
528 if (strlcpy(drv_path, foundpath, drv_path_size)
911 correct_location(char *drv_path, char **drvelf_desc, int *drvelf_type_ptr) argument
917 (void) strcpy(copy_drv_path, drv_path);
919 if (elf_type(drv_path, drvelf_desc, drvelf_type_ptr) == ERROR) {
930 *drvelf_desc, drv_path);
936 *drvelf_desc, drv_path);

Completed in 67 milliseconds