Searched refs:resume_char (Results 1 – 1 of 1) sorted by relevance
/titanic_50/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() 305 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_search() 351 resume_char, name83, index, odid, client_key, in smb_com_search() 422 unsigned char resume_char; in smb_com_find() local 449 resume_char = 0; in smb_com_find() 460 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find() 504 resume_char, name83, index, odid, client_key, in smb_com_find() 569 unsigned char resume_char; in smb_com_find_close() local 590 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find_close() [all …]
|