Searched defs:deviceProperty (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mpathadm/
H A Dmpathadm.c1064 * deviceProperty - string from properties
1065 * sizeToCompare - size of deviceProperty
1073 compareLUName(MP_CHAR *cmpString, MP_CHAR *deviceProperty) argument
1080 if (0 == strcmp(cmpString, deviceProperty)) {
1092 ((fd2 = open(deviceProperty, O_RDONLY|O_NDELAY)) >= 0) &&

Completed in 50 milliseconds