Home
last modified time | relevance | path

Searched refs:be_prop_list_alloc (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sbin/bectl/
H A Dbectl_list.c86 if (be_prop_list_alloc(originprops) != 0) { in get_origin_props()
134 if (be_prop_list_alloc(&dsprops) != 0) { in dataset_space()
159 if (be_prop_list_alloc(&props) != 0) { in print_snapshots()
456 if (be_prop_list_alloc(&props) != 0) { in bectl_cmd_list()
H A Dbectl_jail.c423 if (be_prop_list_alloc(&belist) != 0) in bectl_locate_jail()
H A Dbectl.c381 if (be_prop_list_alloc(&props) != 0) in bectl_cmd_destroy()
/freebsd-12.1/lib/libbe/
H A Dbe.h80 int be_prop_list_alloc(nvlist_t **be_list);
H A Dbe_info.c265 be_prop_list_alloc(nvlist_t **be_list) in be_prop_list_alloc() function
H A Dbe.c1079 if (be_prop_list_alloc(&dsprops) != 0) in be_activate()