Home
last modified time | relevance | path

Searched refs:cur_be (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c261 be_node_list_t *cur_be; in count_widths() local
266 for (cur_be = be_nodes; cur_be != NULL; cur_be = cur_be->be_next_node) { in count_widths()
268 const char *be_name = cur_be->be_node_name; in count_widths()
269 const char *root_ds = cur_be->be_root_ds; in count_widths()
271 size_t node_name_len = strlen(cur_be->be_node_name); in count_widths()
272 size_t root_ds_len = strlen(cur_be->be_root_ds); in count_widths()
276 uint64_t used = cur_be->be_space_used; in count_widths()
279 if (cur_be->be_mntpt != NULL) in count_widths()
280 mntpt_len = strlen(cur_be->be_mntpt); in count_widths()
281 if (cur_be->be_policy_type != NULL) in count_widths()
[all …]
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_utils.c3723 be_node_list_t *cur_be = NULL; in be_get_auto_name() local
3769 for (cur_be = be_nodes; cur_be != NULL; cur_be = cur_be->be_next_node) { in be_get_auto_name()
3770 (void) strlcpy(cur_be_name, cur_be->be_node_name, in be_get_auto_name()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c3299 be_node_list_t *cur_be; in is_be() local
3323 for (cur_be = be_nodes; cur_be != NULL; in is_be()
3324 cur_be = cur_be->be_next_node) { in is_be()
3331 if (strcmp(ds_path, cur_be->be_root_ds) == 0) { in is_be()