Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/user_ns_exec/
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()
118 char sync_buf; in main() local
148 if (read(syncfd[0], &sync_buf, 1) != 1) { in main()