Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp248 const m128 same = _mm_cmpeq_epi32(shadow, access); in ContainsSameAccess()
268 const m128 ro = _mm_cmpeq_epi32(shadow, read_mask); in ContainsSameAccess()
283 old = _mm_extract_epi32(shadow, 0); in DoReportRaceV()
286 old = _mm_extract_epi32(shadow, 1); in DoReportRaceV()
289 old = _mm_extract_epi32(shadow, 2); in DoReportRaceV()
292 old = _mm_extract_epi32(shadow, 3); in DoReportRaceV()
312 const m128 access_and = _mm_and_si128(access, shadow); in CheckRaces()
313 const m128 access_xor = _mm_xor_si128(access, shadow); in CheckRaces()
340 _mm_cmpeq_epi32(_mm_max_epu32(shadow, access_read_atomic), shadow); in CheckRaces()
345 const m128 empty = _mm_cmpeq_epi32(shadow, zero); in CheckRaces()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan.h70 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x2000000000ULL) argument
97 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x200000000000ULL) argument
119 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x100000000000ULL) argument
143 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x140000000000ULL) argument
158 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x140000000000ULL) argument
179 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x500000000000) argument
200 #define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x280000000000) argument
/freebsd/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()
H A Dhwasan_report.cpp451 shadow(CopyShadow()) {} in BaseReport()
521 const Shadow shadow; member in __hwasan::__anonc3d4ad990511::BaseReport
580 CHECK_GE(addr, shadow.addr); in GetTagCopy()
581 uptr idx = addr - shadow.addr; in GetTagCopy()
582 CHECK_LT(idx, ARRAY_SIZE(shadow.tags)); in GetTagCopy()
583 return shadow.tags[idx]; in GetTagCopy()
587 CHECK_GE(addr, shadow.addr + kShortDumpOffset); in GetShortTagCopy()
589 CHECK_LT(idx, ARRAY_SIZE(shadow.short_tags)); in GetShortTagCopy()
590 return shadow.short_tags[idx]; in GetShortTagCopy()
856 if (shadow.addr) { in PrintTags()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dunionfs12.sh61 mkdir $mp2/shadow
62 cp /bin/ls $mp2/shadow/
71 chmod +w $mp2/shadow/ls
72 sleep 2 >> $mp2/shadow/ls &
76 $mp1/shadow/ls -l /bin/ls $mp1 $mp2 && echo FAIL || echo OK
/freebsd/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 += ASAN_SHADOW_GRANULARITY, shadow++) { in FastPoisonShadowPartialRightRedzone()
83 *shadow = 0; // fully addressable in FastPoisonShadowPartialRightRedzone()
85 *shadow = in FastPoisonShadowPartialRightRedzone()
89 *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_interceptors_memintrinsics.h40 u8 shadow = AddressIsPoisoned(last); in DECLARE_REAL() local
42 shadow |= *((u8 *)shadow_first); in DECLARE_REAL()
43 return !shadow; in DECLARE_REAL()
H A Dasan_debugging.cpp89 if (auto shadow = descr.AsShadow()) { in __asan_locate_address() local
91 switch (shadow->kind) { in __asan_locate_address()
/freebsd/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/contrib/bsddialog/lib/
H A Dtheme.c59 .shadow.color = GET_COLOR(COLOR_BLACK, COLOR_BLACK),
60 .shadow.y = 1,
61 .shadow.x = 2,
108 .shadow.color = GET_COLOR(COLOR_BLACK, COLOR_BLACK),
109 .shadow.y = 1,
110 .shadow.x = 2,
159 dst->shadow.color = src->shadow.color; in set_theme()
160 dst->shadow.y = src->shadow.y; in set_theme()
161 dst->shadow.x = src->shadow.x; in set_theme()
H A Dlib_util.c426 maxheight = conf->shadow ? SCREENLINES - (int)t.shadow.y : SCREENLINES; in widget_max_height()
456 maxwidth = conf->shadow ? SCREENCOLS - (int)t.shadow.x : SCREENCOLS; in widget_max_width()
883 int hshadow = conf->shadow ? (int)t.shadow.y : 0; in set_widget_position()
884 int wshadow = conf->shadow ? (int)t.shadow.x : 0; in set_widget_position()
949 mvwin(clear, d->y + t.shadow.y, d->x + t.shadow.x); in hide_dialog()
969 hconf.shadow = conf->shadow; in f1help_dialog()
1054 if (d->conf->shadow) in end_dialog()
1055 delwin(d->shadow); in end_dialog()
1258 wclear(d->shadow); in draw_dialog()
1260 mvwin(d->shadow, d->y + t.shadow.y, d->x + t.shadow.x); in draw_dialog()
[all …]
/freebsd/contrib/bsddialog/utility/
H A Dutil_theme.c99 "theme.shadow.color", COLOR, &t.shadow.color},
101 "theme.shadow.y", UINT, &t.shadow.y},
102 {"", "theme.shadow.x", UINT, &t.shadow.x},
317 t.shadow.y = t.shadow.x = 0; in loadtheme()
390 t.shadow.color = bsddialog_color(col[0], col[0], 0); in bikeshed()
391 t.shadow.y = 1, in bikeshed()
392 t.shadow.x = 2, in bikeshed()
/freebsd/contrib/dialog/
H A Dutil.c179 p->shadow = child; in add_subwindow()
195 delwin(p->shadow); in del_subwindows()
1678 y += getbegy(shadow); in in_shadow()
1679 x += getbegx(shadow); in in_shadow()
2305 if (p->shadow != 0) { in dlg_del_window()
2306 touchwin(p->shadow); in dlg_del_window()
2307 wnoutrefresh(p->shadow); in dlg_del_window()
2356 p->shadow = parent; in dlg_new_modal_window()
2424 if (p->shadow != 0) { in dlg_move_window()
2428 p->shadow = 0; in dlg_move_window()
[all …]
/freebsd/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/usr.sbin/ypserv/
H A DMakefile.yp177 TARGETS+= shadow
212 shadow: shadow.byname shadow.byuid
234 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi
235 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi
647 shadow.byname: $(MASTER)
662 shadow.byuid: $(MASTER)
/freebsd/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/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_platform.h59 # define SHADOW_TO_ORIGIN(shadow) (((uptr)(shadow)) + 0x200000000000ULL) argument
H A Ddfsan_flags.inc41 "Whether to zero shadow space of new allocated memory.")
43 "Whether to zero shadow space of deallocated memory.")
/freebsd/contrib/bsddialog/
H A DCHANGELOG124 * fix: shadow top-left corner (trick wresize() before wmove()).
215 * change: fixed-rows becomes at most rows, min(rows, screenH - shadow).
216 * change: fixed-cols becomes at most cols, min(cols, screenW - shadow).
238 * fix: avoid to overlay down shadow with menus and forms bottomdesc
285 * fix: internal segmentation fault with disabled shadow.
286 * fix: center position without shadow.
289 * fix: rename theme.shadow.h to theme.shadow.y.
290 * fix: rename theme.shadow.w to theme.shadow.x.
342 --no-ok, --nook, --no-shadow, --no-tags, --ok-label <label>,
345 --separator <sep>, --shadow, --single-quoted, --sleep <secs>,
/freebsd/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/sys/netpfil/pf/
H A Dpf_table.c1526 shadow = pfr_create_ktable(tbl, 0, 0); in pfr_ina_define()
1527 if (shadow == NULL) { in pfr_ina_define()
1541 if (pfr_route_kentry(shadow, p)) { in pfr_ina_define()
1555 kt->pfrkt_shadow = shadow; in pfr_ina_define()
1557 pfr_clean_node_mask(shadow, &addrq); in pfr_ina_define()
1558 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1568 pfr_destroy_ktable(shadow, 0); in pfr_ina_define()
1676 pfr_clean_node_mask(shadow, &addrq); in pfr_commit_ktable()
1703 shadow->pfrkt_ip4); in pfr_commit_ktable()
1705 shadow->pfrkt_ip6); in pfr_commit_ktable()
[all …]
/freebsd/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

123456