HomeSort by: relevance | last modified time | path
    Searched refs:sanitize (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc.h 18 int (*sanitize)(struct intel_uc *uc); member in struct:intel_uc_ops
82 intel_uc_ops_function(sanitize, sanitize, int, 0);
intel_uc.c 595 * When coming out of S3/S4 we sanitize and re-init the HW, so
604 * During runtime resume we don't sanitize, so we need to re-init
615 .sanitize = __uc_sanitize,
  /src/usr.bin/tip/aculib/
v831.c 50 static char *sanitize(char *);
193 phonenum = sanitize(phonenum);
246 sanitize(char *s) function in typeref:typename:char *
  /src/usr.bin/make/
test-variants.mk 23 TESTS+= sanitize
24 ENV.sanitize= MKSANITIZER=yes LIMIT_RESOURCES=:
25 CPPFLAGS.sanitize= -DCLEANUP
26 CFLAGS.sanitize= -O2 -ggdb
206 . for name in ${shell:T}-sanitize
  /src/lib/libc/
Makefile 22 LIBCSANITIZERFLAGS+= ${${ACTIVE_CC} == "clang":? -fno-sanitize=function :}
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_cdclk.c 1098 goto sanitize;
1106 goto sanitize;
1118 /* All well; nothing to sanitize */
1121 sanitize:
1621 goto sanitize;
1627 * so sanitize this register.
1640 goto sanitize;
1645 goto sanitize;
1665 goto sanitize;
1676 /* All well; nothing to sanitize */
    [all...]
  /src/share/mk/
bsd.sys.mk 166 LIBCSANITIZERFLAGS+= -fno-sanitize=vptr # Unsupported in micro-UBSan
  /src/common/dist/zlib/
configure 144 --sanitize) address=1; shift ;;

Completed in 16 milliseconds