Searched refs:be_list (Results 1 - 8 of 8) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbe/common/
H A Dmapfile-vers51 be_list;
H A Dlibbe.h220 int be_list(char *, be_node_list_t **);
H A Dbe_list.c82 * Function: be_list
105 be_list(char *be_name, be_node_list_t **be_nodes) function
116 be_print_err(gettext("be_list: "
135 * Description: This does the actual work described in be_list.
190 be_print_err(gettext("be_list: BE (%s) does not "
193 be_print_err(gettext("be_list: No BE's found\n"));
209 * datasets and snapshots returned by be_list.
211 * be_node - be_nodes_t structure returned from call to be_list.
757 * in the be_node_list structure to be returned by be_list.
906 * be_list
[all...]
/opensolaris-onvv-gate/usr/src/lib/libbe/
H A DMakefile.com32 be_list.o \
/opensolaris-onvv-gate/usr/src/cmd/beadm/
H A Dbeadm.py388 be_list = None
450 rc, be_list = lb.beList()
481 if list_object.list(be_list, dont_display_headers, be_name) != 0:
847 def setMaxColumnWidths(be_max_w, ds_max_w, ss_max_w, be_list):
850 for be_item in be_list:
865 rc, be_list = lb.beList()
880 for be_vals in be_list:
H A DBootEnvironment.py55 def list(self, be_list, ddh, be_name):
57 be_list - list of all BEs
87 for be in be_list:
/opensolaris-onvv-gate/usr/src/lib/libbe/tbeadm/
H A Dtbeadm.c430 err = be_list(argv[0], &be_nodes);
432 err = be_list(NULL, &be_nodes);
/opensolaris-onvv-gate/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c267 * Description: Convert Python args to nvlist pairs and call libbe:be_list
302 if ((ret = be_list(beName, &list)) != BE_SUCCESS) {

Completed in 166 milliseconds