Home | History | Annotate | Download | only in cros

Lines Matching defs:struct

5 import collections, ctypes, fcntl, glob, logging, math, numpy, os, re, struct
1589 scsi_cdb = struct.pack("12B", # SCSI command data block (uint8[12])
1602 sgio_header = struct.pack("iiBBHIPPPIIiPBBBBHHiII", # see <scsi/sg.h>
1624 struct.unpack("4x4xxx2x4xPPP4x4x4xPBxxxHH4x4x4x", result)