Searched refs:d_cred (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libgss/ |
H A D | g_accept_sec_context.c | 47 gss_cred_id_t *d_cred) in val_acc_sec_ctx_args() argument 66 if (d_cred != NULL) in val_acc_sec_ctx_args() 67 *d_cred = GSS_C_NO_CREDENTIAL; in val_acc_sec_ctx_args() 97 d_cred) in gss_accept_sec_context() argument 109 gss_cred_id_t *d_cred; /* delegated cred handle */ 130 d_cred); 203 d_cred ? &tmp_d_cred : NULL); 262 *d_cred = tmp_d_cred; 347 *d_cred = (gss_cred_id_t)d_u_cred;
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_odir.c | 723 rc = smb_fsop_lookup(sr, od->d_cred, 0, od->d_tree->t_snode, in smb_odir_read_streaminfo() 923 od->d_cred = cr; in smb_odir_create() 1082 od->d_buf, &od->d_bufsize, &eof, abe_flag, od->d_cred); in smb_odir_next_odirent() 1169 rc = smb_fsop_lookup(sr, od->d_cred, 0, od->d_tree->t_snode, in smb_odir_single_fileinfo() 1185 NULL, od->d_cred); in smb_odir_single_fileinfo() 1292 rc = smb_fsop_lookup(sr, od->d_cred, SMB_CASE_SENSITIVE, in smb_odir_wildcard_fileinfo() 1321 cr = od->d_cred; in smb_odir_wildcard_fileinfo() 1395 rc = smb_fsop_lookup(sr, od->d_cred, flags, in smb_odir_lookup_link()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1162 cred_t *d_cred; member
|