Lines Matching refs:NM
730 p->attr.rr_entry.NM.h.type[0] = 'N';
731 p->attr.rr_entry.NM.h.type[1] = 'M';
732 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
733 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
734 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
735 p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT;
819 r->attr.rr_entry.NM.h.version[0] = 1; in cd9660_rrip_add_NM()
820 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE; in cd9660_rrip_add_NM()
825 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE; in cd9660_rrip_add_NM()
829 memcpy(r->attr.rr_entry.NM.altname, p, len); in cd9660_rrip_add_NM()
830 r->attr.rr_entry.NM.h.length[0] = 5 + len; in cd9660_rrip_add_NM()