Searched refs:create_string_buffer (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/tools/crypto/ccp/ |
H A D | dbc.py | 36 buf = ctypes.create_string_buffer(DBC_NONCE_SIZE) 60 sig = ctypes.create_string_buffer(signature, len(signature))
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | libxed.py | 18 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \ 41 self.buffer = create_string_buffer(256) 19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace
|
H A D | intel-pt-events.py | 24 from ctypes import create_string_buffer, addressof namespace 262 buf = create_string_buffer(64)
|
H A D | exported-sql-viewer.py | 135 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \ 2961 buf = create_string_buffer(tot + 16) 136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 134 from ctypes import CDLL, Structure, create_string_buffer, addressof, sizeof, \ 2960 buf = create_string_buffer(tot + 16) 4770 self.buffer = create_string_buffer(256) 135 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong global() namespace
|
Completed in 13 milliseconds