Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libbe/common/
H A Dbe_list.c829 if (p->be_node_creation > q->be_node_creation) in be_qsort_compare_BEs_date()
831 if (p->be_node_creation < q->be_node_creation) in be_qsort_compare_BEs_date()
1106 be_node->be_node_creation = (time_t)zfs_prop_get_int(zhp, in be_get_node_data()
H A Dlibbe.h188 time_t be_node_creation; /* Date/time stamp when created */ member
/titanic_50/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c894 if (be->be_node_creation != NULL) {
896 PyLong_FromLong(be->be_node_creation)) != 0) {
/titanic_50/usr/src/cmd/beadm/
H A Dbeadm.c353 time_t creation = cur_be->be_node_creation; in print_be_nodes()
480 time_t creation = cur_be->be_node_creation; in print_fmt_nodes()