Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_file.c59 test_fd(int fd, char *tag) in test_fd() function
130 test_fd(fd, "temporary file"); in main()
140 test_fd(fd, "anon file"); in main()
/illumos-gate/usr/src/cmd/bart/
H A Dcompare.c104 FILE *control_fd, *test_fd; in compare_manifests() local
121 test_fd = fopen(test, "r"); in compare_manifests()
122 if (test_fd == NULL) { in compare_manifests()
129 test_pos = read_manifest_line(test_fd, test_buf, BUF_SIZE, 0, in compare_manifests()
139 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
163 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
172 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
213 test_pos = read_manifest_line(test_fd, test_buf, in compare_manifests()
218 (void) fclose(test_fd); in compare_manifests()