Home
last modified time | relevance | path

Searched refs:dcr (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/bnu/
H A Dcallers.c734 int dcr, dcr2, nullfd, ret; local
739 dcr = open(dcname, O_WRONLY|O_NDELAY);
740 if (dcr < 0) {
745 if ( fd_mklock(dcr) != SUCCESS ) {
746 (void)close(dcr);
752 sytfixline(dcr, atoi(fdig(dev[D_CLASS])), D_DIRECT);
756 ret = (*Write)(dcr, command, strlen(command));
759 sytfix2line(dcr);
766 fd_rmlock(dcr);
767 (void) close(dcr);
[all …]
/titanic_41/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_scsi.h106 uchar_t dcr : 1, /* disable correction */ member
122 dcr : 1; /* disable correction */ member
/titanic_41/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h76 uchar_t dcr : 1, /* disable correction */ member
92 dcr : 1; /* disable correction */ member
/titanic_41/usr/src/uts/common/sys/scsi/generic/
H A Ddad_mode.h107 uchar_t dcr : 1, /* disable correction */ member
123 dcr : 1; /* disable correction */ member
/titanic_41/usr/src/uts/common/sys/
H A Decppio.h52 uint8_t dcr; /* control reg */ member
H A Decppreg.h135 uint8_t dcr; member
H A Decppvar.h413 #define DCR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->dcr)
422 #define DCR_WRITE(pp, val) PP_PUTB((pp)->i_handle, &(pp)->i_reg->dcr, val)
/titanic_41/usr/src/uts/common/io/
H A Decpp.c1560 rg.dcr = DCR_READ(pp); in ecpp_putioc()
1565 rg.dsr, rg.dcr); in ecpp_putioc()
1569 rg.dcr |= ECPP_SETREGS_DCR_MASK; in ecpp_putioc()
2183 uint8_t dcr; in ecpp_srvioc() local
2194 if ((rg->dcr & ECPP_SETREGS_DCR_MASK) != in ecpp_srvioc()
2201 dcr = DCR_READ(pp) & ~ECPP_REV_DIR; in ecpp_srvioc()
2203 dcr = (dcr & ECPP_SETREGS_DCR_MASK) | in ecpp_srvioc()
2204 (rg->dcr & ~ECPP_SETREGS_DCR_MASK); in ecpp_srvioc()
2205 DCR_WRITE(pp, dcr); in ecpp_srvioc()
2206 ecpp_error(pp->dip, "ECPPIOC_SETREGS:dcr=%x\n", dcr); in ecpp_srvioc()
[all …]
/titanic_41/usr/src/uts/common/dtrace/
H A Ddtrace.c12003 dtrace_cred_t *dcr = &enab->dten_vstate->dtvs_state->dts_cred; in dtrace_enabling_matchall() local
12004 cred_t *cr = dcr->dcr_cred; in dtrace_enabling_matchall()
12007 if ((dcr->dcr_visible & DTRACE_CRV_ALLZONE) || (cr != NULL && in dtrace_enabling_matchall()