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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dutil.h31 LSTYLE_FLOCK, enumerator in enum:lock_style
H A Dutil.c101 return (LSTYLE_FLOCK);
117 case LSTYLE_FLOCK:
134 case LSTYLE_FLOCK:
H A Dacquire-lock.c118 case LSTYLE_FLOCK:
152 boolean_t rdonly = style == LSTYLE_FLOCK || !is_exclusive;
H A Druntests.c371 flock_run(LSTYLE_FLOCK, B_FALSE, &flock_fileA, &pid, fds);
585 flock_test_exclusive(LSTYLE_FLOCK, LSTYLE_FLOCK,
587 flock_test_exclusive(LSTYLE_FLOCK, LSTYLE_FLOCK,
589 flock_test_shared(LSTYLE_FLOCK, LSTYLE_FLOCK,
591 flock_test_shared(LSTYLE_FLOCK, LSTYLE_FLOCK,

Completed in 60 milliseconds