Searched refs:cr1 (Results 1 - 22 of 22) sorted by relevance

/freebsd-11-stable/sys/security/mac_seeotheruids/
H A Dmac_seeotheruids.c105 seeotheruids_check(struct ucred *cr1, struct ucred *cr2) argument
112 if (cr1->cr_rgid == cr2->cr_rgid)
117 if (cr1->cr_rgid == specificgid ||
118 groupmember(specificgid, cr1))
122 if (cr1->cr_ruid == cr2->cr_ruid)
126 if (priv_check_cred(cr1, PRIV_SEEOTHERUIDS, 0) == 0)
156 seeotheruids_cred_check_visible(struct ucred *cr1, struct ucred *cr2) argument
159 return (seeotheruids_check(cr1, cr2));
/freebsd-11-stable/sys/security/mac/
H A Dmac_cred.c344 mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2) argument
348 MAC_POLICY_CHECK_NOSLEEP(cred_check_visible, cr1, cr2);
349 MAC_CHECK_PROBE2(cred_check_visible, error, cr1, cr2);
H A Dmac_framework.h126 int mac_cred_check_visible(struct ucred *cr1, struct ucred *cr2);
127 void mac_cred_copy(struct ucred *cr1, struct ucred *cr2);
H A Dmac_policy.h156 typedef int (*mpo_cred_check_visible_t)(struct ucred *cr1,
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Dppc-asm.h39 #define cr1 1 macro
H A Ddarwin-tramp.asm73 cmpg cr1,r8,r4
77 blt cr1,Labort
H A Dtramp.asm76 cmpw cr1,r8,r4
80 blt cr1,.Labort
H A Drs6000.c822 "%cr0", "%cr1", "%cr2", "%cr3", "%cr4", "%cr5", "%cr6", "%cr7",
5770 rtx cr1 = gen_rtx_REG (CCmode, CR1_REGNO);
5779 gen_rtx_NE (VOIDmode, cr1,
5754 rtx cr1 = gen_rtx_REG (CCmode, CR1_REGNO); local
/freebsd-11-stable/sys/arm/include/
H A Dvfp.h35 #define VFPSCR cr1
/freebsd-11-stable/sys/security/mac_partition/
H A Dmac_partition.c138 partition_cred_check_visible(struct ucred *cr1, struct ucred *cr2) argument
142 error = partition_check(cr1->cr_label, cr2->cr_label);
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie_regs.h79 uint32_t cr1; member in struct:al_pcie_core_iatu_regs
H A Dal_hal_pcie.c2424 al_reg_write32(&regs->port_regs->iatu.cr1, reg);
2479 reg = al_reg_read32(&regs->port_regs->iatu.cr1);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dppc.pl1691 $UCMP cr1,r6,r7 # compare (tl <= r7)
1693 ble cr1,Lppcasm_divinnerexit
1702 $UCMP cr1,r4,r11 # compare l and tl
1704 bge cr1,Lppcasm_div7 # if (l>=tl) goto Lppcasm_div7
1708 $UCMP cr1,r3,r12 #compare h and th
1709 bge cr1,Lppcasm_div8 #if (h>=th) goto Lppcasm_div8
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c301 uint8_t cr0, cr1, fc; local
325 cr1 = CSR_READ_1(sc, VR_CR1);
326 mfdx = (cr1 & VR_CR1_FULLDUPLEX) != 0;
341 cr1 |= VR_CR1_FULLDUPLEX;
343 cr1 &= ~VR_CR1_FULLDUPLEX;
344 CSR_WRITE_1(sc, VR_CR1, cr1);
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c2265 compare_cred(struct xucred *cr0, struct xucred *cr1) argument
2268 if (cr0->cr_uid != cr1->cr_uid || cr0->cr_ngroups != cr1->cr_ngroups)
2271 COMPARE_ARRAYS(cr0->cr_groups, cr1->cr_groups, cr0->cr_ngroups);
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c76 unsigned char cr1, sr2; local
86 cr1 = 0;
88 cr1 |= BCR1_TMS;
90 cr1 |= BCR1_TDI;
91 outb (BCR1(port), cr1); local
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-ppc.pl672 mcrf cr1, cr0 # put aside $out alignment flag
698 beq cr1, Lcbc_enc_loop # $out is aligned
748 beq cr1, Lcbc_dec_loop # $out is aligned
794 beq cr1, Lcbc_write_iv # $out is aligned
859 my $dir="cr1";
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S722 ldcl p1, cr1, [r0], #8 @ wldrd wR1, [r0], #8
/freebsd-11-stable/sys/kern/
H A Dkern_sig.c161 * Policy -- Can ucred cr1 send SIGIO to process cr2?
165 #define CANSIGIO(cr1, cr2) \
166 ((cr1)->cr_uid == 0 || \
167 (cr1)->cr_ruid == (cr2)->cr_ruid || \
168 (cr1)->cr_uid == (cr2)->cr_ruid || \
169 (cr1)->cr_ruid == (cr2)->cr_uid || \
170 (cr1)->cr_uid == (cr2)->cr_uid)
/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c974 lomac_cred_check_visible(struct ucred *cr1, struct ucred *cr2) argument
981 subj = SLOT(cr1->cr_label);
/freebsd-11-stable/sys/security/mac_mls/
H A Dmac_mls.c851 mls_cred_check_visible(struct ucred *cr1, struct ucred *cr2) argument
858 subj = SLOT(cr1->cr_label);
/freebsd-11-stable/sys/security/mac_stub/
H A Dmac_stub.c292 stub_cred_check_visible(struct ucred *cr1, struct ucred *cr2) argument

Completed in 335 milliseconds