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

  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_log_interface.h 173 XRayLogInitStatus (*log_init)(size_t, size_t, void *, size_t); member in struct:XRayLogImpl
184 /// logging) those MUST be installed by the installed 'log_init' handler.
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_log_interface.cc 68 Impl.log_finalize == nullptr || Impl.log_init == nullptr)
108 if (Impl.log_init == nullptr || Impl.log_finalize == nullptr ||
137 return GlobalXRayImpl->log_init(BufferSize, MaxBuffers, Args, ArgsSize);
156 return GlobalXRayImpl->log_init(
177 return GlobalXRayImpl->log_init(
  /src/usr.sbin/autofs/
common.h 70 void log_init(int);
log.c 57 log_init(int level) function in typeref:typename:void
automount.c 313 log_init(debug);
autounmountd.c 299 log_init(debug);
automountd.c 503 log_init(debug);

Completed in 40 milliseconds