Searched defs:current_be (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c57 char current_be[MAXPATHLEN]; member in struct:list_callback_data
236 (void) strcpy(cb.current_be, "-");
238 (void) strncpy(cb.current_be, bt.obe_name,
239 sizeof (cb.current_be));
504 rpool, cb->current_be, be_ds)) != BE_SUCCESS) {
631 cb->zpool_name, cb->current_be, ds_path)) != BE_SUCCESS) {
988 * current_be - the name of the currently active BE.
1003 char *current_be,
1016 if (be_node == NULL || be_name == NULL || current_be == NULL ||
1038 if (strncmp(be_name, current_be, MAXPATHLE
998 be_get_node_data( zfs_handle_t *zhp, be_node_list_t *be_node, char *be_name, const char *rpool, char *current_be, char *be_ds) argument
[all...]

Completed in 73 milliseconds