Searched refs:isonum_711 (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dcd9660read.c74 p = dp->name + isonum_711(dp->name_len) + lenskip;
76 if ((isonum_711(dp->name_len) & 1) == 0)
78 end = (char *)dp + isonum_711(dp->length);
97 p += isonum_711(sh->length);
100 if (isonum_711(sh->length) == 0)
126 *len = isonum_711(p->h.length) - 5;
145 p = dp->name + isonum_711(dp->name_len);
146 if (p > (char *)dp + isonum_711(dp->length)) {
153 if (isonum_711(sp->h.length) != sizeof(ISO_SUSP_PRESENT)) {
159 *lenskip = isonum_711(s
[all...]
H A Dcd9660.c116 #define PTSIZE(pp) roundup(PTFIXSZ + isonum_711((pp)->namlen), 2)
131 p = dp->name + isonum_711(dp->name_len) + lenskip;
133 if ((isonum_711(dp->name_len) & 1) == 0)
135 end = (char *)dp + isonum_711(dp->length);
155 p += isonum_711(sh->length);
158 if (isonum_711(sh->length) == 0)
185 *len = isonum_711(p->h.length) - 5;
204 p = dp->name + isonum_711(dp->name_len);
205 if (p > (char *)dp + isonum_711(dp->length))
210 if (isonum_711(s
[all...]
/freebsd-12-stable/sys/fs/cd9660/
H A Dcd9660_rrip.c126 pcompe = (ISO_RRIP_SLINK_COMPONENT *)((char *)p + isonum_711(p->h.length));
137 + isonum_711(pcomp->clen))) {
189 wlen = isonum_711(pcomp->clen);
216 if (!isonum_711(p->flags)) {
263 wlen = isonum_711(p->h.length) - 5;
296 isofntrans(isodir->name,isonum_711(isodir->name_len),
298 1,isonum_711(isodir->flags)&4, ana->imp->joliet_level,
437 ana->fields &= isonum_711(p->flags)|~0xff; /* don't touch high bits */
478 if ( ! ((isonum_711(p->len_id) == 10
480 || (isonum_711(
[all...]
H A Dcd9660_node.c127 if (isonum_711(ftype == ISO_FTYPE_HIGH_SIERRA?
141 && (off = isonum_711(isodir->ext_attr_length))) {
149 if (isonum_711(ap->version) == 1) {
193 && (off = isonum_711(isodir->ext_attr_length))) {
202 && isonum_711(ap->version) == 1) {
329 isonum_711(isodir->ext_attr_length)) << imp->im_bshift;
H A Dcd9660_lookup.c213 reclen = isonum_711(ep->length);
229 namelen = isonum_711(ep->name_len);
230 isoflags = isonum_711(imp->iso_ftype == ISO_FTYPE_HIGH_SIERRA?
281 if (isonum_711(ep->flags)&2)
311 reclen = isonum_711(ep->length);
H A Dcd9660_vfsops.c278 switch (isonum_711 (high_sierra? vdp->type_sierra: vdp->type)){
303 if ((isonum_711 (sup->flags) & 1) &&
403 isonum_711(((struct iso_directory_record *)isomp->root)->
762 if (off + isonum_711(isodir->length) >
767 off +isonum_711(isodir->length), off,
768 isonum_711(isodir->length));
774 isonum_711(isodir->ext_attr_length) != ifhp->ifid_start) {
777 isonum_733(isodir->extent) + isonum_711(isodir->ext_attr_length),
804 ip->iso_start = isonum_711(isodir->ext_attr_length) + ip->iso_extent;
816 && (off = isonum_711(isodi
[all...]
H A Dcd9660_vnops.c544 reclen = isonum_711(ep->length);
564 idp->current.d_namlen = isonum_711(ep->name_len);
572 if (isonum_711(ep->flags)&2)
604 isonum_711(ep->flags)&4,
705 if ((ip->i_number & imp->im_bmask) + isonum_711(dirp->length)
H A Diso.h302 isonum_711(const unsigned char *p) function
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c297 return isonum_711(buf);

Completed in 115 milliseconds