Searched refs:resume_char (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_find.c | 227 unsigned char resume_char; in smb_com_search() local 291 resume_char = 0; in smb_com_search() 304 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_search() 346 resume_char, name83, index, odid, client_key, in smb_com_search() 414 unsigned char resume_char; in smb_com_find() local 441 resume_char = 0; in smb_com_find() 450 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find() 490 resume_char, name83, index, odid, client_key, in smb_com_find() 553 unsigned char resume_char; in smb_com_find_close() local 574 &resume_char, &index, &odid, &client_key) != 0) { in smb_com_find_close() [all …]
|