Home
last modified time | relevance | path

Searched refs:blklen (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dsh.misc.c122 blklen(Char **av) in blklen() function
185 onewv = newv = xcalloc(blklen(v) + 1, sizeof(Char **)); in saveblk()
230 Char **wp = xcalloc(blklen(up) + blklen(vp) + 1, sizeof(Char **)); in blkspl()
441 Char **nv = xcalloc(blklen(v) + 1, sizeof(Char **)); in copyblk()
H A Dsh.decls.h261 extern int blklen (Char **);
H A Dsh.set.c375 if (subscr < 1 || subscr > blklen(v->vec)) in getvx()
1127 len = blklen(p->vec); in plist()
H A Dtc.who.c231 if (blklen(vp) % 2) /* odd # args: 1st == # minutes. */
H A Dsh.sem.c125 t->t_dcom[0][0] && (blklen(t->t_dcom) == 1) && !noexec) { in execute()
H A Dsh.glob.c235 el = vl + blklen(vl); in expbrace()
H A Dsh.func.c136 i = blklen(t->t_dcom) - 1; in func()
527 if (v[0][0] != '(' || v[blklen(v) - 1][0] != ')') in doforeach()
H A Dsh.dol.c637 upb = blklen(vp->vec); in Dgetdol()
H A Dsh.c2256 cnt = blklen(vp); in mailchk()
H A Dtw.parse.c543 return blklen(*v); in t_glob()
/dragonfly/sys/dev/sound/pci/
H A Dmaestro.c115 u_int32_t blklen; /* DMA block length in WORDs */ member
136 u_int32_t blklen; /* DMA block length in WORDs */ member
1195 return (48000 * (ch->blklen << (!ch->qs16 + !ch->stereo)) in calc_timer_div()
1211 return (48000 * (ch->blklen << (!ch->stereo)) in calc_timer_div_rch()
1310 ch->blklen = sndbuf_getblksz(b) / 2; in aggpch_init()
1419 ch->blklen = blocksize / 2; in aggpch_setblocksize()
1519 ch->blklen = sndbuf_getblksz(b) / 2; in aggrch_init()
1567 ch->blklen = blocksize / 2; in aggrch_setblocksize()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_sa.c2660 *blocksize = scsi_3btoul(mode_blk->blklen); in sagetparams()
2808 scsi_ulto3b(blocksize, mode_blk->blklen); in sasetparams()
2810 scsi_ulto3b(current_blocksize, mode_blk->blklen); in sasetparams()
2993 scsi_ulto3b(current_blocksize, mode_blk->blklen); in sasetparams()
H A Dscsi_all.h984 u_int8_t blklen[3]; member