Searched refs:dcr (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/geom/
H A Dgeom_subr.c870 g_access(struct g_consumer *cp, int dcr, int dcw, int dce) argument
888 cp, pp->name, dcr, dcw, dce);
890 KASSERT(cp->acr + dcr >= 0, ("access resulting in negative acr"));
893 KASSERT(dcr != 0 || dcw != 0 || dce != 0, ("NOP access request"));
902 (dcr > 0 || dcw > 0 || dce > 0))
935 dcr, dcw, dce,
950 else if ((dcr > 0 || dcw > 0 || dce > 0) && pp->error != 0) {
964 error = gp->access(pp, dcr, dcw, dce);
965 KASSERT(dcr > 0 || dcw > 0 || dce > 0 || error == 0,
966 ("Geom provider %s::%s dcr
[all...]
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dcr16.h58 dcr = dcrl, enumerator in enum:__anon579
/freebsd-11-stable/sys/powerpc/booke/
H A Dmachdep_ppc4xx.c35 #include <powerpc/booke/dcr.h>
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dcheetah.c44 #include <machine/dcr.h>
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dpci_mpc85xx.c707 uint32_t dcr, err_en; local
736 dcr = fsl_pcib_cfgread(sc, 0, 0, 0,
738 dcr |= PCIEM_CTL_URR_ENABLE | PCIEM_CTL_FER_ENABLE |
741 sc->sc_pcie_capreg + PCIER_DEVICE_CTL, dcr, 4);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c1010 struct demangle_component *dcr; local
1012 dcr = d_right (dc);
1013 while (dcr->type == DEMANGLE_COMPONENT_RESTRICT_THIS
1014 || dcr->type == DEMANGLE_COMPONENT_VOLATILE_THIS
1015 || dcr->type == DEMANGLE_COMPONENT_CONST_THIS)
1016 dcr = d_left (dcr);
1017 dc->u.s_binary.right = dcr;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c1056 struct demangle_component *dcr; local
1058 dcr = d_right (dc);
1059 while (dcr->type == DEMANGLE_COMPONENT_RESTRICT_THIS
1060 || dcr->type == DEMANGLE_COMPONENT_VOLATILE_THIS
1061 || dcr->type == DEMANGLE_COMPONENT_CONST_THIS)
1062 dcr = d_left (dcr);
1063 dc->u.s_binary.right = dcr;
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvlapic.c157 vlapic_timer_divisor(uint32_t dcr) argument
159 switch (dcr & 0xB) {
177 panic("vlapic_timer_divisor: invalid dcr 0x%08x", dcr);
/freebsd-11-stable/sys/fs/devfs/
H A Ddevfs_vnops.c843 struct ucred *dcr; local
850 dcr = cdp->cdp_c.si_cred;
851 if (dcr == NULL)
854 error = prison_check(td->td_ucred, dcr);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dcr16-opc.c527 REG(dcr, 2, CR16_P_REGTYPE),
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c415 int dcr, dcw, dce; local
421 dcr = pp->acr + acr;
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c3068 int dcr, dcw, dce, error = 0; local
3079 dcr = pp->acr + acr;
3098 if (dcr == 0 && dcw == 0 && dce == 0) {

Completed in 204 milliseconds