Searched refs:ncr (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_notify_change.c | 439 smb_notify_change_req_t *ncr; in smb_notify_sr() local 443 ncr = &sr->sr_ncr; in smb_notify_sr() 457 (ncr->nc_flags & mask) != 0) { in smb_notify_sr() 463 ncr->nc_action = action; in smb_notify_sr() 465 (void) strlcpy(ncr->nc_fname, name, MAXNAMELEN); in smb_notify_sr() 466 cv_signal(&ncr->nc_cv); in smb_notify_sr()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | klpd.c | 850 cred_t *ncr = NULL; in pfexec_call() local 934 ncr = crdup((cred_t *)cr); in pfexec_call() 942 if (crsetresuid(ncr, prp->pfr_ruid, prp->pfr_euid, prp->pfr_euid) != 0) in pfexec_call() 944 if (crsetresgid(ncr, prp->pfr_rgid, prp->pfr_egid, prp->pfr_egid) != 0) in pfexec_call() 950 CR_FLAGS(ncr) &= ~PRIV_PFEXEC; in pfexec_call() 956 if (!priv_issubset(iset, &CR_LPRIV(ncr))) in pfexec_call() 958 priv_union(iset, &CR_IPRIV(ncr)); in pfexec_call() 965 if (!priv_issubset(lset, &CR_LPRIV(ncr))) in pfexec_call() 967 CR_LPRIV(ncr) = *lset; in pfexec_call() 979 if (ncr != NULL) { in pfexec_call() [all …]
|
H A D | audit_core.c | 138 audit_update_context(proc_t *p, cred_t *ncr) in audit_update_context() argument 141 cred_t *newcred = ncr; in audit_update_context()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_vnops.c | 286 cred_t *cred, *ncr, *ncrfree = NULL; in acl_access2() local 332 ncr = crnetadjust(cred); in acl_access2() 333 ncrfree = ncr; in acl_access2() 348 if (ncr != NULL) { in acl_access2() 349 cred = ncr; in acl_access2() 350 ncr = NULL; in acl_access2() 391 if (ncr != NULL) { in acl_access2() 392 cred = ncr; in acl_access2() 393 ncr = NULL; in acl_access2()
|
H A D | nfs4_vnops.c | 808 cred_t *ncr = NULL; in nfs4open_otw() local 923 if (ncr != NULL) in nfs4open_otw() 924 crfree(ncr); in nfs4open_otw() 995 if (ncr != NULL) in nfs4open_otw() 996 crfree(ncr); in nfs4open_otw() 1044 if (ncr != NULL) { in nfs4open_otw() 1045 crfree(ncr); in nfs4open_otw() 1046 ncr = NULL; in nfs4open_otw() 1069 if (ncr != NULL) in nfs4open_otw() 1070 crfree(ncr); in nfs4open_otw() [all …]
|
H A D | nfs3_vnops.c | 1544 cred_t *cred, *ncr, *ncrfree = NULL; in nfs3_access() local 1591 ncr = crnetadjust(cred); in nfs3_access() 1592 ncrfree = ncr; in nfs3_access() 1606 if (ncr != NULL) { in nfs3_access() 1607 cred = ncr; in nfs3_access() 1608 ncr = NULL; in nfs3_access() 1649 if (ncr != NULL) { in nfs3_access() 1650 cred = ncr; in nfs3_access() 1651 ncr = NULL; in nfs3_access()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | config.sub | 145 -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ 691 basic_machine=i486-ncr 987 basic_machine=m68k-ncr 1409 i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
|
H A D | config.guess | 1089 && echo i486-ncr-sysv4.3${OS_REL} && exit 0 1091 && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; 1094 && echo i486-ncr-sysv4 && exit 0 ;;
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 1379 ast_std.h,mnt.c,features/fs: ncr port tweaks
|
/titanic_41/usr/src/cmd/terminfo/ |
H A D | termcap.src | 14079 ncr7900i|ncr7900|ncr 7900 model 1:\ 14086 ncr7900iv|ncr 7900 model 4:\ 14098 ncr7901|ncr 7901 model:\
|
H A D | terminfo.src | 15901 ncr7900i|ncr7900|ncr 7900 model 1, 15911 ncr7900iv|ncr 7900 model 4, 15925 ncr7901|ncr 7901 model,
|