Home
last modified time | relevance | path

Searched defs:unsafe (Results 1 - 25 of 40) sorted by relevance

12

/third_party/rust/crates/rustix/src/io/
H A Dstdio.rs41 pub const unsafe fn stdin() -> BorrowedFd<'static> { consts
102 pub const unsafe fn stdout() -> BorrowedFd<'static> { consts
162 pub const unsafe fn stderr() -> BorrowedFd<'static> { consts
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dmustang_auxv.rs87 pub const unsafe fn new(ptr: *const T) -> Self { consts
[all...]
/third_party/rust/crates/rustix/src/process/
H A Did.rs61 pub const unsafe fn from_raw(raw: RawUid) -> Self { consts
88 pub const unsafe fn from_raw(raw: RawGid) -> Self { consts
118 pub const unsafe fn from_raw(raw: RawPid) -> Option<Self> { consts
132 pub const unsafe fn from_raw_nonzero(raw: RawNonZeroPid) -> Self { consts
175 pub const unsafe fn from_raw(raw: RawCpuid) -> Self { consts
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dvideo-mode.c31 void probe_cards(int unsafe) in probe_cards() argument
H A Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dvideo-mode.c31 void probe_cards(int unsafe) in probe_cards() argument
H A Dvideo.h76 int unsafe; /* Probing is unsafe, only do after "scan" */ member
/kernel/linux/linux-6.6/rust/kernel/
H A Dlib.rs87 pub const unsafe fn from_ptr(ptr: *mut bindings::module) -> ThisModule { consts
H A Dinit.rs976 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 Dstr.rs141 pub const unsafe fn from_bytes_with_nul_unchecked(bytes: &[u8]) -> &CStr { consts
[all...]
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs97 pub const unsafe fn __from_raw(raw: FunctionInner) -> Function<T> { consts
[all...]
/third_party/jinja2/
H A Dsandbox.py112 def unsafe(f: F) -> F: function
[all...]
/third_party/rust/crates/rustix/src/io/fd/
H A Downed.rs73 pub const unsafe fn borrow_raw(fd: RawFd) -> Self { consts
/kernel/linux/linux-5.10/drivers/ntb/test/
H A Dntb_pingpong.c91 static unsigned int unsafe; variable
/kernel/linux/linux-5.10/include/linux/
H A Dbinfmts.h52 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/kernel/linux/linux-6.6/include/linux/
H A Dbinfmts.h50 int unsafe; /* how unsafe this exec is (mask of LSM_UNSAFE_*) */ member
/kernel/linux/linux-6.6/drivers/ntb/test/
H A Dntb_pingpong.c91 static unsigned int unsafe; variable
/third_party/node/deps/v8/third_party/jinja2/
H A Dsandbox.py181 def unsafe(f): function
[all...]
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py158 def unsafe(f): function
[all...]
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py181 def unsafe(f): function
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java152 private final boolean unsafe; field in CodedOutputStreamTest.NioDirectCoder
154 NioDirectCoder(int size, boolean unsafe) { in NioDirectCoder() argument
158 NioDirectCoder(int size, int initialPosition, boolean unsafe) { in NioDirectCoder() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h41 int unsafe; variable
/third_party/ffmpeg/libavfilter/
H A Davf_concat.c44 unsigned unsafe; member
/third_party/python/Lib/test/
H A Dtest_uuid.py38 unsafe = -1 variable in BaseTestUUID.test_safe_uuid_enum.CheckedSafeUUID
/kernel/linux/linux-5.10/security/apparmor/
H A Ddomain.c860 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...]

Completed in 13 milliseconds

12