Searched refs:input_fd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.c | 786 boolean_t resumable, boolean_t raw, int input_fd, in recv_impl() argument 820 error = recv_read(input_fd, &drr, sizeof (drr)); in recv_impl() 863 fnvlist_add_int32(innvl, "input_fd", input_fd); in recv_impl() 920 zc.zc_cookie = input_fd; in recv_impl() 1030 int input_fd, const dmu_replay_record_t *begin_record, int cleanup_fd, in lzc_receive_one() argument 1035 resumable, raw, input_fd, begin_record, in lzc_receive_one() 1049 boolean_t force, boolean_t resumable, boolean_t raw, int input_fd, in lzc_receive_with_cmdprops() argument 1055 force, resumable, raw, input_fd, begin_record, in lzc_receive_with_cmdprops()
|
| H A D | libzfs_core.abi | 2789 <parameter type-id='95e97e5e' name='input_fd'/> 2808 <parameter type-id='95e97e5e' name='input_fd'/>
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 4843 boolean_t resumable, int input_fd, in zfs_ioc_recv_impl() argument 4864 if ((input_fp = zfs_file_get(input_fd)) == NULL) in zfs_ioc_recv_impl() 5287 int input_fd = -1; in zfs_ioc_recv_new() local 5310 input_fd = fnvlist_lookup_int32(innvl, "input_fd"); in zfs_ioc_recv_new() 5329 hidden_args, force, resumable, input_fd, begin_record, in zfs_ioc_recv_new()
|