Searched refs:srpipe (Results 1 – 1 of 1) sorted by relevance
2400 int srpipe[2]; in be_send_fs_callback() local2439 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()