Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/file-locking/
H A Druntests.c85 static short cmds64[3] = { variable
627 for (i = 0; i < sizeof (cmds64) / sizeof (short); i++) { in flock_runtests()
628 flock_test_invalid64(&flock_fileA, cmds64[i], F_WRLCK, 1, 0, 0); in flock_runtests()
629 flock_test_invalid64(&flock_fileA, cmds64[i], F_WRLCK, 0, 1, 0); in flock_runtests()
630 flock_test_invalid64(&flock_fileA, cmds64[i], F_WRLCK, 0, 0, 1); in flock_runtests()