Searched refs:__struct (Results 1 – 2 of 2) sorted by relevance
140 self.__struct = struct.parse(src)142 self.__struct = None151 assert self.__struct is not None152 v.register(k, self.__struct)165 if self.__struct is not None:166 self.__slots[TP_BASICSIZE] = "sizeof(%s)" % self.__struct.name181 if self.__struct is not None:182 v["StructName"] = self.__struct.name
57 #define KMEM_CACHE(__struct, __flags) kmem_cache_create(#__struct,\ argument58 sizeof(struct __struct), __alignof__(struct __struct),\