Home
last modified time | relevance | path

Searched refs:fbp (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/telnet/libtelnet/
HDenc_des.c143 fb64_init(struct fb *fbp) in fb64_init() argument
145 memset((void *)fbp, 0, sizeof(*fbp)); in fb64_init()
146 fbp->state[0] = fbp->state[1] = FAILED; in fb64_init()
147 fbp->fb_feed[0] = IAC; in fb64_init()
148 fbp->fb_feed[1] = SB; in fb64_init()
149 fbp->fb_feed[2] = TELOPT_ENCRYPT; in fb64_init()
150 fbp->fb_feed[3] = ENCRYPT_IS; in fb64_init()
174 fb64_start(struct fb *fbp, int dir, int server __unused) in fb64_start() argument
187 state = fbp->state[dir-1]; in fb64_start()
193 state = fbp->state[dir-1]; in fb64_start()
[all …]
/NextBSD/crypto/heimdal/appl/telnet/libtelnet/
HDenc_des.c146 void fb64_init(struct fb *fbp) in fb64_init() argument
148 memset(fbp,0, sizeof(*fbp)); in fb64_init()
149 fbp->state[0] = fbp->state[1] = FAILED; in fb64_init()
150 fbp->fb_feed[0] = IAC; in fb64_init()
151 fbp->fb_feed[1] = SB; in fb64_init()
152 fbp->fb_feed[2] = TELOPT_ENCRYPT; in fb64_init()
153 fbp->fb_feed[3] = ENCRYPT_IS; in fb64_init()
174 static int fb64_start(struct fb *fbp, int dir, int server) in fb64_start() argument
187 state = fbp->state[dir-1]; in fb64_start()
193 state = fbp->state[dir-1]; in fb64_start()
[all …]
/NextBSD/usr.sbin/pstat/
HDpstat.c370 char flagbuf[16], *fbp; in filemode() local
407 fbp = flagbuf; in filemode()
409 *fbp++ = 'R'; in filemode()
411 *fbp++ = 'W'; in filemode()
413 *fbp++ = 'A'; in filemode()
415 *fbp++ = 'I'; in filemode()
416 *fbp = '\0'; in filemode()
/NextBSD/sys/geom/journal/
HDg_journal.c1235 struct bio *bp, *fbp, *pbp; in g_journal_flush() local
1263 fbp = g_alloc_bio(); in g_journal_flush()
1264 fbp->bio_parent = NULL; in g_journal_flush()
1265 fbp->bio_cflags = GJ_BIO_JOURNAL; in g_journal_flush()
1266 fbp->bio_offset = -1; in g_journal_flush()
1267 fbp->bio_joffset = joffset; in g_journal_flush()
1268 fbp->bio_length = pp->sectorsize; in g_journal_flush()
1269 fbp->bio_cmd = BIO_WRITE; in g_journal_flush()
1270 fbp->bio_done = g_journal_std_done; in g_journal_flush()
1271 GJQ_INSERT_AFTER(sc->sc_flush_queue, fbp, pbp); in g_journal_flush()
[all …]
/NextBSD/libexec/rlogind/
HDrlogind.c337 char pibuf[1024+1], fibuf[1024], *pbp = NULL, *fbp = NULL; in protocol() local
409 fbp = fibuf; in protocol()
430 cc = write(p, fbp, fcc); in protocol()
433 fbp += cc; in protocol()
/NextBSD/sys/geom/raid3/
HDg_raid3.c1114 struct bio *xbp, *fbp, *cbp; in g_raid3_gather() local
1126 xbp = fbp = NULL; in g_raid3_gather()
1137 if (fbp == NULL) { in g_raid3_gather()
1146 fbp = cbp; in g_raid3_gather()
1153 pbp->bio_error = fbp->bio_error; in g_raid3_gather()
1176 if (fbp != NULL && (pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) { in g_raid3_gather()
1178 if (xbp != fbp) in g_raid3_gather()
1179 g_raid3_replace_bio(xbp, fbp); in g_raid3_gather()
1180 g_raid3_destroy_bio(sc, fbp); in g_raid3_gather()
1181 } else if (fbp != NULL) { in g_raid3_gather()
[all …]
/NextBSD/sys/kern/
HDvfs_cluster.c68 struct buf *fbp);
311 daddr_t blkno, long size, int run, int gbflags, struct buf *fbp) in cluster_rbuild() argument
330 if (fbp) { in cluster_rbuild()
331 tbp = fbp; in cluster_rbuild()
453 if ((fbp && (i == 1)) || (i == (run - 1))) in cluster_rbuild()
/NextBSD/contrib/libxo/libxo/
HDlibxo.c3048 xo_buffer_t *fbp = &xop->xo_fmt; in xo_do_format_field() local
3050 if (!xo_buf_has_room(fbp, len + 1)) in xo_do_format_field()
3053 char *newfmt = fbp->xb_curp; in xo_do_format_field()