Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libadm/common/
H A Ddevreserv.c801 char *srchalias; /* Device alias to search table with */ in unreserv() local
822 if (alias = devattr(device, DTAB_ALIAS)) srchalias = alias; in unreserv()
825 srchalias = device; in unreserv()
832 if (strcmp(srchalias, plk->lk_alias) == 0) in unreserv()