Searched refs:debug_log (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/usr.sbin/aslmanager/ |
| HD | aslmanager.c | 141 debug_log(int level, const char *str, ...) in debug_log() function 330 debug_log(ASL_LEVEL_NOTICE, " rename %s ---> %s\n", src, dst); in filesystem_rename() 334 …if (status != 0) debug_log(ASL_LEVEL_ERR, " FAILED status %d errno %d [%s] rename %s ---> %s\n", … in filesystem_rename() 342 debug_log(ASL_LEVEL_NOTICE, " remove %s\n", path); in filesystem_unlink() 346 …if (status != 0) debug_log(ASL_LEVEL_ERR, " FAILED status %d errno %d [%s] unlink %s\n", status, … in filesystem_unlink() 354 debug_log(ASL_LEVEL_NOTICE, " truncate %s\n", path); in filesystem_truncate() 358 …if (status != 0) debug_log(ASL_LEVEL_ERR, " FAILED status %d errno %d [%s] unlink %s\n", status, … in filesystem_truncate() 366 debug_log(ASL_LEVEL_NOTICE, " remove directory %s\n", path); in filesystem_rmdir() 370 …if (status != 0) debug_log(ASL_LEVEL_ERR, " FAILED status %d errno %d [%s] rmdir %s\n", status, e… in filesystem_rmdir() 385 if (flags & MODULE_FLAG_TYPE_ASL) debug_log(ASL_LEVEL_NOTICE, " copy asl %s ---> %s\n", src, dst); in filesystem_copy() [all …]
|
| /NextBSD/contrib/apr/memory/unix/ |
| HD | apr_pools.c | 1368 apr_file_t *debug_log = NULL; in apr_pool_initialize() local 1411 apr_file_open(&debug_log, logpath, APR_APPEND|APR_WRITE|APR_CREATE, in apr_pool_initialize() 1415 apr_file_open_stderr(&debug_log, global_pool); in apr_pool_initialize() 1419 file_stderr = debug_log; in apr_pool_initialize()
|