Home
last modified time | relevance | path

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

/Linux-v6.1/rust/kernel/
Dlib.rs64 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() regex
/Linux-v6.1/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-v6.1/include/linux/
Dbinfmts.h50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/Linux-v6.1/security/apparmor/
Ddomain.c797 bool *unsafe) in handle_onexec()
861 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
/Linux-v6.1/drivers/ntb/test/
Dntb_pingpong.c91 static unsigned int unsafe; variable
/Linux-v6.1/rust/alloc/
Dboxed.rs803 pub const unsafe fn assume_init(self) -> Box<T, A> { in assume_init() regex
985 pub const unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Self { in from_raw_in() regex