Searched defs:guid_to_name (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c66 static int guid_to_name(libzfs_handle_t *, const char *,
1609 if (guid_to_name(hdl, toname, toguid, B_FALSE, name) != 0) {
1629 if (guid_to_name(hdl, toname, fromguid, B_TRUE, name) != 0) {
2291 guid_to_name(libzfs_handle_t *hdl, const char *parent, uint64_t guid, function
3173 if (guid_to_name(hdl, zc.zc_value,
3206 if (guid_to_name(hdl, zc.zc_name, parent_snapguid,
3233 if (guid_to_name(hdl, zc.zc_name, drrb->drr_fromguid,

Completed in 81 milliseconds