Searched refs:disk_auth_clean (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.h110 extern char *disk_auth_clean(topo_mod_t *, const char *);
H A Ddisk_common.c315 disk_auth_clean(topo_mod_t *mod, const char *str) function
345 mfg = disk_auth_clean(mod, dnode->ddn_mfg);
346 model = disk_auth_clean(mod, dnode->ddn_model);
347 firm = disk_auth_clean(mod, dnode->ddn_firm);
348 serial = disk_auth_clean(mod, dnode->ddn_serial);
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c2799 if ((manufacturer = disk_auth_clean(mod, raw_manufacturer)) == NULL ||
2800 (model = disk_auth_clean(mod, raw_model)) == NULL ||
2801 (revision = disk_auth_clean(mod, raw_revision)) == NULL) {
H A Dses_facility.c929 if ((name = disk_auth_clean(mod, rawname)) == NULL)

Completed in 74 milliseconds