Searched refs:current_be (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libbe/common/ |
H A D | be_list.c | 56 char current_be[MAXPATHLEN]; member 235 (void) strcpy(cb.current_be, "-"); in _be_list() 237 (void) strncpy(cb.current_be, bt.obe_name, in _be_list() 238 sizeof (cb.current_be)); in _be_list() 503 rpool, cb->current_be, be_ds)) != BE_SUCCESS) { in be_get_list_callback() 629 cb->zpool_name, cb->current_be, ds_path)) != BE_SUCCESS) { in be_add_children_callback() 1001 char *current_be, in be_get_node_data() argument 1014 if (be_node == NULL || be_name == NULL || current_be == NULL || in be_get_node_data() 1036 if (strncmp(be_name, current_be, MAXPATHLEN) == 0) in be_get_node_data()
|