Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/os/
H A Dbootdev.c89 i_convert_boot_device_name(char *cur_path, char *new_path, size_t *len) in i_convert_boot_device_name() argument
92 (void) snprintf(new_path, *len, "%s", cur_path); in i_convert_boot_device_name()
95 *len = strlen(cur_path) + 1; in i_convert_boot_device_name()
97 (void) snprintf(new_path, *len, "%s", cur_path); in i_convert_boot_device_name()
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootdev.c479 i_convert_boot_device_name(char *cur_path, char *new_path, size_t *len) in i_convert_boot_device_name() argument
484 ASSERT(cur_path != NULL && len != NULL); in i_convert_boot_device_name()
492 if ((ptr = strchr(cur_path, ' ')) != NULL) in i_convert_boot_device_name()
495 rval = i_devname_to_promname(cur_path, new_path, *len); in i_convert_boot_device_name()
506 (void) snprintf(new_path, *len, "%s", cur_path); in i_convert_boot_device_name()