Home
last modified time | relevance | path

Searched refs:safe (Results 176 - 200 of 268) sorted by relevance

1234567891011

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js99 safe: false
106 safe: this.options.safe
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dentry-armv.S305 @ save/restore lr_abt and spsr_abt to make nested aborts safe.
315 mrs r2, spsr @ Save spsr_abt, abort is now safe
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dentry-armv.S310 @ save/restore lr_abt and spsr_abt to make nested aborts safe.
320 mrs r2, spsr @ Save spsr_abt, abort is now safe
/kernel/linux/linux-6.6/fs/dlm/
H A Duser.c151 struct dlm_callback *cb, *safe; in dlm_purge_lkb_callbacks() local
153 list_for_each_entry_safe(cb, safe, &lkb->lkb_callbacks, list) { in dlm_purge_lkb_callbacks()
/third_party/ffmpeg/tests/
H A Dfate-run.sh560 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -safe 0 $extra_args $(target_path $concatfile) | tr -d '\r' > $packetfile
563 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -of compact=p=0:nk=1 -safe 0 $extra_args $(target_path $concatfile)
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c282 /* Chunk size we use in safe copy of data to be shown. */
287 * 128-bit int); if we are at the end of our safe buffer and have
314 * Another problem is we want to ensure the data for display is safe to
316 * object and our safe copy of it. We copy portions of the data needed
322 * btf_show_start_type() which returns a pointer to the safe copy
325 * using copy_from_kernel_nofault() to update the safe data if necessary
332 * which our safe data starts. obj.data will advance as we copy
363 u8 safe[BTF_SHOW_OBJ_SAFE_SIZE]; member
865 /* We may not be able to represent this type; bail to be safe */ in btf_show_name()
993 /* How much is left to copy to safe buffe
1053 void *safe = NULL; btf_show_obj_safe() local
[all...]
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry.S349 ; !CONFIG_PREEMPTION: To ensure restore_regs is intr safe
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S51 ; exception prologue (IRQ auto-disabled on Exceptions, so it's IRQ-safe).
59 ; core reg as it will not be SMP safe.
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ptrace.tex101 is thread-safe.
H A Dunw_create_addr_space.tex245 \Func{unw\_create\_addr\_space}() is thread-safe but \emph{not}
246 safe to use from a signal handler.
/third_party/node/test/common/
H A Dreport.js219 `heap.${jsHeapFields[i]} is not a safe integer`,
/third_party/python/Lib/
H A Duuid.py80 safe = 0 variable in SafeUUID
133 a way that is safe for multiprocessing applications, via
167 indicates whether the UUID has been generated in a way that is safe
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dcallbacks.rs47 // the callback can't mess with its own ex_data slot so this is safe in raw_verify()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dnmake.mak59 # at least for now since snprintf and strncpy can be used in a safe way
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dnmake.mak59 # at least for now since snprintf and strncpy can be used in a safe way
/kernel/linux/linux-5.10/net/tipc/
H A Dnode.c712 struct tipc_sock_conn *conn, *safe; in tipc_node_remove_conn() local
722 list_for_each_entry_safe(conn, safe, &node->conn_sks, list) { in tipc_node_remove_conn()
1494 struct tipc_sock_conn *conn, *safe; in node_lost_contact() local
1520 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact()
1730 * lookup, which are rare and safe to dispose of anyway.
/kernel/linux/linux-6.6/net/tipc/
H A Dnode.c728 struct tipc_sock_conn *conn, *safe; in tipc_node_remove_conn() local
738 list_for_each_entry_safe(conn, safe, &node->conn_sks, list) { in tipc_node_remove_conn()
1521 struct tipc_sock_conn *conn, *safe; in node_lost_contact() local
1547 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact()
1759 * lookup, which are rare and safe to dispose of anyway.
/kernel/linux/linux-5.10/fs/gfs2/
H A Dlog.c370 struct gfs2_trans *tr, *safe; in ail2_empty() local
377 list_for_each_entry_safe(tr, safe, &sdp->sd_ail2_list, tr_list) { in ail2_empty()
H A Dsuper.c1404 * is safe, just less efficient.
1501 struct local_statfs_inode *lsi, *safe; in free_local_statfs_inodes() local
1504 list_for_each_entry_safe(lsi, safe, &sdp->sd_sc_inodes_list, si_list) { in free_local_statfs_inodes()
/kernel/linux/linux-6.6/fs/gfs2/
H A Dsuper.c1495 * is safe, just less efficient.
1583 struct local_statfs_inode *lsi, *safe; in free_local_statfs_inodes() local
1586 list_for_each_entry_safe(lsi, safe, &sdp->sd_sc_inodes_list, si_list) { in free_local_statfs_inodes()
/third_party/libfuse/util/
H A Dfusermount.c616 int safe; member
653 if (!mount_flags[i].safe && getuid() != 0) { in find_mount_flag()
1026 * Use a whitelist to be safe. */ in check_perm()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs423 /// * `safe`: If true, returns a "safe" prime `p` so that `(p-1)/2` is also prime.
445 safe: bool, in generate_prime()
453 safe as c_int, in generate_prime()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm307 my $fi_safe = _param('safe', %fi_a);
358 # is the default one available in the safe compartment.
1085 This is not very safe. The reason this isn't as safe is that if you
1091 safe.)
1095 are safe.
1097 But if you use the C<PACKAGE> option, you will probably be safe even
1349 If you give C<fill_in> a C<SAFE> option, its value should be a safe
1356 will be placed into the safe compartment and evaluation will take
1362 But in C<SAFE> mode the evaluation occurs inside the safe compartmen
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm307 my $fi_safe = _param('safe', %fi_a);
358 # is the default one available in the safe compartment.
1085 This is not very safe. The reason this isn't as safe is that if you
1091 safe.)
1095 are safe.
1097 But if you use the C<PACKAGE> option, you will probably be safe even
1349 If you give C<fill_in> a C<SAFE> option, its value should be a safe
1356 will be placed into the safe compartment and evaluation will take
1362 But in C<SAFE> mode the evaluation occurs inside the safe compartmen
[all...]
/kernel/linux/linux-5.10/include/linux/ceph/
H A Dceph_fs.h480 __u8 safe; /* true if committed to disk */ member

Completed in 36 milliseconds

1234567891011