Searched refs:bpcdir (Results 1 – 1 of 1) sorted by relevance
1374 struct pcdir *bpcdir; in pc_name_to_pcdir() local1386 bpcdir = kmem_zalloc(ndirentries * sizeof (struct pcdir), KM_SLEEP); in pc_name_to_pcdir()1387 ep = &bpcdir[ndirentries - 1]; in pc_name_to_pcdir()1390 return (bpcdir); in pc_name_to_pcdir()1418 kmem_free(bpcdir, ndirentries * sizeof (struct pcdir)); in pc_name_to_pcdir()1426 lep = (struct pcdir_lfn *)&bpcdir[i]; in pc_name_to_pcdir()1434 lep = (struct pcdir_lfn *)&bpcdir[0]; in pc_name_to_pcdir()1436 return (bpcdir); in pc_name_to_pcdir()