Searched refs:efp (Results 1 – 3 of 3) sorted by relevance
254 const struct ext_func_tab *efp = extcmdlist; in doextcmd() local261 while (efp->ef_txt) { in doextcmd()262 if (!strcmp(efp->ef_txt, buf)) in doextcmd()263 return ((*(efp->ef_funct)) ()); in doextcmd()264 efp++; in doextcmd()
459 struct efs_fid *efp; in efs_fhtovp() local465 efp = (struct efs_fid *)fhp; in efs_fhtovp()467 if ((err = VFS_VGET(mp, efp->ef_ino, lktype, &vp))) { in efs_fhtovp()473 if (eip->ei_mode == 0 || eip->ei_gen != efp->ef_gen) { in efs_fhtovp()491 struct efs_fid *efp; in efs_vptofh() local501 efp = (struct efs_fid *)fhp; in efs_vptofh()504 efp->ef_ino = eip->ei_number; in efs_vptofh()505 efp->ef_gen = eip->ei_gen; in efs_vptofh()
622 FILE * volatile efp; in histcmd() local626 efp = NULL; /* XXX gcc4 */ in histcmd()819 if ((efp = fdopen(fd, "w")) == NULL) { in histcmd()864 fputs(s, efp); in histcmd()877 fclose(efp); in histcmd()