Searched refs:be_node_list_t (Results 1 – 9 of 9) sorted by relevance
| /titanic_53/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 256 int be_list(char *, be_node_list_t **, uint64_t); 257 void be_free_list(be_node_list_t *); 260 int be_sort(be_node_list_t **, int);
|
| H A D | libbe_priv.h | 155 int _be_list(char *, be_node_list_t **, uint64_t); 156 int be_get_zone_be_list(char *, char *, be_node_list_t **);
|
| H A D | be_activate.c | 57 static int set_canmount(be_node_list_t *, char *); 223 be_node_list_t *be_nodes = NULL; in _be_activate() 442 be_node_list_t *be_node = NULL; in be_is_active_on_boot() 525 set_canmount(be_node_list_t *be_nodes, char *value) in set_canmount() 529 be_node_list_t *list = be_nodes; in set_canmount()
|
| H A D | be_utils.c | 114 be_node_list_t *node, *be_nodes = NULL; in be_get_boot_args() 3641 be_node_list_t *be_nodes = NULL; in be_get_auto_name() 3642 be_node_list_t *cur_be = NULL; in be_get_auto_name() 3889 be_node_list_t *be_nodes = NULL; in be_create_menu()
|
| /titanic_53/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_53/usr/src/cmd/boot/bootadm/ |
| H A D | bootadm_loader.c | 252 menu_active_on_boot(be_node_list_t *be_nodes, const char *bootfs) in menu_active_on_boot() 254 be_node_list_t *be_node; in menu_active_on_boot() 272 be_node_list_t *be_nodes; in menu_read() 704 be_node_list_t *be_node, *be_nodes = NULL; in bam_mount_be() 1027 be_node_list_t *be_nodes, *be_node; in update_entry() 1181 be_node_list_t *be_nodes, *be_node = NULL; in list_setting()
|
| H A D | bootadm.c | 1049 be_node_list_t *be_nodes, *node; in install_bootloader() 3301 be_node_list_t *be_nodes = NULL; in is_be() 3302 be_node_list_t *cur_be; in is_be()
|
| /titanic_53/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)
|