Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbe/common/
H A Dbe_list.c822 if (p->be_node_creation > q->be_node_creation) in be_qsort_compare_BEs_date()
824 if (p->be_node_creation < q->be_node_creation) in be_qsort_compare_BEs_date()
1099 be_node->be_node_creation = (time_t)zfs_prop_get_int(zhp, in be_get_node_data()
H A Dlibbe.h185 time_t be_node_creation; /* Date/time stamp when created */ member
/titanic_44/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c879 if (be->be_node_creation != NULL) { in convertBEInfoToDictionary()
881 PyLong_FromLong(be->be_node_creation)) != 0) { in convertBEInfoToDictionary()
/titanic_44/usr/src/cmd/beadm/
H A Dbeadm.c352 time_t creation = cur_be->be_node_creation; in print_be_nodes()
479 time_t creation = cur_be->be_node_creation; in print_fmt_nodes()