Searched refs:_hsp_prefix (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/lvm/metassist/layout/ |
H A D | layout_svm_util.c | 55 static const char *_hsp_prefix = "hsp"; variable 1280 if (extract_index(name, _hsp_prefix, "%03d", &index)) { in reserve_hsp_name() 1334 if (name != NULL && extract_index(name, _hsp_prefix, "%d", &index)) { in release_hsp_name() 1337 _hsp_prefix, index); in release_hsp_name() 1496 (void) snprintf(*name, MAXNAMELEN-1, "%s%03d", _hsp_prefix, next); in get_next_hsp_name()
|