Searched refs:md_dmp_count (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddman.h182 size_t md_dmp_count; /* bytes in deferred mblk list */ member in struct:man_dest_s
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman.c1521 mdp[i].md_dmp_count = 0;
1817 if (mdp->md_dmp_count >= MAN_HIWAT) {
1826 mdp->md_dmp_count +=
1918 if (mdp->md_dmp_count >= MAN_HIWAT) {
1929 mdp->md_dmp_count += msgsize(mp);
3664 count = mdp->md_dmp_count;
3665 mdp->md_dmp_count = 0;
3676 mdp->md_dmp_count += count + msgsize(mp);
4970 mdp->md_dmp_count = 0;

Completed in 58 milliseconds