Searched defs:unsafe (Results 1 – 8 of 8) sorted by relevance
79 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { in from_ptr() consts
140 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { in from_bytes_with_nul_unchecked() consts
31 void probe_cards(int unsafe) in probe_cards()
76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
800 bool *unsafe) in handle_onexec()864 bool unsafe = false; in apparmor_bprm_creds_for_exec() local
91 static unsigned int unsafe; variable
803 pub const unsafe fn assume_init(self) -> Box<T, A> { in assume_init() consts985 pub const unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Self { in from_raw_in() consts
Completed in 13 milliseconds