Searched defs:unsafe (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards() argument
|
H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | video-mode.c | 31 void probe_cards(int unsafe) in probe_cards() argument
|
H A D | video.h | 76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | lib.rs | 87 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { consts
|
H A D | init.rs | 976 pub const unsafe fn pin_init_from_closure<T: ?Sized, E>( global() consts 995 pub const unsafe fn init_from_closure<T: ?Sized, E>( global() consts [all...] |
H A D | str.rs | 141 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { consts [all...] |
/kernel/linux/linux-5.10/drivers/ntb/test/ |
H A D | ntb_pingpong.c | 91 static unsigned int unsafe; variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | binfmts.h | 52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | binfmts.h | 50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
|
/kernel/linux/linux-6.6/drivers/ntb/test/ |
H A D | ntb_pingpong.c | 91 static unsigned int unsafe; variable
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 860 bool unsafe = false; in apparmor_bprm_creds_for_exec() local 792 handle_onexec(struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 880 bool unsafe = false; in apparmor_bprm_creds_for_exec() local 807 handle_onexec(const struct cred *subj_cred, struct aa_label *label, struct aa_label *onexec, bool stack, const struct linux_binprm *bprm, char *buffer, struct path_cond *cond, bool *unsafe) handle_onexec() argument [all...] |
/kernel/linux/linux-6.6/rust/alloc/ |
H A D | boxed.rs | 1010 pub const unsafe fn from_raw_in(raw: *mut T, alloc: A) -> Self { global() consts [all...] |
Completed in 9 milliseconds