Searched refs:bpcdir (Results 1 – 1 of 1) sorted by relevance
1380 struct pcdir *bpcdir; in pc_name_to_pcdir() local1392 bpcdir = kmem_zalloc(ndirentries * sizeof (struct pcdir), KM_SLEEP); in pc_name_to_pcdir()1393 ep = &bpcdir[ndirentries - 1]; in pc_name_to_pcdir()1396 return (bpcdir); in pc_name_to_pcdir()1424 kmem_free(bpcdir, ndirentries * sizeof (struct pcdir)); in pc_name_to_pcdir()1432 lep = (struct pcdir_lfn *)&bpcdir[i]; in pc_name_to_pcdir()1440 lep = (struct pcdir_lfn *)&bpcdir[0]; in pc_name_to_pcdir()1442 return (bpcdir); in pc_name_to_pcdir()