Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pathchk/
H A Dpathchk.c187 char *ecomp; in checkpathname() local
268 ecomp = p; in checkpathname()
274 if ((nameMax != -1) && (ecomp - scomp > nameMax)) { in checkpathname()
286 fsdelim = *ecomp; in checkpathname()
287 *ecomp = '\0'; in checkpathname()
325 *ecomp = fsdelim; in checkpathname()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c806 free_all_ecomps(err_comp_t *ecomp) in free_all_ecomps() argument
810 while (ecomp != NULL) { in free_all_ecomps()
811 d = ecomp; in free_all_ecomps()
812 ecomp = ecomp->ec_next; in free_all_ecomps()