Home
last modified time | relevance | path

Searched refs:sent (Results 1 – 22 of 22) sorted by relevance

/xnu-8792.41.9/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig156 … * @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 DIOUserClient.iig220 * @param status An IOReturn status value to be sent.
221 * @param asyncData An array of scalar data to be sent.
H A DIOServiceStateNotificationDispatchSource.iig48 …tateNotificationDispatchSource for notification of IOService state events sent by the StateNotific…
H A DIOInterruptDispatchSource.iig71 …kIOInterruptSourceContinuousTime time values sent to the InterruptOccurred() method will be in mac…
H A DIOWorkGroup.iig60 …* Once the workgroup port has been sent to the driver, the driver should be notified with a user-d…
H A DIOEventLink.iig76 …* 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 Dnx_user_pipe.c801 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 Derr_iokit.sub55 "(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 Derr_ipc.sub72 "(ipc/mig) no reply should be sent", /* 5 */
H A Derr_mach_ipc.sub91 /* 5 */ "(ipc/mig) no reply should be sent",
/xnu-8792.41.9/osfmk/mach/
H A Dfairplayd_notification.defs45 * new port passed to the arcade_provider port sent here via
H A Dmach_port.defs284 * 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 Dflow_divert.c1599 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 Dtcp_subr.c4426 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 Dnx_monitor.c1019 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 Dip6_forward.c777 goto sent; in ip6_forward()
792 sent: in ip6_forward()
/xnu-8792.41.9/osfmk/UserNotification/
H A DUNDRequest.defs40 -- Messages sent by the UserNotification Client to the Server
/xnu-8792.41.9/osfmk/conf/
H A Dcopyright.osf49 # Comments and questions are welcome and can be sent to [email protected]
/xnu-8792.41.9/doc/
H A Dsched_cond.md39 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 Dudp_bind_connect.c99 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 Dvsock.c750 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 DREADME22 Questions about zlib should be sent to <[email protected]>, or to Gilles Vollant