Home
last modified time | relevance | path

Searched refs:echoes (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/driver-api/tty/
H A Dindex.rst25 implementing echoes, signal handling, jobs control, special characters
/linux/fs/smb/client/
H A Dsmb2ops.c46 server->echoes = false; in change_conf()
50 server->echoes = true; in change_conf()
55 server->echoes = true; in change_conf()
169 cifs_server_dbg(VFS, "disabling echoes and oplocks\n"); in smb2_add_credits()
1350 return server->echoes; in smb2_can_echo()
H A Dcifsglob.h722 bool echoes:1; /* enable echoes */ member