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

/freebsd-9.3-release/tools/regression/file/flock/
H A Dflock.c1406 struct flock tc_fl; member in struct:test_ctx
1416 error = fcntl(tc->tc_fd, F_SETLKW, &tc->tc_fl);
1447 tc.tc_fl.l_start = 0;
1448 tc.tc_fl.l_len = 0;
1449 tc.tc_fl.l_type = F_WRLCK;
1450 tc.tc_fl.l_whence = SEEK_SET;
1462 if (fcntl(fd, F_SETLK, &tc.tc_fl) < 0)

Completed in 61 milliseconds