Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_list.c436 char be_ds[MAXPATHLEN]; in be_get_list_callback() local
467 if ((rv = be_make_root_ds(rpool, cb->be_name, be_ds, in be_get_list_callback()
468 sizeof (be_ds))) != BE_SUCCESS) { in be_get_list_callback()
471 open_ds = be_ds; in be_get_list_callback()
512 rpool, cb->current_be, be_ds)) != BE_SUCCESS) { in be_get_list_callback()
999 const char *rpool, char *current_be, char *be_ds) in be_get_node_data() argument
1012 be_ds == NULL) { in be_get_node_data()
1020 be_node->be_root_ds = strdup(be_ds); in be_get_node_data()
1061 if (strcmp(nextboot, be_ds) == 0) in be_get_node_data()
1072 if (strcmp(grub_default_bootfs, be_ds) == 0) in be_get_node_data()
[all …]