Home
last modified time | relevance | path

Searched refs:LSTYLE_POSIX (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Dutil.c97 return (LSTYLE_POSIX); in flock_styleenum()
112 case LSTYLE_POSIX: in flock_stylestr()
128 case LSTYLE_POSIX: in flock_stylename()
H A Dutil.h29 LSTYLE_POSIX, enumerator
H A Druntests.c457 assert_write_locked_by(lock1, styleA == LSTYLE_POSIX ? pidA : -1); in flock_test_exclusive()
472 assert_write_locked_by(lock1, styleB == LSTYLE_POSIX ? pidB : -1); in flock_test_exclusive()
507 assert_read_locked_by(lock1, styleA == LSTYLE_POSIX ? pidA : -1); in flock_test_shared()
519 assert_read_locked_by(lock1, styleB == LSTYLE_POSIX ? pidB : -1); in flock_test_shared()
H A Dacquire-lock.c112 case LSTYLE_POSIX: in acq_run()