Searched refs:pcfsp (Results 1 – 1 of 1) sorted by relevance
107 static _fat_controller_p pcfsp; variable119 if (pcfsp != NULL) in bpcfs_mountroot()122 pcfsp = bkmem_alloc(sizeof (_fat_controller_t)); in bpcfs_mountroot()131 head->fi_memp = (caddr_t)pcfsp->f_sector; in bpcfs_mountroot()134 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()135 pcfsp = NULL; in bpcfs_mountroot()139 if (pcfsp->f_bpb.bs_spc == 0) { in bpcfs_mountroot()144 pcfsp->f_rootsec = in bpcfs_mountroot()145 (pcfsp->f_bpb.bs_num_fats * ltohs(pcfsp->f_bpb.bs_spf)) + in bpcfs_mountroot()146 ltohs(pcfsp->f_bpb.bs_resv_sectors); in bpcfs_mountroot()[all …]