Searched refs:ncr (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/os/ |
H A D | klpd.c | 852 cred_t *ncr = NULL; in pfexec_call() local 944 ncr = crdup((cred_t *)cr); in pfexec_call() 952 if (crsetresuid(ncr, prp->pfr_ruid, prp->pfr_euid, prp->pfr_euid) != 0) in pfexec_call() 954 if (crsetresgid(ncr, prp->pfr_rgid, prp->pfr_egid, prp->pfr_egid) != 0) in pfexec_call() 960 CR_FLAGS(ncr) &= ~PRIV_PFEXEC; in pfexec_call() 966 if (!priv_issubset(iset, &CR_LPRIV(ncr))) in pfexec_call() 968 priv_union(iset, &CR_IPRIV(ncr)); in pfexec_call() 975 if (!priv_issubset(lset, &CR_LPRIV(ncr))) in pfexec_call() 977 CR_LPRIV(ncr) = *lset; in pfexec_call() 989 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()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_acl_vnops.c | 284 cred_t *cred, *ncr, *ncrfree = NULL; in acl_access2() local 330 ncr = crnetadjust(cred); in acl_access2() 331 ncrfree = ncr; in acl_access2() 346 if (ncr != NULL) { in acl_access2() 347 cred = ncr; in acl_access2() 348 ncr = NULL; in acl_access2() 389 if (ncr != NULL) { in acl_access2() 390 cred = ncr; in acl_access2() 391 ncr = NULL; in acl_access2()
|
H A D | nfs4_vnops.c | 805 cred_t *ncr = NULL; in nfs4open_otw() local 920 if (ncr != NULL) in nfs4open_otw() 921 crfree(ncr); in nfs4open_otw() 992 if (ncr != NULL) in nfs4open_otw() 993 crfree(ncr); in nfs4open_otw() 1041 if (ncr != NULL) { in nfs4open_otw() 1042 crfree(ncr); in nfs4open_otw() 1043 ncr = NULL; in nfs4open_otw() 1066 if (ncr != NULL) in nfs4open_otw() 1067 crfree(ncr); in nfs4open_otw() [all …]
|
H A D | nfs3_vnops.c | 1545 cred_t *cred, *ncr, *ncrfree = NULL; in nfs3_access() local 1592 ncr = crnetadjust(cred); in nfs3_access() 1593 ncrfree = ncr; in nfs3_access() 1607 if (ncr != NULL) { in nfs3_access() 1608 cred = ncr; in nfs3_access() 1609 ncr = NULL; in nfs3_access() 1650 if (ncr != NULL) { in nfs3_access() 1651 cred = ncr; in nfs3_access() 1652 ncr = NULL; in nfs3_access()
|
/illumos-gate/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 ;;
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | magic.tab | 914 0 short 0700 ncr tower32 932 0 short 0720 ncr towe32r/600 934 0 short 0740 ncr tower32/800 936 0 short 0610 ncr tower/XP rel 2 938 0 short 0615 ncr tower/XP rel 2 940 0 short 0620 ncr tower/XP rel 3 942 0 short 0625 ncr tower/XP rel 3 944 0 short 0630 ncr tower32/600/400 946 0 short 0640 ncr tower32/800 949 0 short 0645 ncr tower32/800 68010
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | package.sh | 2070 os=ncr
|
H A D | RELEASE | 904 hostinfo: fix ncr.i386 tests
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 1567 ast_std.h,mnt.c,features/fs: ncr port tweaks
|
/illumos-gate/usr/src/data/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 | 15903 ncr7900i|ncr7900|ncr 7900 model 1, 15913 ncr7900iv|ncr 7900 model 4, 15927 ncr7901|ncr 7901 model,
|