Lines Matching refs:root_ds
469 char *root_ds = be_get_ds_from_dir("/"); in be_make_root_ds() local
471 if (root_ds == NULL) { in be_make_root_ds()
476 if (strncmp(root_ds, zpool, strlen(zpool)) != 0 || in be_make_root_ds()
477 root_ds[strlen(zpool)] != '/') { in be_make_root_ds()
486 dirname(root_ds), be_name); in be_make_root_ds()
522 char *root_ds = be_get_ds_from_dir("/"); in be_make_container_ds() local
524 if (root_ds == NULL) { in be_make_container_ds()
529 if (strncmp(root_ds, zpool, strlen(zpool)) != 0 || in be_make_container_ds()
530 root_ds[strlen(zpool)] != '/') { in be_make_container_ds()
537 (void) strlcpy(container_ds, dirname(root_ds), in be_make_container_ds()
2033 char *root_ds = strtok(NULL, BE_WHITE_SPACE); in be_update_menu() local
2035 if (root_ds == NULL) { in be_update_menu()
2046 if (strcmp(root_ds, be_root_ds) == 0) { in be_update_menu()