Searched refs:strfree (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dstring.h37 void strfree(char *);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_string.c79 * with strfree().
102 strfree(char *str) function
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_prop.c154 strfree(inheritstr);
155 strfree(recvdstr);
194 strfree(inheritstr);
205 strfree(recvdstr);
265 strfree((char *)pr->pr_propname);
428 strfree(recvdstr);
719 strfree(inheritstr);
720 strfree(recvdstr);
987 strfree(valstr);
H A Dzcp_get.c641 * 'domain' must be free'd by caller using strfree()
668 strfree(domain_val);
716 strfree(domain);
H A Ddsl_userhold.c387 strfree(errtag);
H A Dspa_history.c540 strfree(msg);
H A Ddmu_objset.c1209 strfree(longsnap);
2277 strfree(child);
2315 strfree(child);
H A Dzfs_ioctl.c3516 strfree(poolname);
5507 strfree(snap_name);
5508 strfree(hold_name);
6882 strfree(s);
6886 strfree(saved_poolname);
7017 strfree(poolname);
H A Ddsl_pool.c1226 strfree(name);
H A Ddsl_dataset.c1887 * be freed with strfree().
1968 * dataset's child. It should be freed with strfree().
2002 strfree(childval);
2004 strfree(propval);
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h618 #define strfree(str) kmem_free((str), strlen(str) + 1) macro
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c2485 strfree(name);

Completed in 239 milliseconds