lock_style_t
acq_run(int fd, lock_style_t style, boolean_t is_exclusive)
lock_style_t style;
static void acq_run(int, lock_style_t, boolean_t);
flock_run(lock_style_t style, boolean_t is_exclusive, lockinfo_t *lf,
flock_test_exclusive(lock_style_t styleA, lock_style_t styleB,
flock_test_shared(lock_style_t styleA, lock_style_t styleB,
static void flock_run(lock_style_t, boolean_t, lockinfo_t *,
lock_style_t first, second;
for (first = (lock_style_t)0; first < LSTYLE_LAST; first++) {
for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) {
for (first = (lock_style_t)0; first < LSTYLE_LAST; first++) {
for (second = (lock_style_t)0; second < LSTYLE_LAST; second++) {
static void flock_test_exclusive(lock_style_t, lock_style_t,
static void flock_test_shared(lock_style_t, lock_style_t, lockinfo_t *,
flock_stylestr(lock_style_t style)
flock_stylename(lock_style_t style)
lock_style_t
extern char *flock_stylename(lock_style_t);
extern char *flock_stylestr(lock_style_t);
extern lock_style_t flock_styleenum(char *);