Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Duser_ns_exec.c41 char sync_buf; in child_main() local
58 if (read(sync_pipe, &sync_buf, 1) != 1) { in child_main()
117 char sync_buf; in main() local
147 if (read(syncfd[0], &sync_buf, 1) != 1) { in main()