Home
last modified time | relevance | path

Searched refs:shadow (Results 1 – 25 of 97) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp51 const uptr shadow = reinterpret_cast<uptr>(&__hwasan_shadow); in IsPremapShadowAvailable() local
55 return shadow != 0 && shadow != resolver; in IsPremapShadowAvailable()
75 static __sanitizer::uptr shadow = 0; in __hwasan_premap_shadow() local
76 if (!shadow) in __hwasan_premap_shadow()
77 shadow = __hwasan::PremapShadow(); in __hwasan_premap_shadow()
78 return reinterpret_cast<decltype(__hwasan_shadow)*>(shadow); in __hwasan_premap_shadow()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.h80 u8 *shadow = (u8*)MEM_TO_SHADOW(aligned_addr); in FastPoisonShadowPartialRightRedzone() local
81 for (uptr i = 0; i < redzone_size; i += SHADOW_GRANULARITY, shadow++) { in FastPoisonShadowPartialRightRedzone()
83 *shadow = 0; // fully addressable in FastPoisonShadowPartialRightRedzone()
85 *shadow = (SHADOW_GRANULARITY == 128) ? 0xff : value; // unaddressable in FastPoisonShadowPartialRightRedzone()
88 *shadow = poison_partial ? static_cast<u8>(size - i) : 0; in FastPoisonShadowPartialRightRedzone()
H A Dasan_premap_shadow.cpp40 uptr shadow = reinterpret_cast<uptr>(&__asan_shadow); in PremapShadowFailed() local
44 if (shadow == 0 || shadow == resolver) in PremapShadowFailed()
H A Dasan_descriptions.h199 ShadowAddressDescription shadow; member
223 return data.shadow.addr; in Address()
239 return data.shadow.Print();
254 return data.kind == kAddressKindShadow ? &data.shadow : nullptr; in AsShadow()
H A Dasan_debugging.cpp88 if (auto shadow = descr.AsShadow()) { in __asan_locate_address() local
90 switch (shadow->kind) { in __asan_locate_address()
H A Dasan_flags.inc89 "If set, explicitly unmaps the (huge) shadow at exit.")
90 ASAN_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
94 ASAN_FLAG(bool, print_legend, true, "Print the legend for the shadow bytes.")
/freebsd-13.1/contrib/libxo/xohtml/external/
H A Djquery.qtip.css27 box-shadow: none;
236 .qtip-shadow{
263 -webkit-box-shadow: 0 0 3px #333;
264 -moz-box-shadow: 0 0 3px #333;
265 box-shadow: 0 0 3px #333;
317 -webkit-box-shadow: 0 0 12px #333;
318 -moz-box-shadow: 0 0 12px #333;
319 box-shadow: 0 0 12px #333;
388 text-shadow: 0 1px black;
402 text-shadow: none;
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h64 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x2000000000ULL) argument
159 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x1000000000ULL) argument
182 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x140000000000ULL) argument
196 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x140000000000ULL) argument
217 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x280000000000) argument
/freebsd-13.1/contrib/dialog/
H A Dutil.c153 p->shadow = child; in add_subwindow()
168 delwin(p->shadow); in del_subwindows()
1571 y += getbegy(shadow); in in_shadow()
1572 x += getbegx(shadow); in in_shadow()
2102 if (p->shadow != 0) { in dlg_del_window()
2103 touchwin(p->shadow); in dlg_del_window()
2104 wnoutrefresh(p->shadow); in dlg_del_window()
2152 p->shadow = parent; in dlg_new_modal_window()
2177 if (p->shadow != 0) { in dlg_move_window()
2181 p->shadow = 0; in dlg_move_window()
[all …]
H A DREADME25 Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"]
/freebsd-13.1/crypto/openssh/contrib/
H A Dsshd.pam.generic2 auth required /lib/security/pam_unix.so shadow nodelay
6 password required /lib/security/pam_unix.so shadow nullok use_authtok
/freebsd-13.1/usr.sbin/ypserv/
H A DMakefile.yp178 TARGETS+= shadow
213 shadow: shadow.byname shadow.byuid
235 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi
236 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi
648 shadow.byname: $(MASTER)
663 shadow.byuid: $(MASTER)
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_flags.inc20 "If set, explicitly unmaps the (huge) shadow at exit.")
21 MEMPROF_FLAG(bool, protect_shadow_gap, true, "If set, mprotect the shadow gap")
22 MEMPROF_FLAG(bool, print_legend, true, "Print the legend for the shadow bytes.")
/freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-mm-lantiq.txt19 - lantiq,shadow : The default value that we shall assume as already set on the
36 lantiq,shadow = <0x77f>
H A Dgpio-stp-xway.txt18 - lantiq,shadow : The default value that we shall assume as already set on the
36 lantiq,shadow = <0xffff>;
/freebsd-13.1/sys/netpfil/pf/
H A Dpf_table.c1534 shadow = pfr_create_ktable(tbl, 0, 0); in pfr_ina_define()
1535 if (shadow == NULL) { in pfr_ina_define()
1549 if (pfr_route_kentry(shadow, p)) { in pfr_ina_define()
1563 kt->pfrkt_shadow = shadow; in pfr_ina_define()
1565 pfr_clean_node_mask(shadow, &addrq); in pfr_ina_define()
1566 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1576 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1684 pfr_clean_node_mask(shadow, &addrq); in pfr_commit_ktable()
1711 shadow->pfrkt_ip4); in pfr_commit_ktable()
1713 shadow->pfrkt_ip6); in pfr_commit_ktable()
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_flags.inc41 "Whether to zero shadow space of new allocated memory.")
43 "Whether to zero shadow space of deallocated memory.")
H A Ddone_abilist.txt123 # Functions that produce an output that does not depend on the input (shadow is
212 # shadow manually).
238 # shadow manually).
356 # shadow manually).
/freebsd-13.1/crypto/heimdal/appl/login/
H A DChangeLog211 * login.c (do_login): conditionalize shadow stuff on getspnam
253 * shadow.c (check_shadow): check for a NULL sp
265 * login_locl.h: add <shadow.h> and some prototypes
267 * login.c: fixes with v4 and shadow support. From Miroslav Ruda
270 * shadow.c: new file with functions for handling shadow passwords
272 * Makefile.am: add shadow
H A DMakefile.am20 shadow.c \
/freebsd-13.1/contrib/libxo/xohtml/
H A Dxohtml.css236 box-shadow: 0 1px 1px #fff,
384 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
454 box-shadow: 0px 0px 8px rgba(100, 100, 200, 0.5);
557 text-shadow: -1px -1px 2px #777777;
558 text-shadow: rgba(10, 10, 10, 0.5) 1px 2px 2px;
750 box-shadow: none;
856 box-shadow: 0px 0px 3px rgba(100, 100, 200, 0.8);
988 box-shadow: inset 0px 1px 0px 0px #f5978e;
1002 text-shadow: 1px 1px 0px #810e05;
/freebsd-13.1/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dmsan_interface.h55 void __msan_partial_poison(const volatile void *data, void *shadow,
/freebsd-13.1/crypto/heimdal/appl/su/
H A DChangeLog88 * su.c (main): just ignore shadow information if getspnam returns
101 * su.c: add support for shadow passwords and rewrite some logic.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc53 TSAN_FLAG(int, flush_memory_ms, 0, "Flush shadow memory every X ms.")
58 "If the process consumes more memory, then TSan will flush shadow memory.")
/freebsd-13.1/usr.sbin/pw/
H A DREADME6 to those used by the Sun/shadow commands: useradd, usermod, userdel,

1234