Searched refs:guid_to_name (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_sendrecv.c | 75 static int guid_to_name(libzfs_handle_t *, const char *, 1655 if (guid_to_name(hdl, toname, toguid, B_FALSE, name) != 0) { in zfs_send_resume() 1675 if (guid_to_name(hdl, toname, fromguid, B_TRUE, name) != 0) { in zfs_send_resume() 2370 guid_to_name(libzfs_handle_t *hdl, const char *parent, uint64_t guid, in guid_to_name() function 3288 if (guid_to_name(hdl, zc.zc_value, in zfs_receive_one() 3323 if (guid_to_name(hdl, zc.zc_name, parent_snapguid, in zfs_receive_one() 3357 if (guid_to_name(hdl, zc.zc_name, drrb->drr_fromguid, in zfs_receive_one()
|