Home
last modified time | relevance | path

Searched refs:oemmax (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c1537 int oemlen, oemmax; in mbc_marshal_get_oem_string() local
1550 oemmax = MALLOC_QUANTUM; in mbc_marshal_get_oem_string()
1551 oembuf = smb_mem_alloc(oemmax); in mbc_marshal_get_oem_string()
1557 if ((oemlen + 2) >= oemmax) { in mbc_marshal_get_oem_string()
1558 oemmax += MALLOC_QUANTUM; in mbc_marshal_get_oem_string()
1559 oembuf = smb_mem_realloc(oembuf, oemmax); in mbc_marshal_get_oem_string()