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

/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c146 void fb64_init(struct fb *fbp) argument
148 memset(fbp,0, sizeof(*fbp));
149 fbp->state[0] = fbp->state[1] = FAILED;
150 fbp->fb_feed[0] = IAC;
151 fbp->fb_feed[1] = SB;
152 fbp->fb_feed[2] = TELOPT_ENCRYPT;
153 fbp->fb_feed[3] = ENCRYPT_IS;
174 static int fb64_start(struct fb *fbp, in argument
256 fb64_is(unsigned char *data, int cnt, struct fb *fbp) argument
338 fb64_reply(unsigned char *data, int cnt, struct fb *fbp) argument
384 fb64_session(Session_Key *key, int server, struct fb *fbp) argument
427 fb64_keyid(int dir, unsigned char *kp, int *lenp, struct fb *fbp) argument
[all...]
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Denc_des.c139 fb64_init(struct fb *fbp) argument
141 memset((void *)fbp, 0, sizeof(*fbp));
142 fbp->state[0] = fbp->state[1] = FAILED;
143 fbp->fb_feed[0] = IAC;
144 fbp->fb_feed[1] = SB;
145 fbp->fb_feed[2] = TELOPT_ENCRYPT;
146 fbp->fb_feed[3] = ENCRYPT_IS;
170 fb64_start(struct fb *fbp, in argument
247 fb64_is(unsigned char *data, int cnt, struct fb *fbp) argument
330 fb64_reply(unsigned char *data, int cnt, struct fb *fbp) argument
379 fb64_session(Session_Key *key, int server, struct fb *fbp) argument
421 fb64_keyid(int dir, unsigned char *kp, int *lenp, struct fb *fbp) argument
[all...]
/freebsd-11-stable/usr.sbin/pstat/
H A Dpstat.c368 char flagbuf[16], *fbp; local
405 fbp = flagbuf;
407 *fbp++ = 'R';
409 *fbp++ = 'W';
411 *fbp++ = 'A';
413 *fbp++ = 'I';
414 *fbp = '\0';
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c352 char pibuf[1024+1], fibuf[1024], *pbp = NULL, *fbp = NULL; local
415 fbp = fibuf;
435 cc = write(p, fbp, fcc);
438 fbp += cc;
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c1238 struct bio *bp, *fbp, *pbp; local
1265 fbp = g_alloc_bio();
1266 fbp->bio_parent = NULL;
1267 fbp->bio_cflags = GJ_BIO_JOURNAL;
1268 fbp->bio_offset = -1;
1269 fbp->bio_joffset = joffset;
1270 fbp->bio_length = pp->sectorsize;
1271 fbp->bio_cmd = BIO_WRITE;
1272 fbp->bio_done = g_journal_std_done;
1273 GJQ_INSERT_AFTER(sc->sc_flush_queue, fbp, pb
1759 struct bio *bp, *fbp, *tbp; local
[all...]
/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c1114 struct bio *xbp, *fbp, *cbp; local
1126 xbp = fbp = NULL;
1137 if (fbp == NULL) {
1146 fbp = cbp;
1153 pbp->bio_error = fbp->bio_error;
1176 if (fbp != NULL && (pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) {
1178 if (xbp != fbp)
1179 g_raid3_replace_bio(xbp, fbp);
1180 g_raid3_destroy_bio(sc, fbp);
1181 } else if (fbp !
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_cluster.c69 struct buf *fbp);
336 daddr_t blkno, long size, int run, int gbflags, struct buf *fbp)
355 if (fbp) {
356 tbp = fbp;
478 if ((fbp && (i == 1)) || (i == (run - 1)))
498 * XXX fbp from caller may not be B_ASYNC, but we are going
335 cluster_rbuild(struct vnode *vp, u_quad_t filesize, daddr_t lbn, daddr_t blkno, long size, int run, int gbflags, struct buf *fbp) argument
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c3476 xo_buffer_t *fbp = &xop->xo_fmt; local
3478 if (!xo_buf_has_room(fbp, len + 1))
3481 char *newfmt = fbp->xb_curp;

Completed in 276 milliseconds