Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_create.c2400 int srpipe[2]; in be_send_fs_callback() local
2439 if (pipe(srpipe) != 0) { in be_send_fs_callback()
2453 (void) close(srpipe[0]); in be_send_fs_callback()
2454 (void) close(srpipe[1]); in be_send_fs_callback()
2458 (void) close(srpipe[0]); in be_send_fs_callback()
2462 srpipe[1], NULL, NULL, NULL) != 0) { in be_send_fs_callback()
2470 (void) close(srpipe[1]); in be_send_fs_callback()
2473 if (zfs_receive(g_zfs, clone_ds, NULL, &flags, srpipe[0], NULL) != 0) { in be_send_fs_callback()
2477 (void) close(srpipe[0]); in be_send_fs_callback()