Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mpathadm/
H A Dmpathadm.h77 boolean_t getPathOid(cmdOptions_t *options, MP_OID *pPathOid);
H A Dmpathadm.c2226 if (B_FALSE == getPathOid(options, &pathOid)) { in enablePath()
2310 if (B_FALSE == getPathOid(options, &pathOid)) { in disablePath()
2406 if (B_FALSE == getPathOid(options, &pathOid)) { in overridePath()
2446 getPathOid(cmdOptions_t *options, MP_OID *pPathOid) in getPathOid() function