Lines Matching refs:rr_entry
231 t->attr.rr_entry.CL.dir_loc); in cd9660_rrip_finalize_node()
239 t->attr.rr_entry.PL.dir_loc); in cd9660_rrip_finalize_node()
535 p->attr.rr_entry.PL.h.length[0] = 12; in cd9660_rrip_PL()
536 p->attr.rr_entry.PL.h.version[0] = 1; in cd9660_rrip_PL()
543 p->attr.rr_entry.CL.h.length[0] = 12; in cd9660_rrip_CL()
544 p->attr.rr_entry.CL.h.version[0] = 1; in cd9660_rrip_CL()
551 p->attr.rr_entry.RE.h.length[0] = 0; in cd9660_rrip_RE()
552 p->attr.rr_entry.RE.h.version[0] = 1; in cd9660_rrip_RE()
574 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
575 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
580 memcpy(current->attr.rr_entry.SL.component + path_count, in cd9660_createSL()
616 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE; in cd9660_createSL()
628 current->attr.rr_entry.SL.component + in cd9660_createSL()
634 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()
638 current->attr.rr_entry.SL.h.version[0] = 1; in cd9660_createSL()
639 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE; in cd9660_createSL()
645 current->attr.rr_entry.SL.component[ in cd9660_createSL()
650 current->attr.rr_entry.SL.component[1] in cd9660_createSL()
655 current->attr.rr_entry.SL.component[ in cd9660_createSL()
664 memcpy(current->attr.rr_entry.SL.component + in cd9660_createSL()
673 current->attr.rr_entry.SL.h.length[0] = path_count + 5; in cd9660_createSL()
689 v->attr.rr_entry.PX.h.length[0] = 44; in cd9660node_rrip_px()
690 v->attr.rr_entry.PX.h.version[0] = 1; in cd9660node_rrip_px()
696 v->attr.rr_entry.PX.mode); in cd9660node_rrip_px()
698 v->attr.rr_entry.PX.links); in cd9660node_rrip_px()
700 v->attr.rr_entry.PX.uid); in cd9660node_rrip_px()
702 v->attr.rr_entry.PX.gid); in cd9660node_rrip_px()
704 v->attr.rr_entry.PX.serial); in cd9660node_rrip_px()
712 pn_field->attr.rr_entry.PN.h.length[0] = 20; in cd9660node_rrip_pn()
713 pn_field->attr.rr_entry.PN.h.version[0] = 1; in cd9660node_rrip_pn()
717 pn_field->attr.rr_entry.PN.high); in cd9660node_rrip_pn()
719 cd9660_bothendian_dword(0, pn_field->attr.rr_entry.PN.high); in cd9660node_rrip_pn()
722 pn_field->attr.rr_entry.PN.low); in cd9660node_rrip_pn()
731 p->attr.rr_entry.NM.h.type[0] = 'N';
732 p->attr.rr_entry.NM.h.type[1] = 'M';
733 snprintf(p->attr.rr_entry.NM.altname,
734 sizeof (p->attr.rr_entry.NM.altname),
736 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
737 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
738 p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT;
761 tfp = (struct cd9660node_rrip_tf_data *)(&(p->attr.rr_entry.TF)); in cd9660node_rrip_tf()
836 r->attr.rr_entry.NM.h.version[0] = 1; in cd9660_rrip_add_NM()
837 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE; in cd9660_rrip_add_NM()
842 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE; in cd9660_rrip_add_NM()
846 memcpy(r->attr.rr_entry.NM.altname, p, len); in cd9660_rrip_add_NM()
847 r->attr.rr_entry.NM.h.length[0] = 5 + len; in cd9660_rrip_add_NM()