Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 31) sorted by relevance

12

/xnu-11215/osfmk/kdp/
H A Duser_core.c95 user_dump_save_summary(void *refcon, core_save_summary_cb callback, void *context) in user_dump_save_summary()
118 core_save_segment_descriptions_cb callback; member
136 user_dump_save_seg_descriptions(void *refcon, core_save_segment_descriptions_cb callback, void *con… in user_dump_save_seg_descriptions()
155 user_dump_save_thread_state(void *refcon, void *buf, core_save_thread_state_cb callback, void *cont… in user_dump_save_thread_state()
175 user_dump_save_sw_vers_detail(void *refcon, core_save_sw_vers_detail_cb callback, void *context) in user_dump_save_sw_vers_detail()
193 core_save_segment_data_cb callback; member
209 user_dump_save_segment_data(void *refcon, core_save_segment_data_cb callback, void *context) in user_dump_save_segment_data()
234 user_dump_save_note_summary(void *refcon __unused, core_save_note_summary_cb callback, void *contex… in user_dump_save_note_summary()
240 user_dump_save_note_descriptions(void *refcon __unused, core_save_note_descriptions_cb callback, vo… in user_dump_save_note_descriptions()
247 user_dump_save_note_data(void *refcon, core_save_note_data_cb callback, void *context) in user_dump_save_note_data()
H A Dkdp_core.c428 pmap_traverse_callback callback, in pmap_traverse_present_mappings()
588 core_save_segment_descriptions_cb callback; member
605 core_save_segment_data_cb callback; member
641 kern_dump_save_summary(__unused void *refcon, core_save_summary_cb callback, void *context) in kern_dump_save_summary()
666 kern_dump_save_seg_descriptions(__unused void *refcon, core_save_segment_descriptions_cb callback, … in kern_dump_save_seg_descriptions()
689 kern_dump_save_thread_state(__unused void *refcon, void *buf, core_save_thread_state_cb callback, v… in kern_dump_save_thread_state()
713 kern_dump_save_sw_vers_detail(__unused void *refcon, core_save_sw_vers_detail_cb callback, void *co… in kern_dump_save_sw_vers_detail()
719 kern_dump_save_segment_data(__unused void *refcon, core_save_segment_data_cb callback, void *contex… in kern_dump_save_segment_data()
1818 kern_dump_save_note_summary(void *refcon __unused, core_save_note_summary_cb callback, void *contex… in kern_dump_save_note_summary()
1841 kern_dump_save_note_descriptions(void *refcon __unused, core_save_note_descriptions_cb callback, vo… in kern_dump_save_note_descriptions()
[all …]
H A Dsk_core.c536 sk_dump_get_summary(void *refcon, core_save_summary_cb callback, void *context) in sk_dump_get_summary()
568 sk_dump_save_seg_desc(void *refcon __unused, core_save_segment_descriptions_cb callback, in sk_dump_save_seg_desc()
602 sk_dump_save_seg_data(void *refcon __unused, core_save_segment_data_cb callback, in sk_dump_save_seg_data()
631 core_save_sw_vers_detail_cb callback, void *context) in sk_dump_save_sw_vers_detail()
654 sk_dump_save_note_summary(void *refcon __unused, core_save_note_summary_cb callback, void *context) in sk_dump_save_note_summary()
660 sk_dump_save_note_desc(void *refcon __unused, core_save_note_descriptions_cb callback, void *contex… in sk_dump_save_note_desc()
666 sk_dump_save_note_data(void *refcon __unused, core_save_note_data_cb callback, void *context) in sk_dump_save_note_data()
H A Dkdp_common.c111 kdp_traverse_mappings_callback callback, in kdp_traverse_mappings()
/xnu-11215/bsd/sys/
H A Dkpi_socket.h120 #define sock_accept(so, from, fromlen, flags, callback, cookie, new_so) \ argument
423 #define sock_socket(domain, type, protocol, callback, cookie, new_so) \ argument
/xnu-11215/tests/
H A Dexc_helpers.c372 _run_exception_handler(mach_port_t exc_port, void *preferred_callback, void *callback, bool run_onc… in _run_exception_handler()
410 run_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback) in run_exception_handler()
417 void *callback, exception_behavior_t behavior, bool run_once) in run_exception_handler_behavior64()
429 repeat_exception_handler(mach_port_t exc_port, exc_handler_callback_t callback) in repeat_exception_handler()
H A Dldt.c795 call_compatmode(uint32_t stackaddr, uint64_t compat_arg, uint64_t callback) in call_compatmode()
/xnu-11215/iokit/System/
H A DIODataQueueDispatchSourceShared.h293 IODataQueueDispatchSource::Peek(IODataQueueClientDequeueEntryBlock callback) in Peek()
363 IODataQueueDispatchSource::Dequeue(IODataQueueClientDequeueEntryBlock callback) in Dequeue()
378 IODataQueueClientDequeueEntryBlock callback) in DequeueWithCoalesce()
475 IODataQueueClientEnqueueEntryBlock callback) in Enqueue()
491 IODataQueueClientEnqueueEntryBlock callback) in EnqueueWithCoalesce()
/xnu-11215/libkern/apple_encrypted_archive/
H A Dapple_encrypted_archive.c28 apple_encrypted_archive_interface_set_registration_callback(registration_callback_t callback) in apple_encrypted_archive_interface_set_registration_callback()
/xnu-11215/libkern/compression/
H A Dcompression.c28 compression_interface_set_registration_callback(registration_callback_t callback) in compression_interface_set_registration_callback()
/xnu-11215/bsd/kern/
H A Dkpi_socket.c77 sock_upcall callback, void *cookie, socket_t *new_sock, bool is_internal) in sock_accept_common()
215 sock_upcall callback, void *cookie, socket_t *new_sock) in sock_accept()
223 sock_upcall callback, void *cookie, socket_t *new_sock) in sock_accept_internal()
1066 sock_socket_common(int domain, int type, int protocol, sock_upcall callback, in sock_socket_common()
1102 sock_socket_internal(int domain, int type, int protocol, sock_upcall callback, in sock_socket_internal()
1110 sock_socket(int domain, int type, int protocol, sock_upcall callback, in sock_socket()
1388 sock_setupcall(socket_t sock, sock_upcall callback, void *context) in sock_setupcall()
H A Dkern_authorization.c162 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_alloc_scope()
178 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_alloc_listener()
193 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_register_scope()
275 kauth_listen_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) in kauth_listen_scope()
H A Dkpi_mbuf.c1782 get_tx_compl_callback_index_locked(mbuf_tx_compl_func callback) in get_tx_compl_callback_index_locked()
1795 get_tx_compl_callback_index(mbuf_tx_compl_func callback) in get_tx_compl_callback_index()
1824 mbuf_register_tx_compl_callback(mbuf_tx_compl_func callback) in mbuf_register_tx_compl_callback()
1857 mbuf_unregister_tx_compl_callback(mbuf_tx_compl_func callback) in mbuf_unregister_tx_compl_callback()
1900 mbuf_tx_compl_func callback) in mbuf_set_timestamp_requested()
1963 mbuf_tx_compl_func callback; in m_do_tx_compl_callback() local
H A Dkdebug.c94 kd_callback_t callback; member
511 kd_callback_fn callback, void *context) in _register_coproc_internal()
539 kernel_debug_register_callback(kd_callback_t callback) in kernel_debug_register_callback()
566 kd_callback_fn callback, void *context) in kdebug_register_coproc()
H A Dkern_symfile.c209 kern_get_file_extents_callback_t callback, in kern_open_file_for_direct_io()
/xnu-11215/osfmk/UserNotification/
H A DKUNCUserNotifications.c60 KUNCUserNotificationCallBack callback; member
299 KUNCUserNotificationCallBack callback, in KUNCUserNotificationDisplayFromBundle()
/xnu-11215/libkern/libkern/c++/
H A DOSSerialize.h341 OSSerializerCallback callback; variable
/xnu-11215/bsd/skywalk/lib/
H A Dnet_filter_event.c149 net_filter_event_register(net_filter_event_callback_t callback) in net_filter_event_register()
/xnu-11215/libkern/c++/
H A DOSSerialize.cpp350 OSSerializerBlock callback) in withBlock()
/xnu-11215/pexpert/i386/
H A Dpe_init.c316 PE_register_timebase_callback(timebase_callback_func callback) in PE_register_timebase_callback()
/xnu-11215/libkern/
H A DOSKextLib.cpp188 OSKextRequestResourceCallback callback, in OSKextRequestResource()
/xnu-11215/bsd/net/
H A Dif_gif.c285 bpf_packet_func callback) in gif_set_bpf_tap()
H A Dif_stf.c290 bpf_packet_func callback) in stf_set_bpf_tap()
/xnu-11215/pexpert/arm/
H A Dpe_init.c576 PE_register_timebase_callback(timebase_callback_func callback) in PE_register_timebase_callback()
/xnu-11215/osfmk/kern/
H A Dpriority_queue.h400 #define priority_queue_destroy(pq, type, field, callback) \ argument

12