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

/freebsd-current/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-current/contrib/telnet/libtelnet/
H A Denc_des.c137 fb64_init(struct fb *fbp) argument
139 memset((void *)fbp, 0, sizeof(*fbp));
140 fbp->state[0] = fbp->state[1] = FAILED;
141 fbp->fb_feed[0] = IAC;
142 fbp->fb_feed[1] = SB;
143 fbp->fb_feed[2] = TELOPT_ENCRYPT;
144 fbp->fb_feed[3] = ENCRYPT_IS;
168 fb64_start(struct fb *fbp, in argument
245 fb64_is(unsigned char *data, int cnt, struct fb *fbp) argument
328 fb64_reply(unsigned char *data, int cnt, struct fb *fbp) argument
377 fb64_session(Session_Key *key, int server, struct fb *fbp) argument
419 fb64_keyid(int dir, unsigned char *kp, int *lenp, struct fb *fbp) argument
[all...]
/freebsd-current/usr.sbin/pstat/
H A Dpstat.c358 char flagbuf[16], *fbp; local
395 fbp = flagbuf;
397 *fbp++ = 'R';
399 *fbp++ = 'W';
401 *fbp++ = 'A';
403 *fbp++ = 'I';
404 *fbp = '\0';
/freebsd-current/sys/geom/journal/
H A Dg_journal.c1246 struct bio *bp, *fbp, *pbp; local
1273 fbp = g_alloc_bio();
1274 fbp->bio_parent = NULL;
1275 fbp->bio_cflags = GJ_BIO_JOURNAL;
1276 fbp->bio_offset = -1;
1277 fbp->bio_joffset = joffset;
1278 fbp->bio_length = pp->sectorsize;
1279 fbp->bio_cmd = BIO_WRITE;
1280 fbp->bio_done = g_journal_std_done;
1281 GJQ_INSERT_AFTER(sc->sc_flush_queue, fbp, pb
1767 struct bio *bp, *fbp, *tbp; local
[all...]
/freebsd-current/sys/geom/raid3/
H A Dg_raid3.c1143 struct bio *xbp, *fbp, *cbp; local
1155 xbp = fbp = NULL;
1166 if (fbp == NULL) {
1175 fbp = cbp;
1182 pbp->bio_error = fbp->bio_error;
1205 if (fbp != NULL && (pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) {
1207 if (xbp != fbp)
1208 g_raid3_replace_bio(xbp, fbp);
1209 g_raid3_destroy_bio(sc, fbp);
1210 } else if (fbp !
[all...]
/freebsd-current/sys/kern/
H A Dvfs_cluster.c60 struct buf *fbp);
339 daddr_t blkno, long size, int run, int gbflags, struct buf *fbp)
358 if (fbp) {
359 tbp = fbp;
476 if ((fbp && (i == 1)) || (i == (run - 1)))
495 * XXX fbp from caller may not be B_ASYNC, but we are going
338 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-current/contrib/arm-optimized-routines/pl/math/
H A Derfcf_data.c481 { 0x1.bdf55ep-33, 0x1.970fbp-29 },
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c3480 xo_buffer_t *fbp = &xop->xo_fmt; local
3482 if (!xo_buf_has_room(fbp, len + 1))
3485 char *newfmt = fbp->xb_curp;

Completed in 253 milliseconds