Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.h86 boolean_t compareLUName(MP_CHAR *cmpString, MP_CHAR *deviceFileName);
H A Dmpathadm.c1074 compareLUName(MP_CHAR *cmpString, MP_CHAR *deviceProperty) in compareLUName() argument
1081 if (0 == strcmp(cmpString, deviceProperty)) { in compareLUName()
1092 if (((fd1 = open(cmpString, O_RDONLY|O_NDELAY)) >= 0) && in compareLUName()