Home
last modified time | relevance | path

Searched refs:d_cred (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libgss/
H A Dg_accept_sec_context.c47 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_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_odir.c695 rc = smb_fsop_lookup(sr, od->d_cred, 0, od->d_tree->t_snode, in smb_odir_read_streaminfo()
699 rc = smb_node_getattr(sr, fnode, od->d_cred, in smb_odir_read_streaminfo()
890 od->d_cred = cr; in smb_odir_create()
1023 od->d_buf, &od->d_bufsize, &eof, abe_flag, od->d_cred); in smb_odir_next_odirent()
1110 rc = smb_fsop_lookup(sr, od->d_cred, 0, od->d_tree->t_snode, in smb_odir_single_fileinfo()
1126 NULL, od->d_cred); in smb_odir_single_fileinfo()
1233 rc = smb_fsop_lookup(sr, od->d_cred, SMB_CASE_SENSITIVE, in smb_odir_wildcard_fileinfo()
1262 cr = od->d_cred; in smb_odir_wildcard_fileinfo()
1336 rc = smb_fsop_lookup(sr, od->d_cred, flags, in smb_odir_lookup_link()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1277 cred_t *d_cred; member