HomeSort by: relevance | last modified time | path
    Searched defs:controlfd (Results 1 - 2 of 2) sorted by relevancy

  /src/regress/sys/fs/lfs/9994/
9994_f.c 61 int testfd, controlfd; local in function:main
125 controlfd = open(buf, O_RDWR | O_CREAT, 0644);
126 if (controlfd < 0) {
145 if (lseek(controlfd, k, SEEK_SET) < 0) {
157 if (read(controlfd, buf, bsize) < 0) {
167 if (write(controlfd, hoge, bsize) < 0) {
177 if (ftruncate(controlfd, k) < 0) {
9994_f.c 61 int testfd, controlfd; local in function:main
125 controlfd = open(buf, O_RDWR | O_CREAT, 0644);
126 if (controlfd < 0) {
145 if (lseek(controlfd, k, SEEK_SET) < 0) {
157 if (read(controlfd, buf, bsize) < 0) {
167 if (write(controlfd, hoge, bsize) < 0) {
177 if (ftruncate(controlfd, k) < 0) {

Completed in 108 milliseconds