Lines Matching defs:propbuf
1197 char propbuf[ZFS_MAXPROPLEN];
1222 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf,
1223 sizeof (propbuf), &srctype, source,
1249 char propbuf[ZFS_MAXPROPLEN];
1267 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf),
1268 NULL, NULL, 0, 0) != 0 || strcmp(propbuf, "legacy") != 0) {
1364 char propbuf[ZFS_MAXPROPLEN];
1373 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf),
1380 if (strcmp(propbuf, "legacy") != 0) {
1381 if ((*mountpoint = strdup(propbuf)) == NULL) {