Searched defs:nmsgs (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_dialog_ui.c541 int nmsgs; local
552 nmsgs = _dialog->sip_dlg_msgcnt;
554 return (nmsgs);
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c449 int nmsgs; local
462 nmsgs = set->__nmsgs;
463 if (nmsgs < 0)
465 if (nmsgs == 0)
470 if (hdr.__msg_hdr_offset + (first_msg_hdr + nmsgs) *
477 for (j = 0; j < nmsgs; ++msg, ++j) {
500 int nmsgs; local
506 nmsgs = set->__nmsgs;
507 if (nmsgs == 0)
513 for (j = 0; j < nmsgs;
1034 int nmsgs; local
[all...]
/illumos-gate/usr/src/cmd/lvm/rpc.mdcommd/
H A Dmdmn_commd_server.c1466 int nmsgs; /* total number of msgs */ local
1612 nmsgs = 1;
1617 nmsgs = smgen(msg, msglist);
1620 for (curmsg = 0; curmsg < nmsgs; curmsg++) {
1638 nmsgs, orig_class);
1651 for (curmsg = 0; curmsg < nmsgs; curmsg++) {
1966 if (nmsgs > 1) {
1967 for (curmsg = 0; curmsg < nmsgs; curmsg++) {
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c1867 uint32_t nblocks, nmsgs; local
1878 nmsgs = 0;
1880 nmsgs += tmp_bufp->nblocks;
1883 "bufp $%p nblocks %d nmsgs %d",
1884 channel, tmp_bufp, tmp_bufp->nblocks, nmsgs));
1886 if (!nmsgs) {
1911 size = nmsgs * sizeof (tx_msg_t);
1913 for (i = 0; i < nmsgs; i++) {
1922 if (i < nmsgs) {
1930 tx_ring_p->tx_ring_size = nmsgs;
[all...]
H A Dhxge_rxdma.c2875 uint32_t size, bsize, nblocks, nmsgs; local
2885 nmsgs = 0;
2889 "bufp 0x%016llx nblocks %d nmsgs %d",
2890 channel, tmp_bufp, tmp_bufp->nblocks, nmsgs));
2891 nmsgs += tmp_bufp->nblocks;
2893 if (!nmsgs) {
2902 size = nmsgs * sizeof (p_rx_msg_t);
2914 rbrp->tnblocks = nmsgs;
2915 rbrp->rbb_max = nmsgs;
2916 rbrp->rbr_max_size = nmsgs;
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_txdma.c2541 uint32_t nblocks, nmsgs; local
2553 nmsgs = 0;
2555 nmsgs += tmp_bufp->nblocks;
2558 "bufp $%p nblocks %d nmsgs %d",
2559 channel, tmp_bufp, tmp_bufp->nblocks, nmsgs));
2561 if (!nmsgs) {
2591 size = nmsgs * sizeof (tx_msg_t);
2593 for (i = 0; i < nmsgs; i++) {
2602 if (i < nmsgs) {
2610 tx_ring_p->tx_ring_size = nmsgs;
[all...]
H A Dnxge_rxdma.c3767 uint32_t size, bsize, nblocks, nmsgs; local
3779 nmsgs = 0;
3783 "bufp 0x%016llx nblocks %d nmsgs %d",
3784 channel, tmp_bufp, tmp_bufp->nblocks, nmsgs));
3785 nmsgs += tmp_bufp->nblocks;
3787 if (!nmsgs) {
3798 size = nmsgs * sizeof (p_rx_msg_t);
3809 rbrp->tnblocks = nmsgs;
3810 rbrp->rbb_max = nmsgs;
3811 rbrp->rbr_max_size = nmsgs;
[all...]
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c8082 struct scsi_pkt *pkt, int nmsgs, ...)
8087 ASSERT(nmsgs <= (CDB_GROUP5 - CDB_GROUP0 - 3));
8102 sp->cmd_cdb[FAS_PROXY_DATA] = (char)nmsgs;
8104 va_start(vap, nmsgs);
8105 for (i = 0; i < nmsgs; i++) {
8081 fas_makeproxy_cmd(struct fas_cmd *sp, struct scsi_address *ap, struct scsi_pkt *pkt, int nmsgs, ...) argument

Completed in 92 milliseconds