Lines Matching defs:propbuf
1196 char propbuf[ZFS_MAXPROPLEN];
1221 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf,
1222 sizeof (propbuf), &srctype, source,
1248 char propbuf[ZFS_MAXPROPLEN];
1266 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf),
1267 NULL, NULL, 0, 0) != 0 || strcmp(propbuf, "legacy") != 0) {
1363 char propbuf[ZFS_MAXPROPLEN];
1372 if (zfs_prop_get(zhp, ZFS_PROP_MOUNTPOINT, propbuf, sizeof (propbuf),
1379 if (strcmp(propbuf, "legacy") != 0) {
1380 if ((*mountpoint = strdup(propbuf)) == NULL) {