Lines Matching refs:bt
116 be_transaction_data_t bt = {0}; in be_get_boot_args() local
130 ret = be_find_current_be(&bt); in be_get_boot_args()
156 if (strcmp(node->be_rpool, bt.obe_zpool) != 0) in be_get_boot_args()
286 free(bt.obe_name); in be_get_boot_args()
287 free(bt.obe_root_ds); in be_get_boot_args()
288 free(bt.obe_zpool); in be_get_boot_args()
289 free(bt.obe_snap_name); in be_get_boot_args()
290 free(bt.obe_altroot); in be_get_boot_args()
2729 be_find_current_be(be_transaction_data_t *bt) in be_find_current_be() argument
2734 bt)) == 0) { in be_find_current_be()
2768 be_transaction_data_t *bt = data; in be_zpool_find_current_be_callback() local
2805 if (zfs_iter_filesystems(zhp, be_zfs_find_current_be_callback, bt)) { in be_zpool_find_current_be_callback()
2809 if ((bt->obe_zpool = strdup(zpool)) == NULL) { in be_zpool_find_current_be_callback()
2849 be_transaction_data_t *bt = data; in be_zfs_find_current_be_callback() local
2862 if ((bt->obe_root_ds = strdup(zfs_get_name(zhp))) in be_zfs_find_current_be_callback()
2871 if ((bt->obe_name = strdup(basename(bt->obe_root_ds))) in be_zfs_find_current_be_callback()