OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tbp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_segment.c
2582
struct buf *
tbp
, *fbp;
local in function:lfs_cluster_work
2595
tbp
= cl->bpp[cl->bufcount];
2596
KASSERT(
tbp
->b_cflags & BC_BUSY);
2598
tbp
->b_error = error;
2602
* We're done with
tbp
. If it has not been re-dirtied since
2606
vp =
tbp
->b_vp;
2608
tbp
->b_flags &= ~B_GATHERED;
2611
if ((
tbp
)->b_vp == (fs)->lfs_ivnode)
2613
tbp
->b_lblkno,
tbp
->b_flags, curproc->p_pid)
[
all
...]
/src/usr.bin/telnet/
telnet.c
1852
unsigned char *
tbp
= NULL;
1866
tbp
= ttyiring.consume;
1872
c = *
tbp
++ & 0xff, sc = strip(c), tcc--; count++;
1893
command(0, (char *)
tbp
, tcc);
1902
--
tbp
;
1913
if (tcc && strip(*
tbp
) == escape) {
1914
tbp
++;
1919
command(0, (char *)
tbp
, tcc);
1930
if (tcc > 0 && strip(*
tbp
) == echoc) {
1931
tcc--;
tbp
++; count++
1848
unsigned char *
tbp
= NULL;
local in function:telsnd
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Oct 21 07:10:13 GMT 2025