Home
last modified time | relevance | path

Searched refs:bfs (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c84 } bfs[2]; variable
113 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init()
115 bfs[1].counter = BF_FREE; in rw_init()
117 return (&bfs[0].buf.tb_hdr); in rw_init()
130 bfs[current].counter = BF_FREE; /* free old one */ in readit()
133 b = &bfs[current]; /* look at new buffer */ in readit()
153 b = &bfs[nextone]; /* look at "next" buffer */ in read_ahead()
197 bfs[current].counter = ct; /* set size of data to write */ in writeit()
199 if (bfs[current].counter != BF_FREE) /* if not free */ in writeit()
202 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()
[all …]
/titanic_44/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_cmd.c240 const char *bfs; in update_bootpath() local
243 if ((bfs = find_bootprop(str, BPROP_ZFSBOOTFS)) == NULL || in update_bootpath()
247 n = bfs - str; in update_bootpath()
252 bootpath, bfs) >= strsz - n) in update_bootpath()
/titanic_44/
H A D.gitignore187 usr/src/cmd/bfs/bfs