Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.h107 char *ddn_lpath; /* logical path (public /dev name) */ member
H A Ddisk_common.c209 if (dnode->ddn_lpath != NULL && in disk_set_props()
212 dnode->ddn_lpath, &err) != 0) { in disk_set_props()
707 dnode->ddn_lpath = topo_mod_strdup(mod, ctds ? ctds + 1 : devpath); in disk_devlink_callback()
738 topo_mod_strfree(mod, dnode->ddn_lpath); in dev_di_node_free()
969 if (dnode->ddn_lpath == NULL) { in dev_di_node_add()