Home
last modified time | relevance | path

Searched refs:tbp (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/kern/
H A Dvfs_cluster.c908 tbp = fbp; in cluster_rbuild()
915 return tbp; in cluster_rbuild()
929 return tbp; in cluster_rbuild()
1160 while (tbp) { in cluster_callback()
1166 tbp->b_dirtyoff = tbp->b_dirtyend = 0; in cluster_callback()
1169 tbp->b_flags = (tbp->b_flags & ~B_NOTMETA) | in cluster_callback()
1192 tbp = next; in cluster_callback()
1476 tbp = *bpp; in cluster_wbuild()
1485 (LIST_FIRST(&tbp->b_dep) && buf_checkwrite(tbp))) { in cluster_wbuild()
1486 if (tbp) in cluster_wbuild()
[all …]
/dragonfly/contrib/nvi2/ex/
H A Dex_join.c37 CHAR_T *bp, *tbp = NULL; in ex_join() local
83 tbp = bp + clen; in ex_join()
107 *tbp++ = ' '; in ex_join()
111 *tbp++ = ' '; in ex_join()
118 MEMCPY(tbp, p, len); in ex_join()
119 tbp += len; in ex_join()
145 sp->cno = (tbp - bp) - (1 + extra); in ex_join()
148 sp->cno = (tbp - bp) - len - (1 + extra); in ex_join()
158 if (!first && db_set(sp, from, bp, tbp - bp)) { in ex_join()
H A Dex_shift.c73 CHAR_T *bp, *tbp; in shift() local
145 tbp = bp; in shift()
149 *tbp++ = '\t'; in shift()
154 *tbp++ = ' '; in shift()
157 MEMCPY(tbp, p + oldidx, len - oldidx); in shift()
160 if (db_set(sp, from, bp, (tbp + (len - oldidx)) - bp)) { in shift()
/dragonfly/lib/libcompat/4.1/
H A Dftime.c39 ftime(struct timeb *tbp) in ftime() argument
46 tbp->millitm = t.tv_usec / 1000; in ftime()
47 tbp->time = t.tv_sec; in ftime()
48 tbp->timezone = tz.tz_minuteswest; in ftime()
49 tbp->dstflag = tz.tz_dsttime; in ftime()
/dragonfly/usr.bin/telnet/
H A Dtelnet.c1867 unsigned char *tbp; in telsnd() local
1881 tbp = ttyiring.consume; in telsnd()
1887 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; in telsnd()
1908 command(0, tbp, tcc); in telsnd()
1917 --tbp; in telsnd()
1928 if (tcc && strip(*tbp) == escape) { in telsnd()
1929 tbp++; in telsnd()
1934 command(0, (char *)tbp, tcc); in telsnd()
1945 if (tcc > 0 && strip(*tbp) == echoc) { in telsnd()
1946 tcc--; tbp++; count++; in telsnd()