Home | History | Annotate | Download | only in libsa

Lines Matching refs:isonum_711

73 #define	PTSIZE(pp)	roundup(PTFIXSZ + isonum_711((pp)->namlen), 2)
89 for (i = isonum_711(pp->namlen); --i >= 0; path++, cp++) {
110 for (i = isonum_711(dp->name_len); --i >= 0; path++, cp++) {
167 if (isonum_711(vd->type) == ISO_VD_END)
169 if (isonum_711(vd->type) == ISO_VD_PRIMARY)
199 bno = (daddr_t)isonum_732(pp->block) + isonum_711(pp->extlen);
219 path += isonum_711(pp->namlen) + 1;
221 bno = (daddr_t)isonum_732(pp->block) + isonum_711(pp->extlen);
254 if (!isonum_711(dp->length)) {
265 psize += (size_t)isonum_711(dp->length);
267 ((char *)dp + isonum_711(dp->length));