Searched refs:HW_GRANTED (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c141 enum hwlock_status { HW_GRANTED = 0, HW_GRANTED_DUPLICATE, enumerator in enum:hwlock_status
1074 return (HW_GRANTED);
1132 return (HW_GRANTED);
1172 debuglog("Exiting unlock_hwlock (HW_GRANTED)\n");
1173 return (HW_GRANTED);
1389 case HW_GRANTED:
1524 if (lhwstatus != HW_GRANTED &&
1533 if (lhwstatus != HW_GRANTED &&
1550 case HW_GRANTED:

Completed in 85 milliseconds