HomeSort by: relevance | last modified time | path
    Searched refs:isonum_711 (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/lib/libsa/
cd9660.c 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)
    [all...]
  /src/sys/fs/cd9660/
cd9660_rrip.c 125 ((char *)p + isonum_711(p->h.length));
136 + isonum_711(pcomp->clen))) {
188 wlen = isonum_711(pcomp->clen);
214 if (!isonum_711(p->flags)) {
258 wlen = isonum_711(p->h.length) - 5;
291 isofntrans(isodir->name, isonum_711(isodir->name_len),
293 1, 0, isonum_711(isodir->flags) & 4,
428 ana->fields &= isonum_711(p->flags) | ~0xff; /* don't touch high bits */
467 if (isonum_711(p->version) != 1)
469 if (isonum_711(p->len_id) !=
    [all...]
cd9660_node.c 155 if (isonum_711(isodir->flags)&2) {
168 && (off = isonum_711(isodir->ext_attr_length))) {
176 if (isonum_711(ap->version) == 1) {
218 && (off = isonum_711(isodir->ext_attr_length))) {
226 if (isonum_711(ap->version) == 1) {
340 isonum_711(isodir->ext_attr_length)) << imp->im_bshift;
cd9660_lookup.c 221 reclen = isonum_711(ep->length);
237 namelen = isonum_711(ep->name_len);
248 if ((!(isonum_711(ep->flags)&4)) == !assoc) {
267 if (isonum_711(ep->flags)&2)
284 if (isonum_711(ep->flags)&2)
cd9660_vfsops.c 377 *ea_len = isonum_711(rootp->ext_attr_length);
444 switch (isonum_711(vdp->type)) {
463 if (isonum_711 (vdp->type) == ISO_VD_END) {
558 if ((isonum_711(sup->flags) & 1) == 0) {
804 if (off + isonum_711(isodir->length) > imp->logical_block_size) {
808 off +isonum_711(isodir->length), off,
809 isonum_711(isodir->length));
815 isonum_711(isodir->ext_attr_length) != ifhp->ifid_start) {
820 isonum_733(isodir->extent) + isonum_711(isodir->ext_attr_length),
828 ip->iso_start = isonum_711(isodir->ext_attr_length) + ip->iso_extent
    [all...]
iso.h 178 isonum_711(const u_char *p) function in typeref:typename:__unused int
cd9660_vnops.c 466 reclen = isonum_711(ep->length);
486 idp->current.d_namlen = isonum_711(ep->name_len);
494 if (isonum_711(ep->flags)&2)
516 isonum_711(ep->flags)&4,
633 if ((ip->i_number & imp->im_bmask) + isonum_711(dirp->length)
  /src/usr.sbin/mscdlabel/
iso9660.c 55 if (isonum_711(vd->type) == ISO_VD_PRIMARY) {
59 } else if (isonum_711(vd->type) == ISO_VD_END)
  /src/usr.sbin/installboot/
cd9660.c 208 for (j = 0; j < isonum_711(idr->name_len); j++)
215 isonum_711((u_char *)idr->name_len), 0) == 0) {
  /src/sys/stand/efiboot/
efiblock.c 260 if (isonum_711(vd.type) == ISO_VD_END) {
263 if (isonum_711(vd.type) == ISO_VD_PRIMARY) {
  /src/usr.sbin/makefs/cd9660/
cd9660_debug.c 306 return isonum_711(buf);
  /src/sys/arch/i386/stand/lib/
biosdisk.c 630 if (isonum_711(vd->type) == ISO_VD_END)
632 if (isonum_711(vd->type) == ISO_VD_PRIMARY)
  /src/usr.sbin/sysinst/
util.c 425 if (isonum_711((const unsigned char *)&vd->type)

Completed in 33 milliseconds