Searched refs:what (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/osfmk/ipc/
H A Dmig_log.c95 mig_which_event_t what,
106 printf("%d|%d|%d", who, what, msgh_id);
116 mig_which_error_t what,
121 if (what == MACH_MSG_ERROR_UNKNOWN_ID)
122 printf("%d|%d|%d -- %s %d\n", who, what, *(int *)par, file, line);
124 printf("%d|%d|%s -- %s %d\n", who, what, (char *)par, file, line);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
114 MigEventErrors( mig_who_t who, mig_which_error_t what, void *par, char *file, unsigned int line) argument
/darwin-on-arm/xnu/osfmk/mach/
H A Dmig_log.h60 mig_which_event_t what,
79 mig_which_error_t what,
/darwin-on-arm/xnu/bsd/net/
H A Dpf_if.c168 pfi_kif_ref(struct pfi_kif *kif, enum pfi_kif_refs what) argument
170 switch (what) {
183 pfi_kif_unref(struct pfi_kif *kif, enum pfi_kif_refs what) argument
188 switch (what) {
H A Ddlil.c694 ifnet_lock_assert(struct ifnet *ifp, ifnet_lock_assert_t what) argument
699 switch (what) {
718 panic("bad ifnet assert type: %d", what);
5274 /* XXX not sure what to do here */
/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c3537 in_multihead_lock_assert(int what) argument
3539 lck_rw_assert(&in_multihead_lock, what);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c3369 in6_multihead_lock_assert(int what) argument
3371 lck_rw_assert(&in6_multihead_lock, what);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c482 #define DTRACE_STORE(type, tomax, offset, what) \
483 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
3183 * uint64_t will contain the caller, which is what
7217 * probe tuple -- allowing for fast lookups, regardless of what was
8843 * dtrace_meta_lock now is what defines the ordering with respect to
11179 * model to be enforced, and this is what DTRACE_COND_OWNER
12206 * NULL probe -- which is exactly what this function does.
16748 dtrace_cpu_setup(cpu_setup_t what, processorid_t cpu)
16753 switch (what) {
16774 * Regardless of what th
[all...]

Completed in 113 milliseconds