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

  /src/tests/lib/libc/kevent_nullmnt/
h_nullmnt.c 32 int watch_file, write_file; local in function:main
42 watch_file = open(argv[1], O_RDONLY);
43 if (watch_file == -1)
44 err(EXIT_FAILURE, "failed to open watch_file %s",
58 EV_SET(&eventlist, watch_file,
63 watch_file);
65 rsize = read(watch_file, &inbuf, sizeof(inbuf));

Completed in 15 milliseconds