2004-09-01から1ヶ月間の記事一覧

IONotificationPortCreateで作ったIONotificationPortRefをIONotificationPortGetMachPortに渡してmach_portを得る。それをIOConnectSetNotificationPortにマスターポートと一緒に渡す。これは何をしているのか? IONotificationPortGetMachPortは渡されたIO…

sendAsyncResult(IOUserClinet.c)はmach_msg_send_from_kernel(ipc_mig.c)でメッセージを送る。これは内部でipc_kmsg_send_always(ipc_kmsg.h)を呼び出す。で、これはipc_kmsg_send(ipc_kmsg.c)を呼び出すマクロ。この中ではipc_kobject_server(ipc…