Searched defs:callback (Results 1 - 18 of 18) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSSerialize.h111 OSSerializerCallback callback; member in class:OSSerializer
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_symfile.c94 kern_open_file_for_direct_io(const char * name, kern_get_file_extents_callback_t callback, void * callback_ref, dev_t * device_result, uint64_t * partitionbase_result, uint64_t * maxiocount_result) argument
H A Dkern_authorization.c181 kauth_alloc_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
200 kauth_alloc_listener(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
217 kauth_register_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
299 kauth_listen_scope(const char *identifier, kauth_scope_callback_t callback, void *idata) argument
[all...]
H A Dkpi_socket.c61 sock_accept( socket_t sock, struct sockaddr *from, int fromlen, int flags, sock_upcall callback, void* cookie, socket_t *new_sock) argument
739 sock_socket( int domain, int type, int protocol, sock_upcall callback, void* context, socket_t *new_so) argument
H A Dkern_event.c1307 kevent_process(struct kqueue *kq, kevent_callback_t callback, void *data, int *countp, struct proc *p) argument
1492 kevent_scan(struct kqueue *kq, kevent_callback_t callback, kevent_continue_t continuation, void *data, struct timeval *atvp, struct proc *p) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSSerialize.cpp246 forTarget( void * target, OSSerializerCallback callback, void * ref ) argument
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_init.c223 void PE_register_timebase_callback(timebase_callback_func callback) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_gif.c260 gif_set_bpf_tap( ifnet_t ifp, bpf_tap_mode mode, bpf_packet_func callback) argument
H A Dif_stf.c251 stf_set_bpf_tap( ifnet_t ifp, bpf_tap_mode mode, bpf_packet_func callback) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/UserNotification/
H A DKUNCUserNotifications.c339 KUNCUserNotificationDisplayFromBundle( KUNCUserNotificationID id, char *bundlePath, char *fileName, char *fileExtension, char *messageKey, char *tokenString, KUNCUserNotificationCallBack callback, __unused int contextKey) argument
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_init.c238 void PE_register_timebase_callback(timebase_callback_func callback) argument
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLib.cpp488 IOIteratePageableMaps(vm_size_t size, IOIteratePageableMapsCallback callback, void * ref) argument
H A DIOUserClient.cpp806 setAsyncReference(OSAsyncReference asyncRef, mach_port_t wakePort, void *callback, void *refcon) argument
816 setAsyncReference64(OSAsyncReference64 asyncRef, mach_port_t wakePort, mach_vm_address_t callback, io_user_reference_t refcon) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/
H A Dprofile-internal.h218 struct callback { struct
221 size_t (*callback)(struct profile_vars *, struct callback *); member in struct:callback
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c2674 end_transaction(transaction *tr, int force_it, errno_t (*callback)(void*), void *callback_arg) argument
[all...]
H A Dvfs_bio.c478 buf_setcallback(buf_t bp, void (*callback)(buf_t, void *), void *transaction) argument
H A Dvfs_cluster.c385 cluster_syncup(vnode_t vp, off_t newEOF, int (*callback)(buf_t, void *), void *callback_arg) argument
1480 cluster_read_prefetch(vnode_t vp, off_t f_offset, u_int size, off_t filesize, int (*callback)(buf_t, void *), void *callback_arg, int bflag) argument
749 cluster_io(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int non_rounded_size, int flags, buf_t real_bp, struct clios *iostate, int (*callback)(buf_t, void *), void *callback_arg) argument
1507 cluster_read_ahead(vnode_t vp, struct cl_extent *extent, off_t filesize, struct cl_readahead *rap, int (*callback)(buf_t, void *), void *callback_arg, int bflag) argument
1588 cluster_pageout_ext(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int size, off_t filesize, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
1675 cluster_pagein_ext(vnode_t vp, upl_t upl, vm_offset_t upl_offset, off_t f_offset, int size, off_t filesize, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
1738 cluster_bp_ext(buf_t bp, int (*callback)(buf_t, void *), void *callback_arg) argument
1768 cluster_write_ext(vnode_t vp, struct uio *uio, off_t oldEOF, off_t newEOF, off_t headOff, off_t tailOff, int xflags, int (*callback)(buf_t, void *), void *callback_arg) argument
1893 cluster_write_direct(vnode_t vp, struct uio *uio, off_t oldEOF, off_t newEOF, int *write_type, u_int32_t *write_length, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
2195 cluster_write_contig(vnode_t vp, struct uio *uio, off_t newEOF, int *write_type, u_int32_t *write_length, int (*callback)(buf_t, void *), void *callback_arg, int bflag) argument
2413 cluster_write_copy(vnode_t vp, struct uio *uio, u_int32_t io_req_size, off_t oldEOF, off_t newEOF, off_t headOff, off_t tailOff, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
3046 cluster_read_ext(vnode_t vp, struct uio *uio, off_t filesize, int xflags, int (*callback)(buf_t, void *), void *callback_arg) argument
3124 cluster_read_copy(vnode_t vp, struct uio *uio, u_int32_t io_req_size, off_t filesize, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
3582 cluster_read_direct(vnode_t vp, struct uio *uio, off_t filesize, int *read_type, u_int32_t *read_length, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
3961 cluster_read_contig(vnode_t vp, struct uio *uio, off_t filesize, int *read_type, u_int32_t *read_length, int (*callback)(buf_t, void *), void *callback_arg, int flags) argument
4266 advisory_read_ext(vnode_t vp, off_t filesize, off_t f_offset, int resid, int (*callback)(buf_t, void *), void *callback_arg, int bflag) argument
4448 cluster_push_ext(vnode_t vp, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
4527 cluster_try_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int (*callback)(buf_t, void *), void *callback_arg) argument
4702 cluster_push_now(vnode_t vp, struct cl_extent *cl, off_t EOF, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
4869 sparse_cluster_switch(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int (*callback)(buf_t, void *), void *callback_arg) argument
4903 sparse_cluster_push(struct cl_writebehind *wbp, vnode_t vp, off_t EOF, int push_flag, int (*callback)(buf_t, void *), void *callback_arg) argument
4936 sparse_cluster_add(struct cl_writebehind *wbp, vnode_t vp, struct cl_extent *cl, off_t EOF, int (*callback)(buf_t, void *), void *callback_arg) argument
4967 cluster_align_phys_io(vnode_t vp, struct uio *uio, addr64_t usr_paddr, u_int32_t xsize, int flags, int (*callback)(buf_t, void *), void *callback_arg) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c8835 ipsecif_settap( ifnet_t interface, bpf_tap_mode mode, bpf_packet_func callback) argument

Completed in 163 milliseconds