Home
last modified time | relevance | path

Searched refs:logoff (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/nvdimm/
H A Dbtt.h111 __le64 logoff; member
184 u64 logoff; member
/linux/drivers/gpu/vga/
H A DKconfig12 X isn't running and delayed switching until the next logoff. This
/linux/fs/smb/client/
H A Dsmb1ops.c1414 .logoff = CIFSSMBLogoff,
H A Dsmb2ops.c5408 .logoff = SMB2_logoff,
5511 .logoff = SMB2_logoff,
5616 .logoff = SMB2_logoff,
5732 .logoff = SMB2_logoff,
H A Dcifsglob.h378 int (*logoff)(const unsigned int, struct cifs_ses *); member
H A Dconnect.c2123 do_logoff = ses->ses_status == SES_GOOD && server->ops->logoff; in __cifs_put_smb_ses()
2141 rc = server->ops->logoff(xid, ses); in __cifs_put_smb_ses()