HomeSort by: relevance | last modified time | path
    Searched defs:FAULT (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-log.h 54 # define FAULT(fmt, ...)
67 # define FAULT(fmt, ...) srp_log_error(fmt, ##__VA_ARGS__)
86 # define FAULT(fmt, ...) do { SRP_LOG_TIME; fprintf(stderr, "%s %s: " fmt "\n", srp_log_time_buf, __FUNCTION__, ##__VA_ARGS__); } while (0)
114 # define FAULT(format, ...) SRP_OS_LOG(global_os_log, LOG_TYPE_FAULT, format, ##__VA_ARGS__)
138 # define FAULT(fmt, ...) syslog(LOG_CRIT, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__)
174 * And to follow the same log level with os_log, FAULT() is defined.
175 * #define FAULT(format, ...) log_with_component_and_type(OS_LOG_DEFAULT, LOG_TYPE_FAULT, format, ##__VA_ARGS__)
177 * FAULT level lof will be mapped to LOG_TYPE_FAULT in os_log.
183 * FAULT level lof will be mapped to LOG_CRIT in syslog.
adv-resolve.c 34 #undef FAULT
35 #define FAULT(fmt, ...) os_log_info(adv_log, "%{public}s: " # fmt, __FUNCTION__, ##__VA_ARGS__)
65 FAULT("subscription->local_instance is not NULL (%p)", subscription->local_instance);
68 FAULT("subscription->push_instance is not NULL (%p)", subscription->push_instance);
71 FAULT("subscription->service is not NULL (%p)", subscription->service);
92 FAULT("state->null_browse_ref is non-null: %p", state->null_browse_ref);
96 FAULT("state->null_browse_ref is non-null: %p", state->push_browse_ref);
100 FAULT("state->instances not NULL (%p)", state->instances);
103 FAULT("state->next not NULL (%p)", state->next);
148 FAULT("state->resolve_ref is non-null: %p", state->resolve_ref)
    [all...]
  /src/sys/arch/powerpc/fpu/
fpu_emu.c 198 #define FAULT 3
225 printf("fpu_emulate: fault reading opcode\n");
263 case FAULT:
416 return (FAULT);
489 return (FAULT);
498 return (FAULT);
  /src/external/apache2/mDNSResponder/dist/DSO/
dso.c 60 #undef FAULT
62 #define FAULT(fmt, ...)
248 FAULT("Fatal: sizeof (*dso)[%zd], outsize[%zd], "
433 FAULT("[DSO%u] Cannot search for activity with name and context both equal to NULL - "
455 FAULT("[DSO%u] The activity specified by the name does not have the expected context - "
486 FAULT("[DSO%u] Trying to add a duplicate activity - activity name: " PRI_S_SRP ", activity type: " PUB_S_SRP
542 FAULT("[DSO%u] Trying to remove an activity that is not in the list - "

Completed in 19 milliseconds