Searched defs:clinfo (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_authenticate.c352 smb_lsa_clinfo_t clinfo; local
362 msg_hdr.lmh_msglen = sizeof (clinfo);
363 clinfo.lci_clnt_ipaddr = sr->session->ipaddr;
364 (void) memcpy(clinfo.lci_challenge_key,
366 sizeof (clinfo.lci_challenge_key));
367 status = smb_authsock_sendrecv(user, &msg_hdr, &clinfo, &rbuf);
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h101 struct clinfo { struct
104 struct clinfo *_nextfree;
122 typedef struct clinfo ClusterInfo;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h236 * clinfo is a structure which encapsulates data that is needed to
239 typedef struct clinfo { struct

Completed in 60 milliseconds