Lines Matching full:props
115 be_get_dataset_props(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_props() argument
122 data.list = props; in be_get_dataset_props()
135 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_snapshots() argument
142 data.list = props; in be_get_dataset_snapshots()
164 nvlist_t *props; in prop_list_builder_cb() local
177 props = data->list; in prop_list_builder_cb()
179 nvlist_alloc(&props, NV_UNIQUE_NAME, KM_SLEEP); in prop_list_builder_cb()
182 nvlist_add_string(props, "dataset", dataset); in prop_list_builder_cb()
186 nvlist_add_boolean_value(props, "bootonce", true); in prop_list_builder_cb()
189 nvlist_add_string(props, "name", name); in prop_list_builder_cb()
194 nvlist_add_string(props, "mounted", mountpoint); in prop_list_builder_cb()
198 nvlist_add_string(props, "mountpoint", buf); in prop_list_builder_cb()
202 nvlist_add_string(props, "origin", buf); in prop_list_builder_cb()
206 nvlist_add_string(props, "creation", buf); in prop_list_builder_cb()
208 nvlist_add_boolean_value(props, "active", in prop_list_builder_cb()
213 nvlist_add_string(props, "used", buf); in prop_list_builder_cb()
217 nvlist_add_string(props, "usedds", buf); in prop_list_builder_cb()
221 nvlist_add_string(props, "usedsnap", buf); in prop_list_builder_cb()
225 nvlist_add_string(props, "usedrefreserv", buf); in prop_list_builder_cb()
229 nvlist_add_string(props, "referenced", buf); in prop_list_builder_cb()
231 nvlist_add_boolean_value(props, "nextboot", in prop_list_builder_cb()
235 nvlist_add_nvlist(data->list, name, props); in prop_list_builder_cb()