| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | IODataQueueDispatchSource.iig | 148 … * @param sendDataServiced Flag that indicates a DataServiced notification would have sent. 150 * and if true after those calls, the notification sent with SendDataServiced(). 162 …aram sendDataAvailable Flag that indicates a DataAvailable notification would have been sent. 164 * and if true after those calls, the notification sent with SendDataAvailable().
|
| H A D | IOUserClient.iig | 220 * @param status An IOReturn status value to be sent. 221 * @param asyncData An array of scalar data to be sent.
|
| H A D | IOServiceStateNotificationDispatchSource.iig | 48 …tateNotificationDispatchSource for notification of IOService state events sent by the StateNotific…
|
| H A D | IOInterruptDispatchSource.iig | 71 …kIOInterruptSourceContinuousTime time values sent to the InterruptOccurred() method will be in mac…
|
| H A D | IOWorkGroup.iig | 60 …* Once the workgroup port has been sent to the driver, the driver should be notified with a user-d…
|
| H A D | IOEventLink.iig | 76 …* Once the remote eventlink port has been sent to the driver, the driver should be notified with a…
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | err_iokit.sub | 55 "(iokit/common) sent/received messages had different msg_id", // 0x2c6 123 "(iokit/usb) Transaction was not sent on the bus", // 0x00e 124 "(iokit/usb) Transaction was not sent on the bus", // 0x00f
|
| H A D | err_ipc.sub | 72 "(ipc/mig) no reply should be sent", /* 5 */
|
| H A D | err_mach_ipc.sub | 91 /* 5 */ "(ipc/mig) no reply should be sent",
|
| /xnu-8019.80.24/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 815 int sent = 0, ret = 0; in nx_upipe_na_txsync() local 850 sent = nx_upipe_na_txsync_locked(txkring, p, flags, in nx_upipe_na_txsync() 854 if (sent != 0) { in nx_upipe_na_txsync() 870 int n, m, b, sent = 0; in nx_upipe_na_txsync_locked() local 922 if (__improbable((sent = limit) == 0)) { in nx_upipe_na_txsync_locked() 966 kr_update_stats(rxkring, sent, byte_count); in nx_upipe_na_txsync_locked() 995 return sent; in nx_upipe_na_txsync_locked()
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | fairplayd_notification.defs | 45 * new port passed to the arcade_provider port sent here via
|
| H A D | mach_port.defs | 286 * get sent immediately, if appropriate. The exact meaning 290 * and the notification gets sent immediately. 299 * MACH_NOTIFY_NO_SENDERS: the notification gets sent
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | flow_divert.c | 1561 size_t sent = 0; in flow_divert_send_buffered_data() local 1579 while (sent < to_send) { in flow_divert_send_buffered_data() 1583 data_len = to_send - sent; in flow_divert_send_buffered_data() 1588 error = mbuf_copym(buffer, sent, data_len, MBUF_DONTWAIT, &data); in flow_divert_send_buffered_data() 1602 sent += data_len; in flow_divert_send_buffered_data() 1604 sbdrop(&fd_cb->so->so_snd, (int)sent); in flow_divert_send_buffered_data() 1647 sent += data_len; in flow_divert_send_buffered_data() 1654 if (sent > 0) { in flow_divert_send_buffered_data() 1655 FDLOG(LOG_DEBUG, fd_cb, "sent %lu bytes of buffered data", sent); in flow_divert_send_buffered_data() 1656 if (fd_cb->send_window >= sent) { in flow_divert_send_buffered_data() [all …]
|
| H A D | tcp_subr.c | 4406 int32_t unsent, sent; in inp_get_sndbytes_allunsent() local 4407 sent = tp->snd_max - th_ack; in inp_get_sndbytes_allunsent() 4409 sent--; in inp_get_sndbytes_allunsent() 4411 unsent = so->so_snd.sb_cc - sent; in inp_get_sndbytes_allunsent()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 1024 int rel_slots, free_slots, busy, sent = 0; in nx_mon_zcopy_parent_sync() local 1096 sent = rel_slots; in nx_mon_zcopy_parent_sync() 1122 if (sent) { in nx_mon_zcopy_parent_sync() 1197 int free_slots, busy, sent = 0, m; in nx_mon_parent_sync() local 1293 sent++; in nx_mon_parent_sync() 1303 if (sent) { in nx_mon_parent_sync()
|
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | ip6_forward.c | 779 goto sent; in ip6_forward() 794 sent: in ip6_forward()
|
| /xnu-8019.80.24/osfmk/conf/ |
| H A D | copyright.osf | 49 # Comments and questions are welcome and can be sent to [email protected]
|
| /xnu-8019.80.24/osfmk/UserNotification/ |
| H A D | UNDRequest.defs | 40 -- Messages sent by the UserNotification Client to the Server
|
| /xnu-8019.80.24/libkern/zlib/ |
| H A D | README | 22 Questions about zlib should be sent to <[email protected]>, or to Gilles Vollant
|
| /xnu-8019.80.24/bsd/nfs/ |
| H A D | nfs_socket.c | 4990 int error, sent; in nfs_request_async() local 5052 sent = req->r_flags & R_SENT; in nfs_request_async() 5054 if (error && req->r_callback.rcb_func && !sent) { in nfs_request_async()
|
| /xnu-8019.80.24/tests/ |
| H A D | hvtest_x86.m | 1694 /* Test that messages are properly sent to mach port notifiers. */
|