OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_os_log
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.h
94
extern os_log_t
global_os_log
;
112
global_os_log
= os_log_create("com.apple.srp-mdns-proxy", "0"); \
114
# define FAULT(format, ...) SRP_OS_LOG(
global_os_log
, LOG_TYPE_FAULT, format, ##__VA_ARGS__)
115
# define ERROR(format, ...) SRP_OS_LOG(
global_os_log
, LOG_TYPE_ERROR, format, ##__VA_ARGS__)
123
SRP_OS_LOG(
global_os_log
, LOG_TYPE_INFO, "%d " format, foo, ##__VA_ARGS__); \
126
# define INFO(format, ...) SRP_OS_LOG(
global_os_log
, LOG_TYPE_INFO, format, ##__VA_ARGS__)
129
# define DEBUG(format, ...) SRP_OS_LOG(
global_os_log
, LOG_TYPE_DEBUG, format, ##__VA_ARGS__)
131
# define INFO(format, ...) SRP_OS_LOG(
global_os_log
, LOG_TYPE_INFO, format, ##__VA_ARGS__)
advertising_proxy_services.c
44
os_log_t
global_os_log
;
variable
srp-ioloop.c
78
os_log_t
global_os_log
;
variable
srp-mdns-proxy.c
82
os_log_t
global_os_log
;
variable
Completed in 21 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026