Home
last modified time | relevance | path

Searched refs:HSP_TYPE_GLOBAL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h131 #define HSP_TYPE_GLOBAL 0 macro
H A Draidcfg.c3009 attr->type = HSP_TYPE_GLOBAL; in obj_hsp_get_attr()
3715 if (((hsp_attr->type == HSP_TYPE_GLOBAL) && in obj_hsp_bind()
3822 if (hsp_attr->type == HSP_TYPE_GLOBAL) { in obj_hsp_unbind()
3833 hsp_attr->type == HSP_TYPE_GLOBAL) in obj_hsp_unbind()
3838 } else if (hsp_attr->type != HSP_TYPE_GLOBAL) { in obj_hsp_unbind()
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c2322 } else if (hsp_attr.type == HSP_TYPE_GLOBAL) { in print_disk_attr()