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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c425 smbioc_ossn_t *ossn = NULL; local
435 ossn = kmem_alloc(sizeof (*ossn), KM_SLEEP);
436 if (ddi_copyin((void *)arg, ossn, sizeof (*ossn), flags)) {
445 if (ossn->ssn_owner == SMBM_ANY_OWNER)
446 ossn->ssn_owner = realuid;
452 if (secpolicy_vnode_owner(cr, ossn->ssn_owner)) {
456 /* ossn->ssn_owner is OK */
462 ossn
[all...]
H A Dsmb_conn.c379 smb_vc_create(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) argument
408 bcopy(ossn, &vcp->vc_ssn, sizeof (*ossn));
430 * Find or create a VC identified by the info in ossn
435 smb_vc_findcreate(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp) argument
462 if (vcp->vc_owner != ossn->ssn_owner)
472 &ossn->ssn_id.id_srvaddr,
475 if (u8_strcmp(vc_id->id_user, ossn->ssn_id.id_user, 0,
478 if (u8_strcmp(vc_id->id_domain, ossn->ssn_id.id_domain, 0,
492 ossn
[all...]
H A Dsmb_conn.h358 int smb_vc_create(smbioc_ossn_t *ossn, smb_cred_t *scred, smb_vc_t **vcpp);

Completed in 213 milliseconds