Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/fs/
H A Dpcfs.c105 static _fat_controller_p pcfsp; variable
117 if (pcfsp != NULL) in bpcfs_mountroot()
120 pcfsp = bkmem_alloc(sizeof (_fat_controller_t)); in bpcfs_mountroot()
129 head->fi_memp = (caddr_t)pcfsp->f_sector; in bpcfs_mountroot()
132 bkmem_free(pcfsp, sizeof (*pcfsp)); in bpcfs_mountroot()
133 pcfsp = NULL; in bpcfs_mountroot()
137 if (pcfsp->f_bpb.bs_spc == 0) { in bpcfs_mountroot()
142 pcfsp->f_rootsec = in bpcfs_mountroot()
143 (pcfsp->f_bpb.bs_num_fats * ltohs(pcfsp->f_bpb.bs_spf)) + in bpcfs_mountroot()
144 ltohs(pcfsp->f_bpb.bs_resv_sectors); in bpcfs_mountroot()
[all …]