Home
last modified time | relevance | path

Searched defs:log (Results 251 – 275 of 35036) sorted by relevance

1...<<11121314151617181920>>...1402

/dports/devel/rvm/rvm-1.20/rvm/
H A Drvm_logflush.c54 static rvm_return_t make_iov(log,length) in make_iov() argument
82 static long make_rec_num(log) in make_rec_num() argument
105 static rvm_return_t write_log_wrap(log_t *log) in write_log_wrap()
150 log_t *log = tid->log; local
206 static void build_nv_range(log,tid,range) in build_nv_range() argument
278 log_t *log = tid->log; /* log descriptor */ in write_range() local
315 log_t *log = tid->log; /* log descriptor */ in write_tid() local
427 static rvm_return_t log_tid(log_t *log, int_tid_t *tid) in log_tid()
543 static rvm_return_t flush_log_special(log_t *log) in flush_log_special()
568 rvm_return_t flush_log(log,count) in flush_log() argument
[all …]
/dports/irc/bip/bip-0.9.0-rc4/src/
H A Dlog.h53 typedef struct log struct
55 hash_t logfgs; argument
59 int backlogging; argument
61 int log_to_file; argument
64 } log_t; argument
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dlog.c40 struct LogFile *log = &log_type_table[type]; in log_set_file() local
53 log_free(struct LogFile *log) in log_free()
60 log_reopen(struct LogFile *log) in log_reopen()
81 log_exceed_size(struct LogFile *log) in log_exceed_size()
95 log_write(struct LogFile *log, const char *message) in log_write()
104 struct LogFile *log = &log_type_table[type]; in ilog() local
/dports/audio/beets/beets-1.4.9/beets/
H A Dart.py41 def get_art(log, item): argument
53 def embed_item(log, item, imagepath, maxwidth=None, itempath=None, argument
87 def embed_album(log, album, maxwidth=None, quiet=False, argument
109 def resize_image(log, imagepath, maxwidth): argument
117 def check_art_similarity(log, item, imagepath, compare_threshold): argument
189 def extract(log, outpath, item): argument
211 def extract_first(log, outpath, items): argument
218 def clear(log, lib, query): argument
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/odt/
H A Dinput.py36 def apply_list_starts(self, root, log): argument
47 def fix_markup(self, html, log): argument
57 def extract_css(self, root, log): argument
89 def epubify_markup(self, root, log): argument
169 def filter_css(self, root, log): argument
212 def search_page_img(self, mi, log): argument
221 def filter_cover(self, mi, log): argument
244 def filter_load(self, odffile, mi, log): argument
266 def __call__(self, stream, odir, log): argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/qphelper/
H A DqpTestLog.c258 static void qpTestLog_flushFile (qpTestLog* log) in qpTestLog_flushFile()
300 static deBool endSession (qpTestLog* log) in endSession()
401 void qpTestLog_destroy (qpTestLog* log) in qpTestLog_destroy()
842 deBool qpTestLog_endImageSet (qpTestLog* log) in qpTestLog_endImageSet()
875 qpTestLog* log, in qpTestLog_writeImage()
1127 deBool qpTestLog_endEglConfigSet (qpTestLog* log) in qpTestLog_endEglConfigSet()
1240 deBool qpTestLog_endSection (qpTestLog* log) in qpTestLog_endSection()
1402 deBool qpTestLog_endSampleInfo (qpTestLog* log) in qpTestLog_endSampleInfo()
1420 deBool qpTestLog_startSample (qpTestLog* log) in qpTestLog_startSample()
1480 deBool qpTestLog_endSample (qpTestLog* log) in qpTestLog_endSample()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/slog-2.5.2/src/
H A Dtests.rs26 let log = root.new(o!("b" => "bb", "c" => "cc")); in logger_fmt_debug_sanity() localVariable
39 fn log( in multichain() method
53 let log = root.new(o!("b1" => "bb", "b2" => "bb")); in multichain() localVariable
57 let log = Logger::root(log, o!("c" => "cc")); in multichain() localVariable
59 let log = Logger::root(log, o!("d1" => "dd", "d2" => "dd")); in multichain() localVariable
80 let log = Logger::root(Discard, o!("version" => env!("CARGO_PKG_VERSION"))); in expressions() localVariable
192 let log = Logger::root(Discard, o!("version" => env!("CARGO_PKG_VERSION"))); in integer_128_types() localVariable
200 let log = Logger::root(Discard, o!("version" => env!("CARGO_PKG_VERSION"))); in expressions_fmt() localVariable
228 let log = in simple_logger_erased() localVariable
244 let log = in logger_to_erased() localVariable
[all …]
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_debug_recompile.c32 key_debug(const struct brw_compiler *c, void *log, in key_debug()
43 key_debug_float(const struct brw_compiler *c, void *log, in key_debug_float()
59 debug_sampler_recompile(const struct brw_compiler *c, void *log, in debug_sampler_recompile()
90 debug_base_recompile(const struct brw_compiler *c, void *log, in debug_base_recompile()
98 debug_vs_recompile(const struct brw_compiler *c, void *log, in debug_vs_recompile()
119 debug_tcs_recompile(const struct brw_compiler *c, void *log, in debug_tcs_recompile()
137 debug_tes_recompile(const struct brw_compiler *c, void *log, in debug_tes_recompile()
152 debug_gs_recompile(const struct brw_compiler *c, void *log, in debug_gs_recompile()
164 debug_fs_recompile(const struct brw_compiler *c, void *log, in debug_fs_recompile()
198 debug_cs_recompile(const struct brw_compiler *c, void *log, in debug_cs_recompile()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/
H A Dxfs_log.c99 struct xlog *log, in xlog_grant_sub_space()
125 struct xlog *log, in xlog_grant_add_space()
175 struct xlog *log, in xlog_ticket_reservation()
192 struct xlog *log, in xlog_grant_head_wake()
241 struct xlog *log, in xlog_grant_head_wait()
294 struct xlog *log, in xlog_grant_head_check()
492 struct xlog *log, in __xlog_state_release_iclog()
518 struct xlog *log, in xlog_state_release_iclog()
1214 struct xlog *log, in xlog_space_left()
1565 struct xlog *log, in xlog_grant_push_threshold()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/
H A Dxfs_log.c99 struct xlog *log, in xlog_grant_sub_space()
125 struct xlog *log, in xlog_grant_add_space()
175 struct xlog *log, in xlog_ticket_reservation()
192 struct xlog *log, in xlog_grant_head_wake()
241 struct xlog *log, in xlog_grant_head_wait()
294 struct xlog *log, in xlog_grant_head_check()
492 struct xlog *log, in __xlog_state_release_iclog()
518 struct xlog *log, in xlog_state_release_iclog()
1214 struct xlog *log, in xlog_space_left()
1565 struct xlog *log, in xlog_grant_push_threshold()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/
H A Dxfs_log.c99 struct xlog *log, in xlog_grant_sub_space()
125 struct xlog *log, in xlog_grant_add_space()
175 struct xlog *log, in xlog_ticket_reservation()
192 struct xlog *log, in xlog_grant_head_wake()
241 struct xlog *log, in xlog_grant_head_wait()
294 struct xlog *log, in xlog_grant_head_check()
492 struct xlog *log, in __xlog_state_release_iclog()
518 struct xlog *log, in xlog_state_release_iclog()
1214 struct xlog *log, in xlog_space_left()
1565 struct xlog *log, in xlog_grant_push_threshold()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/
H A Draid5-cache.c210 struct r5l_log *log; member
399 struct r5l_log *log = conf->log; in r5c_log_required_to_flush_cache() local
452 struct r5l_log *log = conf->log; in r5c_make_stripe_write_out() local
562 struct r5l_log *log = io->log; in r5l_log_endio() local
1155 struct r5l_log *log = conf->log; in r5c_calculate_new_cp() local
1224 struct r5l_log *log = io->log; in __r5l_stripe_write_finished() local
1424 struct r5l_log *log = conf->log; in r5c_do_reclaim() local
1553 struct r5l_log *log = conf->log; in r5l_reclaim_thread() local
1593 struct r5l_log *log; in r5l_log_disk_error() local
2641 struct r5l_log *log = conf->log; in r5c_try_caching_write() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/md/
H A Draid5-cache.c210 struct r5l_log *log; member
399 struct r5l_log *log = conf->log; in r5c_log_required_to_flush_cache() local
452 struct r5l_log *log = conf->log; in r5c_make_stripe_write_out() local
562 struct r5l_log *log = io->log; in r5l_log_endio() local
1155 struct r5l_log *log = conf->log; in r5c_calculate_new_cp() local
1224 struct r5l_log *log = io->log; in __r5l_stripe_write_finished() local
1424 struct r5l_log *log = conf->log; in r5c_do_reclaim() local
1553 struct r5l_log *log = conf->log; in r5l_reclaim_thread() local
1593 struct r5l_log *log; in r5l_log_disk_error() local
2641 struct r5l_log *log = conf->log; in r5c_try_caching_write() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/md/
H A Draid5-cache.c210 struct r5l_log *log; member
399 struct r5l_log *log = conf->log; in r5c_log_required_to_flush_cache() local
452 struct r5l_log *log = conf->log; in r5c_make_stripe_write_out() local
562 struct r5l_log *log = io->log; in r5l_log_endio() local
1155 struct r5l_log *log = conf->log; in r5c_calculate_new_cp() local
1224 struct r5l_log *log = io->log; in __r5l_stripe_write_finished() local
1424 struct r5l_log *log = conf->log; in r5c_do_reclaim() local
1553 struct r5l_log *log = conf->log; in r5l_reclaim_thread() local
1593 struct r5l_log *log; in r5l_log_disk_error() local
2641 struct r5l_log *log = conf->log; in r5c_try_caching_write() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/network/fortimanager/fixtures/
H A Dtest_fmgr_secprof_waf.json20 "log": null, null
27 "log": null, null
34 "log": null, null
41 "log": null, null
47 "log": null, null
54 "log": null, null
80 "log": null null
133 "log": null null
162 "log": null, null
208 "log": null, null
[all …]

1...<<11121314151617181920>>...1402