Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c824 if (p->be_node_creation > q->be_node_creation) in be_qsort_compare_BEs_date()
826 if (p->be_node_creation < q->be_node_creation) in be_qsort_compare_BEs_date()
1108 be_node->be_node_creation = (time_t)zfs_prop_get_int(zhp, in be_get_node_data()
H A Dlibbe.h190 time_t be_node_creation; /* Date/time stamp when created */ member
/illumos-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c898 if (be->be_node_creation != 0) {
900 PyLong_FromLong(be->be_node_creation)) != 0) {
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c353 time_t creation = cur_be->be_node_creation; in print_be_nodes()
483 time_t creation = cur_be->be_node_creation; in print_fmt_nodes()