Searched refs:tbuflen (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_aapl.c | 168 char *tbuf, size_t tbuflen) in smb2_aapl_get_macinfo() argument 191 (void) snprintf(tbuf, tbuflen, "%s:AFP_Resource", fileinfo->fi_name); in smb2_aapl_get_macinfo() 210 (void) snprintf(tbuf, tbuflen, "%s:AFP_AfpInfo", fileinfo->fi_name); in smb2_aapl_get_macinfo()
|
H A D | smb2_query_dir.c | 304 size_t tbuflen = 0; in smb2_find_entries() local 323 tbuflen = 2 * MAXNAMELEN; in smb2_find_entries() 324 tbuf = kmem_alloc(tbuflen, KM_SLEEP); in smb2_find_entries() 353 &args->fa_fi, &args->fa_mi, tbuf, tbuflen); in smb2_find_entries() 399 kmem_free(tbuf, tbuflen); in smb2_find_entries()
|