Home
last modified time | relevance | path

Searched defs:c_void (Results 1 – 6 of 6) sorted by relevance

/DragonOS/kernel/src/bpf/helper/
H A Dmod.rs22 unsafe fn raw_map_lookup_elem(map: *mut c_void, key: *const c_void) -> *const c_void { in raw_map_lookup_elem()
31 Ok(Some(value)) => value as *const c_void, in raw_map_lookup_elem() constant
49 ctx: *mut c_void, in raw_perf_event_output()
50 map: *mut c_void, in raw_perf_event_output()
52 data: *mut c_void, in raw_perf_event_output()
68 ctx: *mut c_void, in perf_event_output()
90 fn raw_bpf_probe_read(dst: *mut c_void, size: u32, unsafe_ptr: *const c_void) -> i64 { in raw_bpf_probe_read()
119 map: *mut c_void, in raw_map_update_elem()
120 key: *const c_void, in raw_map_update_elem()
121 value: *const c_void, in raw_map_update_elem()
[all …]
/DragonOS/user/apps/test-mount/src/
H A Dmain.rs19 let data = std::ptr::null() as *const c_void; in main() constant
/DragonOS/user/apps/test-symlink/src/
H A Dmain.rs57 let data = std::ptr::null() as *const c_void; in mount_test_ramfs() constant
/DragonOS/user/apps/test-chown/src/
H A Dmain.rs134 let data = std::ptr::null() as *const c_void; in mount_test_ramfs() constant
/DragonOS/kernel/src/perf/
H A Dmod.rs313 pub fn perf_event_output(_ctx: *mut c_void, fd: usize, _flags: u32, data: &[u8]) -> Result<()> { in perf_event_output()
/DragonOS/kernel/src/process/
H A Dsyscall.rs146 rusage: *mut c_void, in wait4()