Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/gdb/gdb/config/i386/
H A Dnm-i386.h61 extern int i386_insert_hw_breakpoint (CORE_ADDR addr, void *shadow);
65 extern int i386_remove_hw_breakpoint (CORE_ADDR addr, void *shadow);
110 #define target_insert_hw_breakpoint(addr, shadow) \ argument
111 i386_insert_hw_breakpoint (addr, shadow)
113 #define target_remove_hw_breakpoint(addr, shadow) \ argument
114 i386_remove_hw_breakpoint (addr, shadow)
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cc87 const uptr shadow = reinterpret_cast<uptr>(&__hwasan_shadow); in IsPremapShadowAvailable() local
91 return shadow != 0 && shadow != resolver; in IsPremapShadowAvailable()
111 static __sanitizer::uptr shadow = 0; in __hwasan_premap_shadow() local
112 if (!shadow) in __hwasan_premap_shadow()
113 shadow = __hwasan::PremapShadow(); in __hwasan_premap_shadow()
114 return reinterpret_cast<decltype(__hwasan_shadow)*>(shadow); in __hwasan_premap_shadow()
/freebsd-12.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-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_poisoning.h82 u8 *shadow = (u8*)MEM_TO_SHADOW(aligned_addr); in FastPoisonShadowPartialRightRedzone() local
83 for (uptr i = 0; i < redzone_size; i += SHADOW_GRANULARITY, shadow++) { in FastPoisonShadowPartialRightRedzone()
85 *shadow = 0; // fully addressable in FastPoisonShadowPartialRightRedzone()
87 *shadow = (SHADOW_GRANULARITY == 128) ? 0xff : value; // unaddressable in FastPoisonShadowPartialRightRedzone()
90 *shadow = poison_partial ? static_cast<u8>(size - i) : 0; in FastPoisonShadowPartialRightRedzone()
H A Dasan_premap_shadow.cc55 uptr shadow = reinterpret_cast<uptr>(&__asan_shadow); in PremapShadowFailed() local
59 if (shadow == 0 || shadow == resolver) in PremapShadowFailed()
H A Dasan_descriptions.h193 ShadowAddressDescription shadow; member
217 return data.shadow.addr; in Address()
233 return data.shadow.Print();
248 return data.kind == kAddressKindShadow ? &data.shadow : nullptr; in AsShadow()
H A Dasan_debugging.cc89 if (auto shadow = descr.AsShadow()) { in __asan_locate_address() local
91 switch (shadow->kind) { in __asan_locate_address()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan.h65 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x2000000000ULL) argument
160 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x1000000000ULL) argument
183 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x140000000000ULL) argument
204 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x280000000000) argument
/freebsd-12.1/contrib/dialog/
H A Dutil.c153 p->shadow = child; in add_subwindow()
168 delwin(p->shadow); in del_subwindows()
1533 y += getbegy(shadow); in in_shadow()
1534 x += getbegx(shadow); in in_shadow()
2059 if (p->shadow != 0) { in dlg_del_window()
2060 touchwin(p->shadow); in dlg_del_window()
2061 wnoutrefresh(p->shadow); in dlg_del_window()
2109 p->shadow = parent; in dlg_new_modal_window()
2134 if (p->shadow != 0) { in dlg_move_window()
2138 p->shadow = 0; in dlg_move_window()
[all …]
H A DREADME25 Global options: [--shadow] [--no-shadow] [--separate-widget "<str>"]
/freebsd-12.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-12.1/crypto/openssh/contrib/redhat/
H A Dsshd.pam.old2 auth required /lib/security/pam_pwdb.so shadow nodelay
6 password required /lib/security/pam_pwdb.so shadow nullok use_authtok
/freebsd-12.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-12.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-12.1/sys/netpfil/pf/
H A Dpf_table.c1543 shadow = pfr_create_ktable(tbl, 0, 0); in pfr_ina_define()
1544 if (shadow == NULL) { in pfr_ina_define()
1557 if (pfr_route_kentry(shadow, p)) { in pfr_ina_define()
1571 kt->pfrkt_shadow = shadow; in pfr_ina_define()
1573 pfr_clean_node_mask(shadow, &addrq); in pfr_ina_define()
1574 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1584 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1691 pfr_clean_node_mask(shadow, &addrq); in pfr_commit_ktable()
1715 shadow->pfrkt_ip4); in pfr_commit_ktable()
1717 shadow->pfrkt_ip6); in pfr_commit_ktable()
[all …]
/freebsd-12.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-12.1/contrib/gdb/gdb/
H A Dremote-st.c602 st2000_insert_breakpoint (CORE_ADDR addr, char *shadow) in st2000_insert_breakpoint() argument
615 st2000_read_inferior_memory (bp_addr, shadow, bp_size); in st2000_insert_breakpoint()
626 st2000_remove_breakpoint (CORE_ADDR addr, char *shadow) in st2000_remove_breakpoint() argument
H A Di386-nat.c623 i386_insert_hw_breakpoint (CORE_ADDR addr, void *shadow) in i386_insert_hw_breakpoint() argument
638 i386_remove_hw_breakpoint (CORE_ADDR addr, void *shadow) in i386_remove_hw_breakpoint() argument
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20001928 * shadow: Remove directory.
1929 * shadow/*: De-populate.
2021 for shadow headers.
2225 * shadow/*: Hacked to make shadow headers work.
2244 * shadow/wchar.h: Fix.
2255 * shadow/libioP.h: New file.
2258 * shadow/fcntl.h: New file.
2270 * shadow/libio.h: Fix.
2306 std or shadow directories.
3850 * shadow/*: Same.
[all …]
/freebsd-12.1/contrib/compiler-rt/include/sanitizer/
H A Dmsan_interface.h53 void __msan_partial_poison(const volatile void *data, void *shadow,
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc54 TSAN_FLAG(int, flush_memory_ms, 0, "Flush shadow memory every X ms.")
59 "If the process consumes more memory, then TSan will flush shadow memory.")
/freebsd-12.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-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc110 "Large shadow regions are zero-filled using mmap(NORESERVE) instead of "
120 "Limit the amount of mmap-ed memory (excluding shadow) in Mb; "
164 "If set, instructs kernel to not store the (huge) shadow "
181 "If true, the shadow is not allowed to use huge pages. ")
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt66 # Functions that produce an output that does not depend on the input (shadow is
149 # shadow manually).
168 # shadow manually).

12345