Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_dir.c53 static struct pcdir *pc_name_to_pcdir(struct pcnode *dp, char *namep,
212 direntries = pc_name_to_pcdir(dp, namep, ndirentries, &error); in pc_direnter()
773 direntries = pc_name_to_pcdir(tdp, tnm, ndirentries, &error); in pc_rename()
1377 pc_name_to_pcdir(struct pcnode *dp, char *namep, int ndirentries, int *errret) in pc_name_to_pcdir() function