| /xnu-8792.41.9/iokit/DriverKit/ |
| H A D | IODataQueueDispatchSource.iig | 156 … * @param sendDataServiced Flag that indicates a DataServiced notification would have sent. 158 * and if true after those calls, the notification sent with SendDataServiced(). 170 …aram sendDataAvailable Flag that indicates a DataAvailable notification would have been sent. 172 * 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-8792.41.9/bsd/skywalk/nexus/upipe/ |
| H A D | nx_user_pipe.c | 801 int sent = 0, ret = 0; in nx_upipe_na_txsync() local 836 sent = nx_upipe_na_txsync_locked(txkring, p, flags, in nx_upipe_na_txsync() 840 if (sent != 0) { in nx_upipe_na_txsync() 856 int n, m, b, sent = 0; in nx_upipe_na_txsync_locked() local 908 if (__improbable((sent = limit) == 0)) { in nx_upipe_na_txsync_locked() 952 kr_update_stats(rxkring, sent, byte_count); in nx_upipe_na_txsync_locked() 981 return sent; in nx_upipe_na_txsync_locked()
|
| /xnu-8792.41.9/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-8792.41.9/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 | 284 * get sent immediately, if appropriate. The exact meaning 288 * and the notification gets sent immediately. 297 * MACH_NOTIFY_NO_SENDERS: the notification gets sent
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | flow_divert.c | 1599 size_t sent = 0; in flow_divert_send_buffered_data() local 1617 while (sent < to_send) { in flow_divert_send_buffered_data() 1621 data_len = to_send - sent; in flow_divert_send_buffered_data() 1626 error = mbuf_copym(buffer, sent, data_len, MBUF_DONTWAIT, &data); in flow_divert_send_buffered_data() 1640 sent += data_len; in flow_divert_send_buffered_data() 1642 sbdrop(&fd_cb->so->so_snd, (int)sent); in flow_divert_send_buffered_data() 1685 sent += data_len; in flow_divert_send_buffered_data() 1692 if (sent > 0) { in flow_divert_send_buffered_data() 1693 FDLOG(LOG_DEBUG, fd_cb, "sent %lu bytes of buffered data", sent); in flow_divert_send_buffered_data() 1694 if (fd_cb->send_window >= sent) { in flow_divert_send_buffered_data() [all …]
|
| H A D | tcp_subr.c | 4426 int32_t unsent, sent; in inp_get_sndbytes_allunsent() local 4427 sent = tp->snd_max - th_ack; in inp_get_sndbytes_allunsent() 4429 sent--; in inp_get_sndbytes_allunsent() 4431 unsent = so->so_snd.sb_cc - sent; in inp_get_sndbytes_allunsent()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/monitor/ |
| H A D | nx_monitor.c | 1019 int rel_slots, free_slots, busy, sent = 0; in nx_mon_zcopy_parent_sync() local 1091 sent = rel_slots; in nx_mon_zcopy_parent_sync() 1117 if (sent) { in nx_mon_zcopy_parent_sync() 1192 int free_slots, busy, sent = 0, m; in nx_mon_parent_sync() local 1288 sent++; in nx_mon_parent_sync() 1298 if (sent) { in nx_mon_parent_sync()
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | ip6_forward.c | 777 goto sent; in ip6_forward() 792 sent: in ip6_forward()
|
| /xnu-8792.41.9/osfmk/UserNotification/ |
| H A D | UNDRequest.defs | 40 -- Messages sent by the UserNotification Client to the Server
|
| /xnu-8792.41.9/osfmk/conf/ |
| H A D | copyright.osf | 49 # Comments and questions are welcome and can be sent to [email protected]
|
| /xnu-8792.41.9/doc/ |
| H A D | sched_cond.md | 39 2. If in the time since waking (B) and blocking (D), the consumer thread has been sent a wakeup (A)…
|
| /xnu-8792.41.9/tests/ |
| H A D | udp_bind_connect.c | 99 ssize_t sent = send(fd, rtm, len, 0); in has_v4_default_route() local 100 if (sent == len) { in has_v4_default_route()
|
| H A D | vsock.c | 750 ssize_t sent = write(socketA, random, size); variable 751 T_ASSERT_EQ_LONG(size, sent, "sent all bytes");
|
| /xnu-8792.41.9/libkern/zlib/ |
| H A D | README | 22 Questions about zlib should be sent to <[email protected]>, or to Gilles Vollant
|