Searched refs:nmsize (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_rq.c | 947 int error, doff, poff, txdcount, txpcount, nmlen, nmsize; local 990 * ALIGN4(len + 5 * 2 + setupcount * 2 + 2 + nmsize), 991 * where nmsize is the OTW size of the name, including 997 nmsize = nmlen + 1; /* null term. */ 999 nmsize *= 2; 1001 nmsize += 1; 1003 len = ALIGN4(len + 5 * 2 + t2p->t2_setupcount * 2 + 2 + nmsize); 1039 /* nmsize accounts for padding, char size. */ 1040 error = mb_put_mem(mbp, NULL, nmsize, MB_MZERO);
|
Completed in 58 milliseconds