Searched refs:cbp (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cluster.c | 840 buf_t cbp = vb->vb_cbp; in cluster_iodone_verify_continue() local 850 (void)cluster_iodone_finish(cbp, callback_arg); in cluster_iodone_verify_continue() 851 cbp = NULL; in cluster_iodone_verify_continue() 878 enqueue_buf_for_verify(buf_t cbp, void *callback_arg) in enqueue_buf_for_verify() argument 885 vb->vb_cbp = cbp; in enqueue_buf_for_verify() 1030 buf_t cbp; in cluster_iodone() local 1051 for (cbp = cbp_head; cbp; cbp = cbp->b_trans_next) { in cluster_iodone() 1056 if (!(cbp->b_flags & B_TDONE)) { in cluster_iodone() 1058 cbp_head, cbp, cbp->b_bcount, cbp->b_flags, 0); in cluster_iodone() 1065 if (cbp->b_trans_next == CLUSTER_IO_WAITING) { in cluster_iodone() [all …]
|
| /xnu-12377.1.9/bsd/net/ |
| H A D | dlil.h | 371 extern int ifnet_get_flowswitch_rx_callback(ifnet_t ifp, ifnet_fsw_rx_cb_t *cbp, void **argp); 379 ifnet_detach_notify_cb_t *cbp, void **argp); 383 ifnet_detach_notify_cb_t *cbp, void **argp);
|
| H A D | dlil.c | 1077 ifnet_get_flowswitch_rx_callback(ifnet_t ifp, ifnet_fsw_rx_cb_t *cbp, void **argp) in ifnet_get_flowswitch_rx_callback() argument 1091 *cbp = ifp->if_fsw_rx_cb; in ifnet_get_flowswitch_rx_callback()
|