Home
last modified time | relevance | path

Searched refs:dmap_devtype (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Dgetdment.c273 if (dmap->dmap_devtype != NULL && in getdmaptype()
274 strcmp(type, dmap->dmap_devtype) == 0) { in getdmaptype()
378 if ((dmap->dmap_devtype == NULL) || (type == NULL)) in dmap_matchtype()
381 return ((strcmp(dmap->dmap_devtype, type) == 0)); in dmap_matchtype()
574 dm->dmap_devtype = getdadmfield(NULL, KV_TOKEN_DELIMIT); in dmap_interpretf()
578 dm->dmap_devtype == NULL || in dmap_interpretf()
H A Ddevices.h60 char *dmap_devtype; member
H A Ddevalloc.c346 dmp->dmap_devtype, sep); in _dmap2str()
770 devmapp->dmap_devtype); in _rebuild_lists()
/illumos-gate/usr/src/cmd/allocate/
H A Ddminfo.c65 (void) printf("%s:", dmapp->dmap_devtype);
221 if ((dmap.dmap_devtype = getdmapfield(NULL)) == in main()
346 cntr += strlen(dmap.dmap_devtype); in main()
355 (void) strcat(tptr, dmap.dmap_devtype); in main()
H A Dallocate3.c255 (void) printf("type=%s%s", dm->dmap_devtype, KV_DELIMITER); in print_dev_attrs()
291 (void) printf(gettext("type: %s "), dm->dmap_devtype); in print_dev()