/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 75 hci1394_q_cmd_t *cmd, h1394_mblk_t *mblk); 765 hci1394_basic_pkt_t *hdr, uint_t hdrsize, h1394_mblk_t *mblk, int *result) in hci1394_q_at_with_mblk() argument 775 ASSERT(mblk != NULL); in hci1394_q_at_with_mblk() 817 status = hci1394_q_reserve(&q_handle->q_data, mblk->length, in hci1394_q_at_with_mblk() 831 hci1394_q_at_copy_from_mblk(&q_handle->q_data, cmd, mblk); in hci1394_q_at_with_mblk() 838 mblk->length); in hci1394_q_at_with_mblk() 1282 h1394_mblk_t *mblk) in hci1394_q_at_copy_from_mblk() argument 1290 ASSERT(mblk != NULL); in hci1394_q_at_copy_from_mblk() 1295 mblk->next_offset = mblk->curr_offset; in hci1394_q_at_copy_from_mblk() 1296 mblk->next_mblk = mblk->curr_mblk; in hci1394_q_at_copy_from_mblk() [all …]
|
H A D | hci1394_async.c | 1419 if (data_length != cmd_priv->mblk.length) { in hci1394_async_arresp_read() 1424 tnf_uint, requested_size, cmd_priv->mblk.length, in hci1394_async_arresp_read() 1433 (uint8_t *)&pkt->q5, &cmd_priv->mblk); in hci1394_async_arresp_read() 2526 header.q4 = HCI1394_DESC_DATALEN_SET(cmd_priv->mblk.length); in hci1394_async_write() 2537 &cmd_priv->mblk, result); in hci1394_async_write() 2646 header.q4 = HCI1394_DESC_DATALEN_SET(cmd_priv->mblk.length); in hci1394_async_read() 3006 DESC_PKT_HDRLEN_AT_READBLOCK_RESP, &cmd_priv->mblk, result); in hci1394_async_read_response()
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 531 mblk_t *mblk; in zyd_usb_bulk_pipe_send() local 547 mblk = send_req->bulk_data; in zyd_usb_bulk_pipe_send() 548 bcopy(data, mblk->b_wptr, len); in zyd_usb_bulk_pipe_send() 549 mblk->b_wptr += len; in zyd_usb_bulk_pipe_send() 604 mblk_t *mblk; in zyd_usb_intr_pipe_send() local 620 mblk = send_req->intr_data; in zyd_usb_intr_pipe_send() 621 bcopy(data, mblk->b_wptr, len); in zyd_usb_intr_pipe_send() 622 mblk->b_wptr += len; in zyd_usb_intr_pipe_send() 763 mblk_t *mblk, *tmp_blk; in zyd_cmd_in_cb() local 771 mblk = req->intr_data; in zyd_cmd_in_cb() [all …]
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | subr_mchain.c | 213 mblk_t *mblk; in m_getblk() local 219 mblk = allocb_wait(size, BPRI_LO, STR_NOSIG, &error); in m_getblk() 220 ASSERT(mblk); in m_getblk() 221 return (mblk); in m_getblk() 236 m_length(mblk_t *mblk) in m_length() argument 240 diff = (uintptr_t)mblk->b_datap->db_lim - in m_length() 241 (uintptr_t)mblk->b_datap->db_base; in m_length() 258 mblk_t *mblk; in mb_init() local 267 mblk = allocb_cred_wait(MLEN, STR_NOSIG, &error, cr, NOPID); in mb_init() 274 mblk->b_wptr += 4; in mb_init() [all …]
|
/titanic_41/usr/src/uts/common/io/1394/ |
H A D | s1394_asynch.c | 232 hal->hal_kstats->atreq_blk_wr_size += h_priv->mblk.length; in s1394_xfer_asynch_command() 540 h_priv->mblk.curr_mblk = cmd->cmd_u.b.data_block; in s1394_setup_asynch_command() 543 h_priv->mblk.curr_offset = in s1394_setup_asynch_command() 546 h_priv->mblk.curr_offset = in s1394_setup_asynch_command() 551 h_priv->mblk.length = current_max_payload; in s1394_setup_asynch_command() 555 h_priv->mblk.length = cmd->cmd_u.b.blk_length; in s1394_setup_asynch_command() 851 s_priv->data_remaining -= h_priv->mblk.length; in s1394_atreq_cmd_complete() 854 req->cmd_u.b.bytes_transferred += h_priv->mblk.length; in s1394_atreq_cmd_complete() 858 h_priv->mblk.length; in s1394_atreq_cmd_complete() 864 h_priv->mblk.curr_mblk = h_priv->mblk.next_mblk; in s1394_atreq_cmd_complete() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 356 mblk_t mblk; in queue() local 418 if (mdb_vread(&mblk, sizeof (mblk), maddr) == -1) { in queue() 423 maddr = (uintptr_t)mblk.b_next; in queue() 1221 mblk_t mblk; in mblk_prt() local 1306 if (mdb_vread(&mblk, sizeof (mblk), addr) == -1) { in mblk_prt() 1310 b_flag = mblk.b_flag; in mblk_prt() 1318 if (mdb_vread(&dblk, sizeof (dblk), (uintptr_t)(mblk.b_datap)) == -1) { in mblk_prt() 1319 mdb_warn("couldn't read dblk at %p/%p", addr, mblk.b_datap); in mblk_prt() 1337 if (dbaddr != 0 && (uintptr_t)mblk.b_datap != dbaddr) in mblk_prt() 1340 mblklen = MBLKL(&mblk); in mblk_prt() [all …]
|
/titanic_41/usr/src/man/man9s/ |
H A D | Makefile | 94 mblk.9s 100 mblk.9s := LINKSRC = msgb.9s
|
/titanic_41/usr/src/uts/common/io/usb/clients/audio/usb_ah/ |
H A D | usb_ah.c | 485 bd->mblk = usb_ah_mk_mctl(mctlmsg, buf, len); in usb_ah_repeat_send() 487 if (bd->mblk != NULL) { in usb_ah_repeat_send() 488 dup_mp = usb_ah_cp_mblk(bd->mblk); in usb_ah_repeat_send() 524 dup_mp = usb_ah_cp_mblk(bd->mblk); in usb_ah_timeout() 530 if (bd->mblk != NULL) { in usb_ah_timeout() 553 freemsg(usb_ahd->usb_ah_cur_bd->mblk); in usb_ah_cancel_timeout()
|
/titanic_41/usr/src/uts/common/sys/1394/adapters/ |
H A D | hci1394_q.h | 365 hci1394_basic_pkt_t *hdr, uint_t hdrsize, h1394_mblk_t *mblk, int *result); 375 h1394_mblk_t *mblk);
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_readdir.c | 448 resp->mblk = NULL; in rfs4_op_readdir() 577 resp->mblk = mp; in rfs4_op_readdir() 663 freeb(resp->mblk); in rfs4_op_readdir() 664 resp->mblk = NULL; in rfs4_op_readdir() 680 resp->mblk->b_wptr += resp->data_len; in rfs4_op_readdir() 1540 resp->mblk->b_wptr += resp->data_len; in rfs4_op_readdir() 1543 resp->mblk = NULL; in rfs4_op_readdir()
|
H A D | nfs4_srv.c | 3259 resp->mblk = NULL; in rfs4_op_read() 3274 resp->mblk = NULL; in rfs4_op_read() 3374 resp->mblk = mp; in rfs4_op_read() 3405 if (resp->status == NFS4_OK && resp->mblk != NULL) { in rfs4_op_read_free() 3406 freemsg(resp->mblk); in rfs4_op_read_free() 3407 resp->mblk = NULL; in rfs4_op_read_free() 3418 if (resp->status == NFS4_OK && resp->mblk != NULL) { in rfs4_op_readdir_free() 3419 freeb(resp->mblk); in rfs4_op_readdir_free() 3420 resp->mblk = NULL; in rfs4_op_readdir_free() 5701 if (args->mblk != NULL) { in rfs4_op_write() [all …]
|
H A D | nfs4_xdr.c | 3387 mp = objp->mblk; in xdr_READ4res() 3391 objp->mblk = NULL; in xdr_READ4res() 3669 mblk_t *mp = objp->mblk; in xdr_READDIR4res() 3686 objp->mblk = NULL; in xdr_READDIR4res() 3897 return (xdrmblk_getmblk(xdrs, &objp->mblk, in xdr_WRITE4args() 3900 objp->mblk = NULL; in xdr_WRITE4args()
|
H A D | nfs3_xdr.c | 1637 if (xdrmblk_getmblk(xdrs, &objp->mblk, in xdr_WRITE3args() 1643 objp->mblk = NULL; in xdr_WRITE3args()
|
/titanic_41/usr/src/uts/common/sys/usb/clients/audio/usb_ah/ |
H A D | usb_ah.h | 52 mblk_t *mblk; /* mblk for autorepeat feature */ member
|
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 1620 mblk_t mblk; in mdb_mblk_count() local 1628 if (mdb_vread(&mblk, sizeof (mblk), (uintptr_t)mb->b_next) == in mdb_mblk_count() 1631 mb = &mblk; in mdb_mblk_count()
|
/titanic_41/usr/src/uts/common/sys/1394/ |
H A D | h1394.h | 122 h1394_mblk_t mblk; member
|
/titanic_41/usr/src/uts/common/io/xge/drv/ |
H A D | xgell.h | 388 mblk_t *mblk; member
|
H A D | xgell.c | 927 if (txd_priv->mblk != NULL) { in xgell_xmit_compl() 928 freemsg(txd_priv->mblk); in xgell_xmit_compl() 929 txd_priv->mblk = NULL; in xgell_xmit_compl() 1005 txd_priv->mblk = mp; in xgell_ring_tx() 1724 mblk_t *mp = txd_priv->mblk; in xgell_tx_term() 1745 txd_priv->mblk = NULL; in xgell_tx_term()
|
/titanic_41/usr/src/uts/common/io/uath/ |
H A D | uath.c | 644 mblk_t *mblk; in uath_fw_send() local 653 mblk = send_req->bulk_data; in uath_fw_send() 654 bcopy(data, mblk->b_wptr, len); in uath_fw_send() 655 mblk->b_wptr += len; in uath_fw_send() 1228 mblk_t *mblk; in uath_tx_cmd_xfer() local 1242 mblk = send_req->bulk_data; in uath_tx_cmd_xfer() 1243 bcopy(data, mblk->b_rptr, len); in uath_tx_cmd_xfer() 1244 mblk->b_wptr += len; in uath_tx_cmd_xfer()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4_kprot.h | 1125 mblk_t *mblk; member 1161 mblk_t *mblk; member 1337 mblk_t *mblk; member
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/ |
H A D | lm_l4if.h | 59 lm_tcp_mem_block_t * mblk,
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man9s.inc | 74 link path=usr/share/man/man9s/mblk.9s target=msgb.9s
|
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 1721 lm_tcp_mem_block_t * mblk) in lm_tcp_init_tcp_virt_mem() argument 1735 DbgBreakIf(mblk->left < mem_size); in lm_tcp_init_tcp_virt_mem() 1736 …_lm_tcp_init_qe_buffer(pdev, &con->history_cqes, mblk->free, pdev->params.l4_history_cqe_cnt, cqe_… in lm_tcp_init_tcp_virt_mem() 1737 mblk->free += mem_size; in lm_tcp_init_tcp_virt_mem() 1738 mblk->left -= mem_size; in lm_tcp_init_tcp_virt_mem() 1748 DbgBreakIf(mblk->left < mem_size); in lm_tcp_init_tcp_virt_mem() 1750 tcp->rx_con->u.rx.gen_info.frag_list = (lm_frag_list_t *)mblk->free; in lm_tcp_init_tcp_virt_mem() 1751 mblk->free += mem_size; in lm_tcp_init_tcp_virt_mem() 1752 mblk->left -= mem_size; in lm_tcp_init_tcp_virt_mem() 1758 lm_tcp_mem_block_t * mblk, in lm_tcp_init_tcp_resc() argument [all …]
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 2882 mblk_t *mblk; in nxge_rx_poll() local 2902 mblk = nxge_rx_pkts(nxgep, rcr_p, cs, bytes_to_pickup); in nxge_rx_poll() 2913 "<== nxge_rx_poll: rdc %d mblk $%p", rcr_p->rdc, mblk)); in nxge_rx_poll() 2914 return (mblk); in nxge_rx_poll()
|
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_rxdma.c | 1342 mblk_t *mblk; in hxge_rx_poll() local 1373 mblk = hxge_rx_pkts(hxgep, ring->ldvp->vdma_index, in hxge_rx_poll() 1390 return (mblk); in hxge_rx_poll()
|