| /src/sys/arch/vax/boot/boot/ |
| mfm.c | 79 static volatile struct hdc9224_DKCreg *dkc = (void *) 0x200c0000; variable in typeref:struct:hdc9224_DKCreg 93 * dkc-registers, on a VS2000 with 1 MIPS, this is roughly one 102 dkc->dkc_cmd = 0x40; /* set internal counter to zero */ 105 *p++ = dkc->dkc_reg; /* dkc_reg auto-increments */ 114 dkc->dkc_cmd = 0x40; /* set internal counter to zero */ 117 dkc->dkc_reg = *p++; /* dkc_reg auto-increments */ 248 dkc->dkc_cmd = cmd; /* issue command */ 258 if (dkc->dkc_stat == (DKC_ST_DONE | DKC_TC_SUCCESS)) 283 termcode = (dkc->dkc_stat & DKC_ST_TERMCOD) >> 3; 286 cmd, termcode, dkc->dkc_stat, sreg.udc_cstat, sreg.udc_dstat) [all...] |
| mfm.c | 79 static volatile struct hdc9224_DKCreg *dkc = (void *) 0x200c0000; variable in typeref:struct:hdc9224_DKCreg 93 * dkc-registers, on a VS2000 with 1 MIPS, this is roughly one 102 dkc->dkc_cmd = 0x40; /* set internal counter to zero */ 105 *p++ = dkc->dkc_reg; /* dkc_reg auto-increments */ 114 dkc->dkc_cmd = 0x40; /* set internal counter to zero */ 117 dkc->dkc_reg = *p++; /* dkc_reg auto-increments */ 248 dkc->dkc_cmd = cmd; /* issue command */ 258 if (dkc->dkc_stat == (DKC_ST_DONE | DKC_TC_SUCCESS)) 283 termcode = (dkc->dkc_stat & DKC_ST_TERMCOD) >> 3; 286 cmd, termcode, dkc->dkc_stat, sreg.udc_cstat, sreg.udc_dstat) [all...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zvol.c | 2418 struct dk_callback *dkc; local 2491 dkc = (struct dk_callback *)arg; 2494 if ((flag & FKIOCTL) && dkc != NULL && dkc->dkc_callback) { 2495 (*dkc->dkc_callback)(dkc->dkc_cookie, error);
|
| zvol.c | 2418 struct dk_callback *dkc; local 2491 dkc = (struct dk_callback *)arg; 2494 if ((flag & FKIOCTL) && dkc != NULL && dkc->dkc_callback) { 2495 (*dkc->dkc_callback)(dkc->dkc_cookie, error);
|