Searched refs:chn (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dpciide_natsemi_reg.h59 #define NATSEMI_CHMASK(chn) (NATSEMI_CTRL2_CH1MASK << (chn))
/netbsd-6-1-5-RELEASE/usr.sbin/mlxctl/
H A Dconfig.c218 * Print details for the physical drive at chn/targ in a format suitable for
222 print_phys_drive(struct conf_config *conf, int chn, int targ) argument
226 pd = &conf->cc_cfg.cc_phys_drives[chn * 16 + targ];
232 mlx_print_phys_drv(pd, chn, targ, "# ");
H A Dutil.c205 mlx_print_phys_drv(struct mlx_phys_drv *pd, int chn, int targ, argument
230 printf("%s%s%02d%02d ", prefix, type, chn, targ);
259 if (!mlx_scsi_inquiry(chn, targ, &vendor, &device, &revision))
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/mca/
H A Dmca_machdep.c81 #define DMA_AVAIL(chn, bitmask) ((bitmask) & (1 << (31 - (chn))))
82 #define DMA_ALLOC(chn, bitmask) ((bitmask) &= ~(1 << (31 - (chn))))
83 #define DMA_FREE(chn, bitmask) ((bitmask) |= (1 << (31 - (chn))))
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnmonitor/
H A Dcurses.c489 int chn; member in struct:ctlr_chan
562 cc[ncols - 1].chn = CHAN_B1;
572 cc[ncols - 1].chn = CHAN_B2;
605 hangup(cc[nlines-1].cntl, cc[nlines-1].chn);
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dcurses.c554 int chn; member in struct:ctlr_chan
631 cc[ncols - 1].chn = j;
665 if ((cep = get_cep_by_cc(cc[nlines-1].cntl, cc[nlines-1].chn))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dpkcs12.c837 STACK_OF(X509) *chn;
850 chn = NULL;
853 chn = X509_STORE_CTX_get1_chain(&store_ctx);
856 *chain = chn;
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dsequencer.c906 int i, chn; local
916 for (chn = 0; chn < MAXCHAN; chn++) {
917 midiseq_ctlchange(md, chn, &SEQ_MK_CHN(CTL_CHANGE,
919 midiseq_ctlchange(md, chn, &SEQ_MK_CHN(CTL_CHANGE,
921 midiseq_pitchbend(md, chn, &SEQ_MK_CHN(PITCH_BEND,
/netbsd-6-1-5-RELEASE/sys/dev/pci/hdaudio/
H A Dhdafg.c3082 int tag, chn, maxchan, c; local
3126 chn = 0;
3134 chn = 0;
3135 if (chn >= maxchan)
3136 chn = 0; /* XXX */
3137 c = (tag << 4) | chn;
3181 chn += COP_AWCAP_CHANNEL_COUNT(w->w_p.aw_cap);

Completed in 318 milliseconds