Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/rust/kernel/
Dlib.rs87 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() constant
Dinit.rs976 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( in pin_init_from_closure() constant
995 pub const unsafe fn init_from_closure<T: ?Sized, E>( in init_from_closure() constant
Dstr.rs141 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked() constant
/linux-6.6.21/arch/x86/boot/
Dvideo-mode.c31 void probe_cards(int unsafe) in probe_cards()
Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
/linux-6.6.21/include/linux/
Dbinfmts.h50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/linux-6.6.21/security/apparmor/
Ddomain.c812 bool *unsafe) in handle_onexec()
880 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
/linux-6.6.21/drivers/ntb/test/
Dntb_pingpong.c91 static unsigned int unsafe; variable
/linux-6.6.21/rust/alloc/
Dboxed.rs1010 pub const unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Self { in from_raw_in() constant