Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c2485 int srpipe[2]; in be_send_fs_callback() local
2524 if (pipe(srpipe) != 0) { in be_send_fs_callback()
2538 (void) close(srpipe[0]); in be_send_fs_callback()
2539 (void) close(srpipe[1]); in be_send_fs_callback()
2543 (void) close(srpipe[0]); in be_send_fs_callback()
2547 srpipe[1], NULL, NULL, NULL) != 0) { in be_send_fs_callback()
2555 (void) close(srpipe[1]); in be_send_fs_callback()
2558 if (zfs_receive(g_zfs, clone_ds, NULL, &flags, srpipe[0], NULL) != 0) { in be_send_fs_callback()
2562 (void) close(srpipe[0]); in be_send_fs_callback()