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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dutil.h32 LSTYLE_LAST enumerator in enum:lock_style
H A Dutil.c104 return (LSTYLE_LAST);
H A Druntests.c565 for (first = (lock_style_t)0; first < LSTYLE_LAST; first++) {
566 for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) {
575 for (first = (lock_style_t)0; first < LSTYLE_LAST; first++) {
576 for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) {

Completed in 58 milliseconds