Searched refs:resume_char (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_find.c | 227 unsigned char resume_char; in smb_com_search() local 292 resume_char = 0; in smb_com_search() 306 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_search() 352 resume_char, name83, index, odid, client_key, in smb_com_search() 423 unsigned char resume_char; in smb_com_find() local 450 resume_char = 0; in smb_com_find() 462 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find() 506 resume_char, name83, index, odid, client_key, in smb_com_find() 571 unsigned char resume_char; in smb_com_find_close() local 592 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find_close() [all …]
|