Lines Matching defs:spec
339 const char *name, zprop_spec_t spec, avl_tree_t *sublists_examined,
346 boolean_t sublist = (spec == ZPROP_SUBLIST ||
347 spec == ZPROP_PROPERTY_OR_SUBLIST);
348 boolean_t property = (spec != ZPROP_SUBLIST);
486 err = zprop_lookup_impl(table, default_sublists, buf, spec,
505 zprop_spec_t spec, zpropdef_node_t **xpp)
550 name, spec, &sublists_examined, &found);
570 zprop_lookup_node(zprop_table_t *table, const char *name, zprop_spec_t spec,
573 int err = zprop_lookup_node_impl(table, name, spec, xpp);
603 spec, xpp);
613 zprop_lookup_spec(zprop_table_t *table, const char *name, zprop_spec_t spec,
619 err = zprop_lookup_node(table, name, spec, &found);
621 if (err == 0 && spec == ZPROP_EXTERNAL &&
625 if (err == 0 && spec == ZPROP_INTERNAL &&
1289 zfs_zprop_lookup(libzfs_handle_t *hdl, const char *name, zprop_spec_t spec,
1292 return (zprop_lookup_spec(&hdl->libzfs_props, name, spec, xpp));
1305 zprop_spec_t spec, const zpropdef_t **xpp)
1308 return (zprop_lookup_spec(table, name, spec, xpp));
1312 zprop_count(libzfs_handle_t *hdl, zfs_type_t type, zprop_spec_t spec)
1317 switch (spec) {
1341 zfs_zprop_count(libzfs_handle_t *hdl, zprop_spec_t spec)
1343 return (zprop_count(hdl, (ZFS_TYPE_DATASET | ZFS_TYPE_SHARE), spec));