Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmodctl.h343 #define MOD_UNBIND_OVERRIDE 0x01 /* fail unbind if in use */ macro
/titanic_41/usr/src/uts/common/os/
H A Dmodctl.c619 if (resid > 0 && ((mc.flags & MOD_UNBIND_OVERRIDE) == 0)) { in modctl_update_driver_aliases()
/titanic_41/usr/src/cmd/devfsadm/
H A Ddevfsadm.c712 mc.flags |= MOD_UNBIND_OVERRIDE; in parse_args()