Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_util.c951 pl->pl_recvd_width > cbp->cb_colwidths[GET_COL_RECVD]) in zprop_print_headers()
952 cbp->cb_colwidths[GET_COL_RECVD] = pl->pl_recvd_width; in zprop_print_headers()
HDlibzfs.h465 size_t pl_recvd_width; member
HDlibzfs_dataset.c4223 if (strlen(buf) > entry->pl_recvd_width) in zfs_expand_proplist()
4224 entry->pl_recvd_width = strlen(buf); in zfs_expand_proplist()
4236 if (strlen(buf) > entry->pl_recvd_width) in zfs_expand_proplist()
4237 entry->pl_recvd_width = strlen(buf); in zfs_expand_proplist()