Lines Matching defs:next_state
947 enum smb_req_state next_state = SMB_DONE;
991 next_state = SMB_OPEN;
999 next_state = SMB_TREE_DISCONNECT;
1008 next_state = SMB_UPLOAD;
1014 next_state = SMB_CLOSE;
1020 next_state = SMB_DOWNLOAD;
1028 next_state = SMB_CLOSE;
1046 next_state = SMB_CLOSE;
1051 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD;
1057 next_state = SMB_CLOSE;
1066 next_state = SMB_CLOSE;
1068 next_state = SMB_UPLOAD;
1073 next_state = SMB_TREE_DISCONNECT;
1077 next_state = SMB_DONE;
1087 switch(next_state) {
1122 request_state(data, next_state);