Home
last modified time | relevance | path

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

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