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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2951 /* we do mod_hold_by_modctl inline for speed */
2973 if (mod_hold_by_modctl(mp,
3720 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_NOT_HELD);
3974 mod_hold_by_modctl(struct modctl *mp, int f) function
4061 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_HELD);
4124 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_HELD);
4152 (void) mod_hold_by_modctl(mp, MOD_WAIT_FOREVER | MOD_LOCK_HELD);
4344 (void) mod_hold_by_modctl(mp,
4396 (void) mod_hold_by_modctl(req,

Completed in 54 milliseconds