Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/DriverKit/
H A DIODataQueueDispatchSource.iig148 … * @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 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-8019.80.24/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-8019.80.24/bsd/skywalk/nexus/upipe/
H A Dnx_user_pipe.c815 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 Dfairplayd_notification.defs45 * new port passed to the arcade_provider port sent here via
H A Dmach_port.defs286 * 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 Dflow_divert.c1561 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 Dtcp_subr.c4406 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 Dnx_monitor.c1024 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 Dip6_forward.c779 goto sent; in ip6_forward()
794 sent: in ip6_forward()
/xnu-8019.80.24/osfmk/conf/
H A Dcopyright.osf49 # Comments and questions are welcome and can be sent to [email protected]
/xnu-8019.80.24/osfmk/UserNotification/
H A DUNDRequest.defs40 -- Messages sent by the UserNotification Client to the Server
/xnu-8019.80.24/libkern/zlib/
H A DREADME22 Questions about zlib should be sent to <[email protected]>, or to Gilles Vollant
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_socket.c4990 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 Dhvtest_x86.m1694 /* Test that messages are properly sent to mach port notifiers. */