Lines Matching refs:NM
679 p->attr.rr_entry.NM.h.type[0] = 'N';
680 p->attr.rr_entry.NM.h.type[1] = 'M';
681 sprintf(p->attr.rr_entry.NM.altname, "%s", file_node->isoDirRecord->name);
682 p->attr.rr_entry.NM.h.length[0] = (unsigned char)nm_length;
683 p->attr.rr_entry.NM.h.version[0] = (unsigned char)1;
684 p->attr.rr_entry.NM.flags[0] = (unsigned char) NM_PARENT;
768 r->attr.rr_entry.NM.h.version[0] = 1; in cd9660_rrip_add_NM()
769 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_NONE; in cd9660_rrip_add_NM()
774 r->attr.rr_entry.NM.flags[0] = RRIP_NM_FLAGS_CONTINUE; in cd9660_rrip_add_NM()
778 memcpy(r->attr.rr_entry.NM.altname, p, len); in cd9660_rrip_add_NM()
779 r->attr.rr_entry.NM.h.length[0] = 5 + len; in cd9660_rrip_add_NM()