Searched refs:notify (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmig.h215 IMIGNotifyObject *notify,
237 IMIGNotifyObject *notify,
242 IMIGNotifyObject *notify);
245 IMIGNotifyObject *notify);
248 IMIGNotifyObject *notify,
252 IMIGNotifyObject *notify,
256 IMIGNotifyObject *notify,
261 IMIGNotifyObject *notify,
H A Dmach_traps.h101 mach_port_name_t notify);
110 mach_port_name_t notify,
334 PAD_ARG_(mach_port_name_t, notify);
H A Dmessage.h659 /* Bogus notify port argument. */
688 /* Bogus notify port argument. */
735 mach_port_name_t notify,
756 mach_port_name_t notify);
/macosx-10.5.8/xnu-1228.15.4/osfmk/device/
H A Diokit_rpc.c37 #include <mach/notify.h>
282 ipc_port_t notify; local
297 notify = ipc_port_make_sonce( port);
299 ipc_port_nsrequest( port, 1, notify, &notify);
300 assert( notify == IP_NULL);
381 ipc_port_t notify; local
406 notify = ipc_port_make_sonce( port);
408 ipc_port_nsrequest( port, mscount + 1, notify, &notify);
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOService.cpp1315 _IOServiceInterestNotifier * notify; local
1320 else if( (notify = OSDynamicCast( _IOServiceInterestNotifier, client))) {
1328 willNotify = (0 != (kIOServiceNotifyEnable & notify->state));
1331 queue_enter( &notify->handlerInvocations, &invocation,
1338 ret = (*notify->handler)( notify->target, notify->ref,
1342 queue_remove( &notify->handlerInvocations, &invocation,
1344 if( kIOServiceNotifyWaiter & notify->state) {
1345 notify
1377 _IOServiceInterestNotifier * notify; local
1450 _IOServiceInterestNotifier * notify = 0; local
1512 _IOServiceInterestNotifier * notify; local
2291 _IOServiceNotifier * notify; local
2406 _IOServiceNotifier * notify; local
2893 _IOServiceNotifier * notify; local
3334 _IOServiceNotifier * notify = 0; local
3381 IONotifier * notify; local
3421 IONotifier * notify; local
3440 _IOServiceNotifier * notify; local
3485 IONotifier * notify = 0; local
3539 _IOServiceNotifier * notify; local
[all...]
H A DIOPMrootDomain.cpp1281 // structures and notify the OS via a general interest message.
2154 IOPowerStateChangeNotification notify; local
2161 memset(&notify, 0, sizeof(notify));
2162 notify.powerRef = (void *)ctx->Counter;
2163 notify.returnValue = 0;
2164 notify.stateNumber = ctx->PowerState;
2165 notify.stateFlags = ctx->PowerFlags;
2168 ctx->RootDomain->messageClient( ctx->MessageType, object, (void *)&notify );
H A DIOServicePM.cpp214 -> we notify interested parties again, this time via their
231 -> When we get this call, we notify our interested parties that the power
244 -> Then we notify our interested parties. When they all acknowledge we are
301 In "msNotifyInterestedDriversDidChange" state, we notify all our
3324 // intention of lowering power. Here we notify them all that we will definitely
3339 // intention of lowering power. Here we notify "priority" clients that we are
3354 // that we are lowering power. Here we notify interested drivers. If we don't have
3408 // Power has settled on a power change we initiated. Here we notify
3438 // we notify any priority clients. If they all ack, we continue with the power change.
3452 // initiated by the parent and we had to wait for their responses. Here we notify
4585 IOPowerStateChangeNotification notify; local
4697 IOPowerStateChangeNotification notify; local
[all...]
H A DIOUserClient.cpp375 IOUserNotification * notify; local
389 else if( (notify = OSDynamicCast( IOUserNotification, obj )))
390 notify->setNotification( 0 );
500 void IOUserNotification::setNotification( IONotifier * notify )
507 holdNotify = notify;
1488 IONotifier * notify = 0; local
1531 notify = IOService::addNotification( sym, dict,
1533 if( notify) {
1536 userNotify->setNotification( notify );
1671 IONotifier * notify local
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_msg.c76 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
83 mach_port_t notify;
101 timeout, notify);
110 timeout, notify);
117 timeout, notify);
140 notify, rcv_msg, rcv_scatter_size)
147 mach_port_t notify;
167 timeout, notify, rcv_msg, rcv_scatter_size);
176 timeout, notify, rcv_msg, rcv_scatter_size);
183 timeout, notify, rcv_ms
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h218 } notify; member in struct:ipc_port_request
226 #define ipr_next notify.index
229 #define ipr_soright notify.port
326 ipc_port_t notify,
333 ipc_port_t notify,
381 /* Make a send-once notify port from a receive right */
H A Dipc_kmsg.h310 mach_port_name_t notify);
317 mach_port_name_t notify);
327 mach_port_name_t notify);
341 mach_port_name_t notify,
H A Dipc_right.h103 ipc_port_t notify,
H A Dmach_msg.c127 mach_port_name_t notify);
172 * MACH_SEND_INVALID_NOTIFY Bad notify port.
189 mach_port_name_t notify)
228 if (notify == MACH_PORT_NULL)
231 mr = ipc_kmsg_copyin(kmsg, space, map, notify);
268 * MACH_RCV_INVALID_NOTIFY Bad notify port.
655 mach_port_name_t notify = args->notify; local
1846 if (notify == MACH_PORT_NULL)
1849 mr = ipc_kmsg_copyin(kmsg, space, map, notify);
184 mach_msg_send( mach_msg_header_t *msg, mach_msg_option_t option, mach_msg_size_t send_size, mach_msg_timeout_t send_timeout, mach_port_name_t notify) argument
[all...]
H A Dipc_kmsg.c1048 * The notify argument implements the MACH_SEND_CANCEL option.
1055 * then it isn't sent and the send-once right for the notify
1078 mach_port_name_t notify)
1134 if (notify != MACH_PORT_NULL) {
1135 if ((entry = ipc_entry_lookup(space, notify)) == IE_NULL) {
1414 if ((notify != MACH_PORT_NULL) &&
1917 * MACH_SEND_INVALID_NOTIFY Bad notify port.
1931 mach_port_name_t notify)
1935 mr = ipc_kmsg_copyin_header(kmsg->ikm_header, space, notify);
2100 * The notify argumen
1075 ipc_kmsg_copyin_header( mach_msg_header_t *msg, ipc_space_t space, mach_port_name_t notify) argument
1927 ipc_kmsg_copyin( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_port_name_t notify) argument
2124 ipc_kmsg_copyout_header( mach_msg_header_t *msg, ipc_space_t space, mach_port_name_t notify) argument
2911 ipc_kmsg_copyout( ipc_kmsg_t kmsg, ipc_space_t space, vm_map_t map, mach_port_name_t notify, mach_msg_body_t *slist) argument
[all...]
H A Dipc_port.c344 * Just cancels the previous request if notify is IP_NULL.
347 * Consumes a ref for notify (if non-null), and
354 ipc_port_t notify,
362 port->ip_pdrequest = notify;
373 * Just cancels the previous request if notify is IP_NULL.
376 * Consumes a ref for notify (if non-null), and
384 ipc_port_t notify,
396 (notify != IP_NULL)) {
399 ipc_notify_no_senders(notify, mscount);
401 port->ip_nsrequest = notify;
352 ipc_port_pdrequest( ipc_port_t port, ipc_port_t notify, ipc_port_t *previousp) argument
381 ipc_port_nsrequest( ipc_port_t port, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
[all...]
H A Dmach_port.c78 #include <mach/notify.h>
1301 * KERN_INVALID_CAPABILITY The notify port is dead.
1307 * sync is zero or notify is IP_NULL.
1318 ipc_port_t notify,
1326 if (notify == IP_DEAD)
1368 ipc_port_pdrequest(port, notify, &previous);
1386 ipc_port_nsrequest(port, sync, notify, previousp);
1403 notify, previousp);
1313 mach_port_request_notification( ipc_space_t space, mach_port_name_t name, mach_msg_id_t id, mach_port_mscount_t sync, ipc_port_t notify, ipc_port_t *previousp) argument
H A Dipc_right.c243 * registered send-once right. If notify is IP_NULL,
248 * previous always gets IP_NULL. If notify is IP_NULL,
261 * immediate is FALSE or notify is IP_NULL.
272 ipc_port_t notify,
297 if (notify == IP_NULL) {
319 kr = ipc_port_dnrequest(port, name, notify,
357 immediate && (notify != IP_NULL)) {
371 ipc_notify_dead_name(notify, name);
268 ipc_right_dnrequest( ipc_space_t space, mach_port_name_t name, boolean_t immediate, ipc_port_t notify, ipc_port_t *previousp) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_subr.c1280 void (*notify)(struct inpcb *, int) = tcp_notify;
1288 notify = tcp_quench;
1291 notify = tcp_drop_syn_sent;
1293 notify = tcp_mtudisc;
1296 notify = in_rtchange;
1316 (*notify)(inp, inetctlerrmap[cmd]);
1320 in_pcbnotifyall(&tcbinfo, faddr, inetctlerrmap[cmd], notify);
1331 void (*notify)(struct inpcb *, int) = tcp_notify;
1347 notify = tcp_quench;
1349 notify
[all...]
H A Dudp_usrreq.c789 void (*notify)(struct inpcb *, int) = udp_notify;
799 notify = in_rtchange;
814 (*notify)(inp, inetctlerrmap[cmd]);
818 in_pcbnotifyall(&udbinfo, faddr, inetctlerrmap[cmd], notify);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_usrreq.c478 void (*notify)(struct inpcb *, int) = udp_notify;
491 notify = in6_rtchange, d = NULL;
525 uh.uh_sport, cmd, notify);
528 0, cmd, notify);
H A Din6_pcb.c918 in6_pcbnotify(pcbinfo, dst, fport_arg, src, lport_arg, cmd, notify)
924 // struct inpcb *(*notify)(struct inpcb *, int);
925 void (*notify)(struct inpcb *, int);
942 * note that src can be NULL when we get notify by local fragmentation.
961 notify = in6_rtchange;
972 * Detect if we should notify the error. If no source and
974 * local address match, notify the error. This is the case
996 if (notify) {
1000 (*notify)(inp, errno);
H A Draw_ip6.c250 void (*notify)(struct inpcb *, int) = in6_rtchange;
259 notify = in6_rtchange, d = NULL;
279 0, cmd, notify);
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c77 mach_msg_timeout_t send_timeout, mach_port_name_t notify);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_kobject.c85 #include <mach/notify.h>
H A Dipc_mig.c316 __unused mach_port_name_t notify,
309 mach_msg_overwrite( mach_msg_header_t *msg, mach_msg_option_t option, mach_msg_size_t send_size, mach_msg_size_t rcv_size, mach_port_name_t rcv_name, __unused mach_msg_timeout_t msg_timeout, __unused mach_port_name_t notify, __unused mach_msg_header_t *rcv_msg, __unused mach_msg_size_t rcv_msg_size) argument

Completed in 236 milliseconds

12