Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c730 int dcr, dcr2, nullfd, ret; local
735 dcr = open(dcname, O_WRONLY|O_NDELAY);
736 if (dcr < 0) {
741 if ( fd_mklock(dcr) != SUCCESS ) {
742 (void)close(dcr);
752 ret = (*Write)(dcr, command, strlen(command));
755 sytfix2line(dcr);
762 fd_rmlock(dcr);
763 (void) close(dcr);
770 fd_rmlock(dcr);
[all …]
/illumos-gate/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
/illumos-gate/usr/src/uts/common/sys/scsi/impl/
H A Dmode.h74 uchar_t dcr : 1, /* disable correction */ member
90 dcr : 1; /* disable correction */ member
/illumos-gate/usr/src/uts/common/sys/scsi/generic/
H A Ddad_mode.h105 uchar_t dcr : 1, /* disable correction */ member
121 dcr : 1; /* disable correction */ member
/illumos-gate/usr/src/uts/common/sys/
H A Decppio.h50 uint8_t dcr; /* control reg */ member
H A Decppreg.h133 uint8_t dcr; member
H A Decppvar.h414 #define DCR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->dcr)
423 #define DCR_WRITE(pp, val) PP_PUTB((pp)->i_handle, &(pp)->i_reg->dcr, val)
/illumos-gate/usr/src/uts/common/io/
H A Decpp.c1565 rg.dsr, rg.dcr); in ecpp_putioc()
2183 uint8_t dcr; in ecpp_srvioc() local
2203 dcr = (dcr & ECPP_SETREGS_DCR_MASK) | in ecpp_srvioc()
2205 DCR_WRITE(pp, dcr); in ecpp_srvioc()
2548 uint8_t ecr, dcr; in ecpp_flush() local
2618 dcr = DCR_READ(pp); in ecpp_flush()
2620 DCR_WRITE(pp, dcr); in ecpp_flush()
3379 uint8_t dcr; in ecpp_pio_writeb() local
3382 dcr |= ECPP_INTR_EN; in ecpp_pio_writeb()
3619 uint8_t dcr; in ecpp_xfer_timeout() local
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/io/
H A Dvlapic.c199 vlapic_timer_divisor(uint32_t dcr) in vlapic_timer_divisor() argument
201 switch (dcr & 0xB) { in vlapic_timer_divisor()
219 panic("vlapic_timer_divisor: invalid dcr 0x%08x", dcr); in vlapic_timer_divisor()
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c12411 dtrace_cred_t *dcr = &enab->dten_vstate->dtvs_state->dts_cred; in dtrace_enabling_matchall() local
12412 cred_t *cr = dcr->dcr_cred; in dtrace_enabling_matchall()
12415 if ((dcr->dcr_visible & DTRACE_CRV_ALLZONE) || (cr != NULL && in dtrace_enabling_matchall()