Home
last modified time | relevance | path

Searched refs:c_ulong (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/rust/kernel/
H A Dmiscdevice.rs15 ffi::{c_int, c_long, c_uint, c_ulong},
229 unsafe extern "C" fn ioctl(file: *mut bindings::file, cmd: c_uint, arg: c_ulong) -> c_long { in ioctl()
253 arg: c_ulong, in compat_ioctl() argument
H A Dtime.rs17 pub type Jiffies = crate::ffi::c_ulong;
H A Ddma.rs40 pub(crate) fn as_raw(self) -> crate::ffi::c_ulong { in as_raw() argument
/linux-6.15/rust/
H A Dffi.rs42 c_ulong = usize;