Lines Matching refs:pentry
145 static void pkgusage(struct cfstat *dp, struct cfent *pentry);
728 pkgusage(struct cfstat *dp, struct cfent *pentry) in pkgusage() argument
730 if (pentry->ftype == 'i') { in pkgusage()
733 } else if (pentry->ftype == 'l') { in pkgusage()
736 if ((pentry->ftype == 'd') || (pentry->ftype == 'x')) in pkgusage()
740 if (pentry->ainfo.mode != BADMODE) { in pkgusage()
741 if (pentry->ainfo.mode & 06000) in pkgusage()
743 if (!strchr("dxcbp", pentry->ftype) && in pkgusage()
744 (pentry->ainfo.mode & 0111)) in pkgusage()
749 if (strchr("ifve", pentry->ftype)) in pkgusage()
750 dp->tblks += nblock(pentry->cinfo.size); in pkgusage()