Lines Matching refs:pentry
141 static void pkgusage(struct cfstat *dp, struct cfent *pentry);
725 pkgusage(struct cfstat *dp, struct cfent *pentry) in pkgusage() argument
727 if (pentry->ftype == 'i') { in pkgusage()
730 } else if (pentry->ftype == 'l') { in pkgusage()
733 if ((pentry->ftype == 'd') || (pentry->ftype == 'x')) in pkgusage()
737 if (pentry->ainfo.mode != BADMODE) { in pkgusage()
738 if (pentry->ainfo.mode & 06000) in pkgusage()
740 if (!strchr("dxcbp", pentry->ftype) && in pkgusage()
741 (pentry->ainfo.mode & 0111)) in pkgusage()
746 if (strchr("ifve", pentry->ftype)) in pkgusage()
747 dp->tblks += nblock(pentry->cinfo.size); in pkgusage()