Searched refs:c_uint (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/rust/hw/char/pl011/src/ |
H A D | memory_ops.rs | 6 use std::os::raw::{c_uint, c_void}; 26 unsafe extern "C" fn pl011_read(opaque: *mut c_void, addr: hwaddr, size: c_uint) -> u64 { in pl011_read() 43 unsafe extern "C" fn pl011_write(opaque: *mut c_void, addr: hwaddr, data: u64, _size: c_uint) { in pl011_write() argument
|
H A D | device.rs | 8 os::raw::{c_int, c_uchar, c_uint, c_void}, 181 pub fn read(&mut self, offset: hwaddr, _size: c_uint) -> std::ops::ControlFlow<u64, u64> { in read() 481 pub fn put_fifo(&mut self, value: c_uint) { in put_fifo() argument 572 state.as_mut().put_fifo(c_uint::from(buf.read_volatile())) in pl011_receive()
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | libxed.py | 19 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong 72 self.xed_decode.argtypes = [ c_void_p, c_void_p, c_uint ] 75 self.xed_format_context.restype = c_uint
|
H A D | exported-sql-viewer.py | 136 c_void_p, c_bool, c_byte, c_char, c_int, c_uint, c_longlong, c_ulonglong
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | acl.py | 39 acl_perm_t = ctypes.c_uint 51 libacl.acl_get_file.argtypes = [ctypes.c_char_p, ctypes.c_uint]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-SOCK_SEQPACKET-in-common-place.patch | 81 pub fn getrandom(buf: *mut ::c_void, buflen: ::size_t, flags: ::c_uint) -> ::ssize_t;
|