Searched refs:maxsz (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/1394/targets/av1394/ |
H A D | av1394_isoch_chan.c | 705 size_t maxsz = AV1394_IXL_BUFSZ_MAX; in av1394_ic_ixl_seg_decomp() local 707 ASSERT(segsz >= maxsz); in av1394_ic_ixl_seg_decomp() 710 if (segsz % maxsz == 0) { in av1394_ic_ixl_seg_decomp() 711 *tailszp = *bufszp = maxsz; in av1394_ic_ixl_seg_decomp() 715 maxsz /= pktsz; in av1394_ic_ixl_seg_decomp() 718 nbufs = segsz / maxsz; in av1394_ic_ixl_seg_decomp() 723 } while ((tailsz > maxsz) && ((segsz / (nbufs + 1)) > 1)); in av1394_ic_ixl_seg_decomp()
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 1326 int maxsz; in write_vc() local 1328 maxsz = ct->ct_tsdu; in write_vc() 1338 if (maxsz > 0 && len > maxsz) { in write_vc() 1358 if ((maxsz == 0) || (maxsz == -1)) { in write_vc() 1377 flag = cnt > maxsz ? T_MORE : 0; in write_vc() 1378 if ((i = t_snd(ct->ct_fd, buf, (unsigned)MIN(cnt, maxsz), in write_vc()
|
H A D | svc_vc.c | 1531 int maxsz; in write_vc() local 1536 maxsz = ((struct cf_conn *)(xprt->xp_p1))->cf_tsdu; in write_vc() 1539 if (nonblock && maxsz <= 0) in write_vc() 1540 maxsz = len; in write_vc() 1541 if ((maxsz == 0) || (maxsz == -1)) { in write_vc() 1579 flag = cnt > maxsz ? T_MORE : 0; in write_vc() 1581 (unsigned)MIN(cnt, maxsz), flag)) == -1) { in write_vc()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 344 socklen_t maxsz = *optlenp; in sof_getsockopt_impl() local 353 if (maxsz < sizeof (*fi)) in sof_getsockopt_impl() 360 inst != NULL && (i+1) * sizeof (*fi) <= maxsz; in sof_getsockopt_impl()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor.c | 1880 "exceeds device maximum", tnf_uint, maxsz, maxval); in tavor_soft_state_init() 1927 "exceeds device maximum", tnf_uint, maxsz, maxval); in tavor_soft_state_init() 1951 "exceeds device maximum", tnf_uint, maxsz, maxval); in tavor_soft_state_init() 1999 "exceeds device maximum", tnf_uint, maxsz, maxval); in tavor_soft_state_init()
|
/titanic_44/usr/src/uts/common/io/uath/ |
H A D | uath.c | 847 int ncmd, int maxsz) in uath_alloc_cmd_list() argument 856 cmd->buf = kmem_zalloc(maxsz, KM_NOSLEEP); in uath_alloc_cmd_list()
|