| /xnu-11215/tests/vm_memory_tests_src/ |
| H A D | server.c | 2 boolean_t debug = TRUE; variable
|
| H A D | main.c | 19 boolean_t debug = TRUE; variable
|
| /xnu-11215/tools/lldbmacros/tests/lldbtest/ |
| H A D | unittest.py | 91 def __init__(self, stream, descriptions, verbosity, debug = False): argument 119 *, tb_locals = False, debug = False) -> None: argument 310 *, tb_locals = False, debug = False) -> None: argument
|
| /xnu-11215/libkern/kxld/ |
| H A D | Makefile | 124 debug: OPTIM=-O0 -DDEBUG -dynamic target 125 debug: build target
|
| /xnu-11215/bsd/net/ |
| H A D | necp.c | 715 #define NECP_DATA_TRACE_ON(debug) (debug) argument 716 #define NECP_DATA_TRACE_POLICY_ON(debug) (debug > NECP_DATA_TRACE_LEVEL_BRIEF) argument 746 #define NECP_DATA_TRACE_LOG_SOCKET_RESULT(debug, socket, caller, log_msg) \ argument 760 #define NECP_DATA_TRACE_LOG_IP4(debug, caller, log_msg) \ argument 768 #define NECP_DATA_TRACE_LOG_IP6(debug, caller, log_msg) \ argument 776 #define NECP_DATA_TRACE_LOG_IP_RESULT(debug, caller, log_msg) \ argument 784 #define NECP_DATA_TRACE_LOG_POLICY_SOCKET(debug, socket, caller, log_msg) \ argument 790 #define NECP_DATA_TRACE_LOG_POLICY_IP(debug, caller, log_msg) \ argument 9009 necp_socket_check_policy(struct necp_kernel_socket_policy *kernel_policy, in necp_socket_check_policy() 10019 int debug) in necp_socket_find_policy_match_with_info_locked() [all …]
|
| H A D | content_filter.c | 2982 int debug = 0; in cfil_sock_attach() local
|
| H A D | pfvar.h | 1686 u_int32_t debug; member
|
| /xnu-11215/osfmk/i386/ |
| H A D | simple_lock.h | 101 uslock_debug debug; member
|
| /xnu-11215/tests/ |
| H A D | socket_bind_35685803.c | 18 static bool debug; variable
|
| /xnu-11215/bsd/kern/ |
| H A D | socket_flows.c | 110 #define SOFLOW_LOG(level, so, debug, fmt, ...) … argument 123 #define SOFLOW_ENTRY_LOG(level, so, entry, debug, msg) … argument
|
| /xnu-11215/bsd/netinet/ |
| H A D | raw_ip.c | 1166 rip_unlock(struct socket *so, int refcount, void *debug) in rip_unlock()
|
| H A D | udp_usrreq.c | 2625 udp_lock(struct socket *so, int refcount, void *debug) in udp_lock() 2654 udp_unlock(struct socket *so, int refcount, void *debug) in udp_unlock()
|
| /xnu-11215/osfmk/arm/ |
| H A D | machine_routines_common.c | 1020 ml_set_interrupts_enabled_with_debug(boolean_t enable, boolean_t __unused debug) in ml_set_interrupts_enabled_with_debug()
|
| /xnu-11215/osfmk/kdp/ |
| H A D | kdp_udp.c | 420 unsigned int debug = debug_boot_arg; in kdp_register_send_receive() local
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | memory.py | 2535 def getThreadRW(thread, debug, elem_find, force_print): argument
|