Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c874 pl->pl_recvd_width > cbp->cb_colwidths[GET_COL_RECVD]) in zprop_print_headers()
875 cbp->cb_colwidths[GET_COL_RECVD] = pl->pl_recvd_width; in zprop_print_headers()
H A Dlibzfs.h461 size_t pl_recvd_width; member
H A Dlibzfs_dataset.c4234 if (strlen(buf) > entry->pl_recvd_width) in zfs_expand_proplist()
4235 entry->pl_recvd_width = strlen(buf); in zfs_expand_proplist()
4247 if (strlen(buf) > entry->pl_recvd_width) in zfs_expand_proplist()
4248 entry->pl_recvd_width = strlen(buf); in zfs_expand_proplist()