Searched refs:bootdev_trans (Results 1 – 2 of 2) sorted by relevance
962 bootdev_array[i]->bootdev_trans[0] = strdup(ret_buf); in process_bootdev()1194 free(bootdev_array[i]->bootdev_trans[0]); in devfs_phys_to_logical()1195 free(bootdev_array[i]->bootdev_trans); in devfs_phys_to_logical()1196 bootdev_array[i]->bootdev_trans = dev_name_array; in devfs_phys_to_logical()1241 if (bootdev_list[i]->bootdev_trans[0] == NULL) { in check_logical_dev()1248 physdev = bootdev_list[i]->bootdev_trans[0]; in check_logical_dev()1287 while (array[i]->bootdev_trans[j] != NULL) { in devfs_bootdev_free_list()1288 free(array[i]->bootdev_trans[j++]); in devfs_bootdev_free_list()1290 free(array[i]->bootdev_trans); in devfs_bootdev_free_list()1317 if ((entry->bootdev_trans = (char **)calloc(2, sizeof (char *))) in alloc_bootdev()
79 char **bootdev_trans; /* 0 or more logical dev translations */ member