Searched refs:be_node_list_t (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libbe/common/ |
H A D | be_list.c | 55 be_node_list_t *be_nodes_head; 56 be_node_list_t *be_nodes; 67 static int be_get_node_data(zfs_handle_t *, be_node_list_t *, char *, 69 static int be_get_zone_node_data(be_node_list_t *, char *); 71 be_node_list_t *); 73 be_node_list_t *); 74 static int be_sort_list(be_node_list_t **, 120 be_list(char *be_name, be_node_list_t **be_nodes, uint64_t flags) in be_list() 159 be_sort(be_node_list_t **be_nodes, int order) in be_sort() 217 _be_list(char *be_name, be_node_list_t **be_nodes, uint64_t flags) in _be_list() [all …]
|
H A D | libbe.h | 194 } be_node_list_t; typedef 254 int be_list(char *, be_node_list_t **, uint64_t); 255 void be_free_list(be_node_list_t *); 258 int be_sort(be_node_list_t **, int);
|
H A D | libbe_priv.h | 151 int _be_list(char *, be_node_list_t **, uint64_t); 152 int be_get_zone_be_list(char *, char *, be_node_list_t **);
|
H A D | be_activate.c | 56 static int set_canmount(be_node_list_t *, char *); 222 be_node_list_t *be_nodes = NULL; in _be_activate() 441 be_node_list_t *be_node = NULL; in be_is_active_on_boot() 524 set_canmount(be_node_list_t *be_nodes, char *value) in set_canmount() 528 be_node_list_t *list = be_nodes; in set_canmount()
|
H A D | be_utils.c | 3420 be_node_list_t *be_nodes = NULL; in be_get_auto_name() 3421 be_node_list_t *cur_be = NULL; in be_get_auto_name() 3668 be_node_list_t *be_nodes = NULL; in be_create_menu()
|
/titanic_50/usr/src/cmd/beadm/ |
H A D | beadm.c | 257 count_widths(enum be_fmt be_fmt, struct hdr_info *hdr, be_node_list_t *be_nodes) in count_widths() 262 be_node_list_t *cur_be; in count_widths() 339 be_node_list_t *nodes) in print_be_nodes() 343 be_node_list_t *cur_be; in print_be_nodes() 404 print_be_snapshots(be_node_list_t *be, struct hdr_info *hdr, boolean_t parsable) in print_be_snapshots() 467 struct hdr_info *hdr, be_node_list_t *nodes) in print_fmt_nodes() 471 be_node_list_t *cur_be; in print_fmt_nodes() 528 boolean_t parsable, be_node_list_t *be_nodes) in print_nodes() 1059 be_node_list_t *be_nodes = NULL; in be_do_list()
|
/titanic_50/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 64 static boolean_t convertBEInfoToDictionary(be_node_list_t *be, 295 be_node_list_t *list = NULL; 296 be_node_list_t *be = NULL; 837 convertBEInfoToDictionary(be_node_list_t *be, PyObject **listDict)
|
/titanic_50/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 1047 be_node_list_t *be_nodes, *node; in install_bootloader() 3226 be_node_list_t *be_nodes = NULL; in is_be() 3227 be_node_list_t *cur_be; in is_be()
|