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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1581 * the given template uri_desb_t *temp of max_mblk bytes per.
1593 int max_mblk,
1610 msz = MIN(lbytes, max_mblk);
1710 int max_mblk = (int)vp->v_stream->sd_maxblk; local
1738 write_bytes = P2ROUNDUP((max_mblk * 4),
1763 &wsz, &desb, max_mblk, uri->eoh, persist);
1781 &wsz, &desb, max_mblk, NULL, NULL);
1588 uri_desb_chop( char **data, size_t *sz, int *bytes, uri_desb_t *temp, int max_mblk, char *eoh, mblk_t *persist ) argument

Completed in 62 milliseconds