Lines Matching refs:props

94 be_get_dataset_props(libbe_handle_t *lbh, const char *name, nvlist_t *props)  in be_get_dataset_props()  argument
101 data.list = props; in be_get_dataset_props()
114 be_get_dataset_snapshots(libbe_handle_t *lbh, const char *name, nvlist_t *props) in be_get_dataset_snapshots() argument
121 data.list = props; in be_get_dataset_snapshots()
143 nvlist_t *props; in prop_list_builder_cb() local
156 props = data->list; in prop_list_builder_cb()
158 nvlist_alloc(&props, NV_UNIQUE_NAME, KM_SLEEP); in prop_list_builder_cb()
161 nvlist_add_string(props, "dataset", dataset); in prop_list_builder_cb()
165 nvlist_add_boolean_value(props, "bootonce", true); in prop_list_builder_cb()
168 nvlist_add_string(props, "name", name); in prop_list_builder_cb()
173 nvlist_add_string(props, "mounted", mountpoint); in prop_list_builder_cb()
177 nvlist_add_string(props, "mountpoint", buf); in prop_list_builder_cb()
181 nvlist_add_string(props, "origin", buf); in prop_list_builder_cb()
185 nvlist_add_string(props, "creation", buf); in prop_list_builder_cb()
187 nvlist_add_boolean_value(props, "active", in prop_list_builder_cb()
192 nvlist_add_string(props, "used", buf); in prop_list_builder_cb()
196 nvlist_add_string(props, "usedds", buf); in prop_list_builder_cb()
200 nvlist_add_string(props, "usedsnap", buf); in prop_list_builder_cb()
204 nvlist_add_string(props, "usedrefreserv", buf); in prop_list_builder_cb()
208 nvlist_add_string(props, "referenced", buf); in prop_list_builder_cb()
210 nvlist_add_boolean_value(props, "nextboot", in prop_list_builder_cb()
214 nvlist_add_nvlist(data->list, name, props); in prop_list_builder_cb()