Searched refs:notify_type (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmig.h205 mig_notify_type_t notify_type);
210 mig_notify_type_t notify_type);
247 mig_notify_type_t notify_type);
252 mig_notify_type_t notify_type);
257 mig_notify_type_t notify_type);
H A Dmach_host.defs234 notify_type : host_flavor_t;
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dhost_notify.c82 host_flavor_t notify_type,
93 if (notify_type > HOST_NOTIFY_TYPE_MAX || notify_type < 0)
116 enqueue_tail(&host_notify_queue[notify_type], (queue_entry_t)entry);
152 host_flavor_t notify_type,
156 queue_t notify_queue = &host_notify_queue[notify_type];
174 msg->msgh_id = host_notify_replyid[notify_type];
80 host_request_notification( host_t host, host_flavor_t notify_type, ipc_port_t port) argument
151 host_notify_all( host_flavor_t notify_type, mach_msg_header_t *msg, mach_msg_size_t msg_size) argument
/macosx-10.10/Libnotify-133.1.1/notifyd/
H A Dnotifyd.c126 fprintf(f, "type: %s\n", notify_type_name(c->notify_type));
127 switch(c->notify_type)
167 fprintf(f, " %s", notify_type_name(c->notify_type));
168 if (c->notify_type == NOTIFY_TYPE_SIGNAL) fprintf(f, " %d", c->sig);
251 switch (c->notify_type)
555 if ((c->notify_type == NOTIFY_TYPE_PORT) && (!strcmp(c->name_info->name, COMMON_PORT_KEY))) common_port = c->port;
564 switch(c->notify_type)
615 fprintf(f, " %s: %s\n", notify_type_name(c->notify_type), c->name_info->name);
715 if ((c->notify_type == NOTIFY_TYPE_MEMORY) && (c->name_info != NULL) && (c->name_info->slot != (uint32_t)-1))
H A Dnotify_proc.c70 if (c->notify_type == NOTIFY_TYPE_MEMORY)
74 else if (c->notify_type == NOTIFY_TYPE_PORT)
/macosx-10.10/IOKitUser-1050.1.21/ps.subproj/
H A DIOPowerSources.c404 static CFRunLoopSourceRef doCreatePSRLS(const char *notify_type, IOPowerSourceCallbackType callback, void *context) argument
416 status = notify_register_mach_port(notify_type, &mp, 0, &token);
/macosx-10.10/Libnotify-133.1.1/
H A Dlibnotify.h135 uint32_t notify_type; member in struct:__anon2891
H A Dlibnotify.c165 switch (c->notify_type)
463 switch (c->notify_type)
1219 c->notify_type = NOTIFY_TYPE_SIGNAL;
1252 c->notify_type = NOTIFY_TYPE_FILE;
1284 c->notify_type = NOTIFY_TYPE_PORT;
1318 c->notify_type = NOTIFY_TYPE_PLAIN;
1322 c->notify_type = NOTIFY_TYPE_MEMORY;

Completed in 196 milliseconds