Searched refs:c_int (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/tools/perf/scripts/python/ |
D | libxed.py | 19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong 26 ("mode", c_int), 27 ("width", c_int) 71 self.xed_decode.restype = c_int 76 …self.xed_format_context.argtypes = [ c_int, c_void_p, c_void_p, c_int, c_ulonglong, c_void_p, c_vo…
|
D | export-to-postgresql.py | 247 PQstatus.restype = c_int 253 PQresultStatus.restype = c_int 256 PQputCopyData.restype = c_int 257 PQputCopyData.argtypes = [ c_void_p, c_void_p, c_int ] 259 PQputCopyEnd.restype = c_int
|
D | exported-sql-viewer.py | 136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
|
/Linux-v6.1/rust/kernel/ |
D | error.rs | 24 pub struct Error(core::ffi::c_int); 28 pub fn to_kernel_errno(self) -> core::ffi::c_int { in to_kernel_errno() argument
|
/Linux-v6.1/tools/kvm/kvm_stat/ |
D | kvm_stat | 506 ctypes.c_int(pid), ctypes.c_int(cpu), 507 ctypes.c_int(group_fd), ctypes.c_long(flags))
|