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

/xnu-2782.1.97/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
/xnu-2782.1.97/osfmk/mach/
H A Dmig_log.h60 mig_which_event_t what,
79 mig_which_error_t what,
/xnu-2782.1.97/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.c846 ifnet_lock_assert(struct ifnet *ifp, ifnet_lock_assert_t what) argument
851 switch (what) {
870 panic("bad ifnet assert type: %d", what);
5908 /* XXX not sure what to do here */
/xnu-2782.1.97/bsd/netinet/
H A Din_mcast.c3548 in_multihead_lock_assert(int what) argument
3550 lck_rw_assert(&in_multihead_lock, what);
/xnu-2782.1.97/bsd/netinet6/
H A Din6_mcast.c3412 in6_multihead_lock_assert(int what) argument
3414 lck_rw_assert(&in6_multihead_lock, what);
/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace.c427 #define DTRACE_STORE(type, tomax, offset, what) \
428 *((type *)((uintptr_t)(tomax) + (uintptr_t)offset)) = (type)(what);
573 * should be careful about what values you are using.
3197 * uint64_t will contain the caller, which is what
6591 * probe tuple -- allowing for fast lookups, regardless of what was
8122 * dtrace_meta_lock now is what defines the ordering with respect to
10399 * model to be enforced, and this is what DTRACE_COND_OWNER
11399 * NULL probe -- which is exactly what this function does.
15453 dtrace_cpu_setup(cpu_setup_t what, processorid_t cpu) argument
15458 switch (what) {
[all...]

Completed in 107 milliseconds