Home
last modified time | relevance | path

Searched refs:sanitize (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc.h20 int (*sanitize)(struct intel_uc *uc); member
111 intel_uc_ops_function(sanitize, sanitize, int, 0);
H A Dintel_uc.c623 goto sanitize; in intel_uc_reset_prepare()
628 sanitize: in intel_uc_reset_prepare()
766 .sanitize = __uc_sanitize,
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp83 return sanitize(dbus_message_get_path(message_.get())); in get_path()
87 return sanitize(dbus_message_get_interface(message_.get())); in get_interface()
91 return sanitize(dbus_message_get_member(message_.get())); in get_member()
95 return sanitize( in get_type()
100 return sanitize(dbus_message_get_signature(message_.get())); in get_signature()
104 return sanitize(dbus_message_get_sender(message_.get())); in get_sender()
108 return sanitize(dbus_message_get_destination(message_.get())); in get_destination()
459 static std::string sanitize(const char* str) { in sanitize() function in dbus::message
/openbmc/estoraged/src/erase/
H A Dmeson.build6 'sanitize.cpp',
/openbmc/qemu/docs/devel/migration/
H A Dvirtio.rst98 - sanitize endianness
99 - sanitize features
/openbmc/linux/drivers/media/radio/
H A Dradio-miropcm20.c210 static bool sanitize(char *p, int size) in sanitize() function
356 if (!res && sanitize(text_buffer, 8)) in pcm20_thread()
373 if (!res && sanitize(text_buffer + 1, 64)) in pcm20_thread()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_pm.c193 if (engine->sanitize) in gt_sanitize()
194 engine->sanitize(engine); in gt_sanitize()
H A Dintel_engine_types.h497 void (*sanitize)(struct intel_engine_cs *engine); member
H A Dintel_engine_cs.c1972 if (engine->sanitize) in intel_engines_reset_default_submission()
1973 engine->sanitize(engine); in intel_engines_reset_default_submission()
H A Dintel_ring_submission.c1129 engine->sanitize = xcs_sanitize; in setup_common()
H A Dintel_execlists_submission.c3389 engine->sanitize = NULL; /* no longer in control, nothing to sanitize */ in execlists_release()
3590 engine->sanitize = execlists_sanitize; in intel_execlists_submission_setup()
/openbmc/sdbusplus/include/sdbusplus/message/
H A Dappend.hpp186 static void sanitize(const T&) in sanitize() function
190 static void sanitize(T& s) in sanitize() function
202 sanitize(s); in op()
/openbmc/linux/drivers/cxl/core/
H A Dmemdev.c158 bool sanitize; in security_sanitize_store() local
161 if (kstrtobool(buf, &sanitize) || !sanitize) in security_sanitize_store()
171 __ATTR(sanitize, 0200, NULL, security_sanitize_store);
/openbmc/openbmc-test-automation/ffdc/lib/
H A Dssh_utility.py152 self.sshclient.get_transport(), sanitize=lambda x: x
/openbmc/openbmc/poky/meta/recipes-core/busybox/
H A Dbusybox_1.37.0.bb50 file://0002-nslookup-sanitize-all-printed-strings-with-printable.patch \
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-nslookup-sanitize-all-printed-strings-with-printable.patch4 Subject: [PATCH 2/2] nslookup: sanitize all printed strings with
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-cxl67 that device. Such states can be: 'disabled', 'sanitize', when
71 upon completion of a sanitize operation.
74 What: /sys/bus/cxl/devices/memX/security/sanitize
80 sanitize the device to securely re-purpose or decommission it.
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cdclk.c1153 goto sanitize; in skl_sanitize_cdclk()
1161 goto sanitize; in skl_sanitize_cdclk()
1176 sanitize: in skl_sanitize_cdclk()
1990 goto sanitize; in bxt_sanitize_cdclk()
2009 goto sanitize; in bxt_sanitize_cdclk()
2014 goto sanitize; in bxt_sanitize_cdclk()
2039 sanitize: in bxt_sanitize_cdclk()
/openbmc/qemu/qapi/
H A Dcxl.json520 # @sanitize-on-release: Bit[5] of the "Flags" field in Compute Express
522 # the device should sanitize all released capacity as a result of
549 '*sanitize-on-release': 'bool',
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/
H A Dpidgin_2.14.13.bb12 file://sanitize-configure.ac.patch \
/openbmc/linux/drivers/usb/host/
H A Dohci-hcd.c365 sanitize: in ohci_endpoint_disable()
375 goto sanitize; in ohci_endpoint_disable()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.min.js6sanitize:!0,sanitizeFn:null,whiteList:t},m.prototype.init=function(t,e,i){if(this.enabled=!0,this.… property in m.DEFAULTS
H A Dbootstrap-3.4.1.js1462 sanitize : true, property in Tooltip.DEFAULTS
1522 if (options.sanitize) {
1740 if (this.options.sanitize) {
2014 if (this.options.sanitize) {
/openbmc/qemu/
H A Dmeson.build514 safe_stack_arg = get_option('safe_stack') ? '-fsanitize=safe-stack' : '-fno-sanitize=safe-stack'
547 if cc.has_argument('-fno-sanitize=function')
548 qemu_cflags += ['-fno-sanitize=function']
646 name: '-fno-sanitize-trap=cfi-icall',
648 '-fno-sanitize-trap=cfi-icall'] )
649 cfi_flags += '-fno-sanitize-trap=cfi-icall'
651 error('-fno-sanitize-trap=cfi-icall is not supported by the compiler')
3765 pagevary_flags += '-fno-sanitize=cfi-icall'
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch54 #define ASAN_CC1_SPEC "%{%:sanitize(address):-funwind-tables}"

12