Home
last modified time | relevance | path

Searched refs:_fields_ (Results 1 – 2 of 2) sorted by relevance

/spdk/scripts/bpf/
H A Dtrace.py267 _fields_ = [('filename', ct.c_char_p), variable in CParserOpts
273 _fields_ = [('type', ct.c_uint8), variable in CTraceOwner
278 _fields_ = [('type', ct.c_uint8), variable in CTraceObject
283 _fields_ = [('name', ct.c_char * 14), variable in CTpointArgument
289 _fields_ = [('object_type', ct.c_uint8), variable in CTpointRelatedObject
294 _fields_ = [('name', ct.c_char * 24), variable in CTracepoint
305 _fields_ = [('file_size', ct.c_uint64), variable in CTraceFile
314 _fields_ = [('tsc', ct.c_uint64), variable in CTraceEntry
322 _fields_ = [('integer', ct.c_uint64), variable in CTraceParserArgument
328 _fields_ = [('entry', ct.POINTER(CTraceEntry)), variable in CTraceParserEntry
/spdk/python/spdk/rpc/
H A Dclient.py232 _fields_ = [("response", ctypes.POINTER(ctypes.c_char)), ("error", ctypes.c_int)] variable in JSONRPCGoClient.call.GoClientResponse