Searched refs:fbp (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/telnet/libtelnet/ |
H A D | enc_des.c | 137 fb64_init(struct fb *fbp) in fb64_init() argument 139 memset((void *)fbp, 0, sizeof(*fbp)); in fb64_init() 140 fbp->state[0] = fbp->state[1] = FAILED; in fb64_init() 141 fbp->fb_feed[0] = IAC; in fb64_init() 142 fbp->fb_feed[1] = SB; in fb64_init() 143 fbp->fb_feed[2] = TELOPT_ENCRYPT; in fb64_init() 144 fbp->fb_feed[3] = ENCRYPT_IS; in fb64_init() 168 fb64_start(struct fb *fbp, int dir, int server __unused) in fb64_start() argument 181 state = fbp->state[dir-1]; in fb64_start() 187 state = fbp->state[dir-1]; in fb64_start() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | enc_des.c | 146 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 …]
|
/freebsd/usr.sbin/pstat/ |
H A D | pstat.c | 358 char flagbuf[16], *fbp; in filemode() local 395 fbp = flagbuf; in filemode() 397 *fbp++ = 'R'; in filemode() 399 *fbp++ = 'W'; in filemode() 401 *fbp++ = 'A'; in filemode() 403 *fbp++ = 'I'; in filemode() 404 *fbp = '\0'; in filemode()
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 1246 struct bio *bp, *fbp, *pbp; in g_journal_flush() local 1273 fbp = g_alloc_bio(); in g_journal_flush() 1274 fbp->bio_parent = NULL; in g_journal_flush() 1275 fbp->bio_cflags = GJ_BIO_JOURNAL; in g_journal_flush() 1276 fbp->bio_offset = -1; in g_journal_flush() 1277 fbp->bio_joffset = joffset; in g_journal_flush() 1278 fbp->bio_length = pp->sectorsize; in g_journal_flush() 1279 fbp->bio_cmd = BIO_WRITE; in g_journal_flush() 1280 fbp->bio_done = g_journal_std_done; in g_journal_flush() 1281 GJQ_INSERT_AFTER(sc->sc_flush_queue, fbp, pbp); in g_journal_flush() [all …]
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 1143 struct bio *xbp, *fbp, *cbp; in g_raid3_gather() local 1155 xbp = fbp = NULL; in g_raid3_gather() 1166 if (fbp == NULL) { in g_raid3_gather() 1175 fbp = cbp; in g_raid3_gather() 1182 pbp->bio_error = fbp->bio_error; in g_raid3_gather() 1205 if (fbp != NULL && (pbp->bio_pflags & G_RAID3_BIO_PFLAG_VERIFY) != 0) { in g_raid3_gather() 1207 if (xbp != fbp) in g_raid3_gather() 1208 g_raid3_replace_bio(xbp, fbp); in g_raid3_gather() 1209 g_raid3_destroy_bio(sc, fbp); in g_raid3_gather() 1210 } else if (fbp ! in g_raid3_gather() [all...] |
/freebsd/sys/kern/ |
H A D | vfs_cluster.c | 60 struct buf *fbp); 339 daddr_t blkno, long size, int run, int gbflags, struct buf *fbp) in cluster_rbuild() argument 358 if (fbp) { in cluster_rbuild() 359 tbp = fbp; in cluster_rbuild() 476 if ((fbp && (i == 1)) || (i == (run - 1))) in cluster_rbuild()
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 3480 xo_buffer_t *fbp = &xop->xo_fmt; in xo_do_format_field() local 3482 if (!xo_buf_has_room(fbp, len + 1)) in xo_do_format_field() 3485 char *newfmt = fbp->xb_curp; in xo_do_format_field()
|
/freebsd/contrib/arm-optimized-routines/math/test/traces/ |
H A D | exp.txt | 7063 -0x1.48445935118fbp-8
|
H A D | sincosf.txt | 20684 0x1.581fbp-3
|