Lines Matching refs:rr_entry
187 t->attr.rr_entry.CL.dir_loc);
197 t->attr.rr_entry.PL.dir_loc);
471 p->attr.rr_entry.PL.h.length[0] = 12;
472 p->attr.rr_entry.PL.h.version[0] = 1;
479 p->attr.rr_entry.CL.h.length[0] = 12;
480 p->attr.rr_entry.CL.h.version[0] = 1;
487 p->attr.rr_entry.RE.h.length[0] = 4;
488 p->attr.rr_entry.RE.h.version[0] = 1;
510 current->attr.rr_entry.SL.h.version[0] = 1;
511 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
516 memcpy(current->attr.rr_entry.SL.component + path_count,
552 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE;
564 current->attr.rr_entry.SL.component +
570 current->attr.rr_entry.SL.h.length[0] = path_count + 5;
574 current->attr.rr_entry.SL.h.version[0] = 1;
575 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
581 rr_entry.SL.component[
586 current->attr.rr_entry.SL.component[1]
591 current->attr.rr_entry.SL.component[
600 memcpy(current->attr.rr_entry.SL.component +
609 current->attr.rr_entry.SL.h.length[0] = path_count + 5;
625 v->attr.rr_entry.PX.h.length[0] = 36;
626 v->attr.rr_entry.PX.h.version[0] = 1;
628 v->attr.rr_entry.PX.mode);
630 v->attr.rr_entry.PX.links);
632 v->attr.rr_entry.PX.uid);
634 v->attr.rr_entry.PX.gid);
643 pn_field->attr.rr_entry.PN.h.length[0] = 20;
644 pn_field->attr.rr_entry.PN.h.version[0] = 1;
649 pn_field->attr.rr_entry.PN.high);
651 cd9660_bothendian_dword(0, pn_field->attr.rr_entry.PN.high);
654 pn_field->attr.rr_entry.PN.low);
663 p->attr.rr_entry.NM.h.type[0] = 'N';
664 p->attr.rr_entry.NM.h.type[1] = 'M';
665 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
666 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
667 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
668 p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT;
676 p->attr.rr_entry.TF.flags[0] = TF_MODIFY | TF_ACCESS | TF_ATTRIBUTES;
677 p->attr.rr_entry.TF.h.length[0] = 5;
678 p->attr.rr_entry.TF.h.version[0] = 1;
685 cd9660_time_915(p->attr.rr_entry.TF.timestamp,
687 p->attr.rr_entry.TF.h.length[0] += 7;
689 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 7,
691 p->attr.rr_entry.TF.h.length[0] += 7;
693 cd9660_time_915(p->attr.rr_entry.TF.timestamp + 14,
695 p->attr.rr_entry.TF.h.length[0] += 7;
752 r->attr.rr_entry.NM.h.version[0] = 1;
753 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE;
758 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE;
762 memcpy(r->attr.rr_entry.NM.altname, p, len);
763 r->attr.rr_entry.NM.h.length[0] = 5 + len;