Lines Matching defs:string
39 #include <string.h>
71 /* string properties */
80 PROP_DEFAULT, ZFS_TYPE_POOL, "<comment-string>", "COMMENT",
266 zpool_prop_string_to_index(zpool_prop_t prop, const char *string,
269 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_POOL));
274 const char **string)
276 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_POOL));
331 /* string properties */
333 PROP_DEFAULT, ZFS_TYPE_VDEV, "<comment-string>", "COMMENT",
551 vdev_prop_string_to_index(vdev_prop_t prop, const char *string,
554 return (zprop_string_to_index(prop, string, index, ZFS_TYPE_VDEV));
559 const char **string)
561 return (zprop_index_to_string(prop, index, string, ZFS_TYPE_VDEV));