Searched refs:vspec (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_usr.c44 smb_usr_negotiate(struct smbioc_negotiate *vspec, vfs_context_t context, argument
49 uint32_t usersMaxBufferLen = vspec->ioc_negotiate_token_len;
53 vspec->ioc_kern_saddr = CAST_USER_ADDR_T(vspec->ioc_saddr);
54 vspec->ioc_kern_laddr = CAST_USER_ADDR_T(vspec->ioc_laddr);
57 error = smb_sm_negotiate(vspec, context, &sdp->sd_vc, sdp, searchOnly);
60 vspec->ioc_errno = error;
66 vspec->ioc_ret_caps = VC_CAPS(vcp);
68 vspec
[all...]
H A Dsmb_dev.c267 struct smbioc_negotiate * vspec = (struct smbioc_negotiate *)data; local
276 if (vspec->ioc_version != SMB_IOC_STRUCT_VERSION) {
281 error = smb_usr_negotiate(vspec, context, sdp, searchOnly);
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c1065 } vspec;
1089 vspec *out;
1137 static vspec filename = {MAX_FILE_SPEC_LEN, "\0"};
1062 } vspec; typedef in typeref:struct:__anon8703

Completed in 125 milliseconds