Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/smartpqi/
H A Dsmartpqi.c38 #define INVALID_OPT_VAL ((uintptr_t)(-1)) macro
554 uintptr_t device = INVALID_OPT_VAL; in pqi_getopts()
556 *cntlr = INVALID_OPT_VAL; in pqi_getopts()
564 if (*cntlr == INVALID_OPT_VAL) { in pqi_getopts()
578 uintptr_t instance = INVALID_OPT_VAL; in smartpqi()