Home
last modified time | relevance | path

Searched refs:be_policy_type (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c281 if (cur_be->be_policy_type != NULL) in count_widths()
282 policy_len = strlen(cur_be->be_policy_type); in count_widths()
392 cur_be->be_policy_type, in print_be_nodes()
401 hdr->cols[4].width, cur_be->be_policy_type, in print_be_nodes()
440 be->be_policy_type, in print_be_snapshots()
447 be->be_policy_type, in print_be_snapshots()
457 hdr->cols[4].width, be->be_policy_type, in print_be_snapshots()
463 hdr->cols[4].width, be->be_policy_type, in print_be_snapshots()
513 cur_be->be_policy_type, in print_fmt_nodes()
523 hdr->cols[4].width, cur_be->be_policy_type, in print_fmt_nodes()
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c340 free(temp_node->be_policy_type); in be_free_list()
1113 be_node->be_policy_type = strdup(be_default_policy()); in be_get_node_data()
1133 be_node->be_policy_type = in be_get_node_data()
1140 be_node->be_policy_type = in be_get_node_data()
1143 be_node->be_policy_type = strdup(prop_str); in be_get_node_data()
1242 strdup(node->be_policy_type); in be_get_ds_data()
1248 strdup(node->be_policy_type); in be_get_ds_data()
1256 = strdup(node->be_policy_type); in be_get_ds_data()
H A Dlibbe.h188 char *be_policy_type; /* cleanup policy type */ member
/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c905 if (be->be_policy_type != NULL) {
907 PyUnicode_FromString(be->be_policy_type)) != 0) {