Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmodctl.h266 #define MODRETIRE 40 macro
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c800 if (modctl(MODRETIRE, devpath, constraint, clen) != 0) { in di_retire_device()
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2603 case MODRETIRE: /* retire device named by physpath a1 */ in modctl()