Searched refs:_type (Results 1 – 3 of 3) sorted by relevance
53 self._type = None65 if not self._type:68 self._type = r._type70 return self._type74 return _type_names.get(self._type, "unknown")142 r._type = _t
26 self._type = attr_type33 hdr = struct.pack("HH", len(self._data) + 4, self._type)39 return '<Attr type %d, data "%s">' % (self._type, repr(self._data))
197 int _type; in ndis_events_send_event() local201 _type = (int) type; in ndis_events_send_event()202 os_memcpy(buf, &_type, sizeof(_type)); in ndis_events_send_event()203 pos = buf + sizeof(_type); in ndis_events_send_event()