Searched refs:eclass (Results 1 – 2 of 2) sorted by relevance
791 ntstatus_to_dos(__u32 ntstatus, __u8 *eclass, __u16 *ecode) in ntstatus_to_dos() argument795 *eclass = 0; in ntstatus_to_dos()801 *eclass = ntstatus_to_dos_map[i].dos_class; in ntstatus_to_dos()806 *eclass = ERRHRD; in ntstatus_to_dos()
4853 eclass = ord(header[4])4857 eclass = header[4]4860 …if magic == chr(127) + "ELF" and eclass > 0 and eclass < 3 and encoding > 0 and encoding < 3 and v…4861 result = True if eclass == 2 else False