Searched defs:sdshdr32 (Results 1 – 2 of 2) sorted by relevance
62 struct __attribute__ ((__packed__)) sdshdr32 { struct63 uint32_t len; /* used */64 uint32_t alloc; /* excluding the header and null terminator */65 unsigned char flags; /* 3 lsb of type, 5 unused bits */66 char buf[];
63 struct __attribute__ ((__packed__)) sdshdr32 { struct64 uint32_t len; /* used */65 uint32_t alloc; /* excluding the header and null terminator */66 unsigned char flags; /* 3 lsb of type, 5 unused bits */67 char buf[];