Lines Matching refs:subprop
2150 char subprop[ZFS_MAXPROPLEN]; in ndmpd_zfs_snapshot_prop_create() local
2157 subprop, ZFS_MAXPROPLEN, B_FALSE); in ndmpd_zfs_snapshot_prop_create()
2164 subprop); in ndmpd_zfs_snapshot_prop_create()
2168 if (strstr((const char *)propstr, (const char *)subprop)) { in ndmpd_zfs_snapshot_prop_create()
2170 subprop); in ndmpd_zfs_snapshot_prop_create()
2190 assert((strlen(propstr) + strlen(subprop) + 2) < ZFS_MAXPROPLEN); in ndmpd_zfs_snapshot_prop_create()
2193 (void) strlcat(propstr, subprop, ZFS_MAXPROPLEN); in ndmpd_zfs_snapshot_prop_create()
2200 char *subprop, int len, boolean_t prev_level) in ndmpd_zfs_prop_create_subprop() argument
2202 return (snprintf(subprop, len, "%d.%s.%c", in ndmpd_zfs_prop_create_subprop()
2338 char subprop[ZFS_MAXPROPLEN]; in ndmpd_zfs_snapname_create() local
2343 subprop, ZFS_MAXPROPLEN, B_FALSE); in ndmpd_zfs_snapname_create()
2349 subprop, in ndmpd_zfs_snapname_create()