Home
last modified time | relevance | path

Searched defs:log (Results 76 - 100 of 1376) sorted by relevance

12345678910>>...56

/kernel/linux/linux-5.10/drivers/char/tpm/eventlog/
H A Dtpm2.c45 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_start() local
91 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_next() local
131 struct tpm_bios_log *log = &chip->log; tpm2_binary_bios_measurements_show() local
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_dquot_item_recover.c24 xlog_recover_dquot_ra_pass2( struct xlog *log, struct xlog_recover_item *item) xlog_recover_dquot_ra_pass2() argument
60 xlog_recover_dquot_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t current_lsn) xlog_recover_dquot_commit_pass2() argument
176 xlog_recover_quotaoff_commit_pass1( struct xlog *log, struct xlog_recover_item *item) xlog_recover_quotaoff_commit_pass1() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dnv40.c31 u32 log = ctr->logic_op; in nv40_perfctr_init() local
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_dquot_item_recover.c25 xlog_recover_dquot_ra_pass2( struct xlog *log, struct xlog_recover_item *item) xlog_recover_dquot_ra_pass2() argument
61 xlog_recover_dquot_commit_pass2( struct xlog *log, struct list_head *buffer_list, struct xlog_recover_item *item, xfs_lsn_t current_lsn) xlog_recover_dquot_commit_pass2() argument
191 xlog_recover_quotaoff_commit_pass1( struct xlog *log, struct xlog_recover_item *item) xlog_recover_quotaoff_commit_pass1() argument
[all...]
/kernel/linux/linux-6.6/drivers/char/tpm/eventlog/
H A Dtpm2.c45 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_start() local
91 struct tpm_bios_log *log = &chip->log; in tpm2_bios_measurements_next() local
131 struct tpm_bios_log *log = &chip->log; tpm2_binary_bios_measurements_show() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dnv40.c31 u32 log = ctr->logic_op; in nv40_perfctr_init() local
/kernel/linux/linux-6.6/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh82 log() function
/test/testfwk/xdevice/plugins/devicetest/report/
H A Dgeneration.py28 log = platform_logger(name="ReporterHelper") variable
/third_party/ffmpeg/libavcodec/
H A Dmlp_parse.c86 int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb) in ff_mlp_read_major_sync() argument
/third_party/benchmark/src/
H A Dlog.h44 LogType& operator<<(LogType& log, Tp const& value) { in operator <<() argument
51 inline LogType& operator<<(LogType& log, EndLType* m) { in operator <<() argument
/third_party/icu/tools/colprobe/
H A Duprinter.cpp54 UPrinter::log(const UnicodeString &string, UBool nl) { in log() function in UPrinter
61 UPrinter::log(const UChar *string, UBool nl) { in log() function in UPrinter
82 UPrinter::log(const Line *line, UBool nl) { in log() function in UPrinter
96 void UPrinter::log(const char *fmt, ...) in log() function in UPrinter
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
H A DDecompressionTest.java21 private void log(char [] chars, int start, int count) { in log() method in DecompressionTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/compression/
H A DDecompressionTest.java24 private void log(char [] chars, int start, int count) { in log() method in DecompressionTest
/third_party/mesa3d/.gitlab-ci/common/
H A Dintel-gpu-freq.sh73 log() { function
[all...]
/third_party/jerryscript/jerry-libm/
H A Dlog.c94 log (double x) log() function
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dprogram.hpp73 std::string log; member
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dutil.hpp81 log(const std::string &suffix, const std::string &s) { in log() function
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug() argument
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float() argument
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile() argument
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile() argument
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile() argument
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, const struct brw_tcs_prog_key *old_key, const struct brw_tcs_prog_key *key) debug_tcs_recompile() argument
137 debug_tes_recompile(const struct brw_compiler *c, void *log, const struct brw_tes_prog_key *old_key, const struct brw_tes_prog_key *key) debug_tes_recompile() argument
152 debug_gs_recompile(const struct brw_compiler *c, void *log, const struct brw_gs_prog_key *old_key, const struct brw_gs_prog_key *key) debug_gs_recompile() argument
164 debug_fs_recompile(const struct brw_compiler *c, void *log, const struct brw_wm_prog_key *old_key, const struct brw_wm_prog_key *key) debug_fs_recompile() argument
198 debug_cs_recompile(const struct brw_compiler *c, void *log, const struct brw_cs_prog_key *old_key, const struct brw_cs_prog_key *key) debug_cs_recompile() argument
210 brw_debug_key_recompile(const struct brw_compiler *c, void *log, gl_shader_stage stage, const struct brw_base_prog_key *old_key, const struct brw_base_prog_key *key) brw_debug_key_recompile() argument
[all...]
/third_party/libexif/libexif/
H A Dexif-mnote-data-priv.h67 ExifLog *log; member
/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_prog05.c61 static char *log; variable
H A Dbpf_prog03.c38 static char *log; variable
/third_party/python/Lib/distutils/command/
H A Dbdist_rpm.py12 from distutils import log namespace
H A Dbuild_clib.py21 from distutils import log namespace
/third_party/python/Lib/distutils/
H A Dfile_util.py8 from distutils import log namespace
H A Dlog.py39 def log(self, level, msg, *args): member in Log
58 log = _global_log.log variable

Completed in 9 milliseconds

12345678910>>...56