Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dbf.c108 struct bf *bfp; local
132 bfp = (struct bf *) sm_malloc(sizeof(struct bf));
133 if (bfp == NULL)
143 bfp->bf_buf = (char *) sm_malloc(bsize);
144 if (bfp->bf_buf == NULL)
146 bfp->bf_bufsize = 0;
147 sm_free(bfp);
153 bfp->bf_buf = NULL;
156 bfp->bf_committed = false;
157 bfp->bf_ondisk = false;
[all …]
/freebsd-9-stable/contrib/binutils/opcodes/
Ds390-opc.txt329 b34a axbr RRE_FF "add extended bfp" g5 esa,zarch
330 b31a adbr RRE_FF "add long bfp" g5 esa,zarch
331 ed000000001a adb RXE_FRRD "add long bfp" g5 esa,zarch
332 b30a aebr RRE_FF "add short bfp" g5 esa,zarch
333 ed000000000a aeb RXE_FRRD "add short bfp" g5 esa,zarch
334 b349 cxbr RRE_FF "compare extended bfp" g5 esa,zarch
335 b319 cdbr RRE_FF "compare long bfp" g5 esa,zarch
336 ed0000000019 cdb RXE_FRRD "compare long bfp" g5 esa,zarch
337 b309 cebr RRE_FF "compare short bfp" g5 esa,zarch
338 ed0000000009 ceb RXE_FRRD "compare short bfp" g5 esa,zarch
[all …]
/freebsd-9-stable/lib/libc/db/hash/
Dhash_buf.c299 BUFHEAD *bfp; in __buf_init() local
302 bfp = &(hashp->bufhead); in __buf_init()
307 bfp->next = bfp; in __buf_init()
308 bfp->prev = bfp; in __buf_init()
/freebsd-9-stable/usr.sbin/pmcannotate/
Dpmcannotate.c678 FILE *gfp, *bfp; in main() local
788 bfp = fopen(tbfl, "r"); in main()
789 if (bfp == NULL) in main()
794 asmparse(bfp); in main()
795 else if (cparse(bfp) == -1) in main()
797 if (fclose(bfp) == EOF) in main()
/freebsd-9-stable/sys/boot/fdt/
Dfdt_loader_cmd.c188 struct preloaded_file *bfp; in fdt_setup_fdtp() local
194 bfp = file_findfile(NULL, "dtb"); in fdt_setup_fdtp()
195 if (bfp == NULL) { in fdt_setup_fdtp()
202 fdtp = (struct fdt_header *)bfp->f_addr; in fdt_setup_fdtp()
/freebsd-9-stable/sys/boot/uboot/common/
Dmetadata.c270 struct preloaded_file *kfp, *bfp; in md_load() local
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzfs_vnops.c4761 zfs_frlock(vnode_t *vp, int cmd, flock64_t *bfp, int flag, offset_t offset, in zfs_frlock() argument
4781 return (fs_frlock(vp, cmd, bfp, flag, offset, flk_cbp, cr, ct)); in zfs_frlock()
5117 zfs_space(vnode_t *vp, int cmd, flock64_t *bfp, int flag, in zfs_space() argument
5133 if (error = convoff(vp, bfp, 0, offset)) { in zfs_space()
5138 if (bfp->l_len < 0) { in zfs_space()
5143 off = bfp->l_start; in zfs_space()
5144 len = bfp->l_len; /* 0 means from off to end of file */ in zfs_space()
/freebsd-9-stable/sys/dev/bwn/
Dif_bwn.c118 SYSCTL_INT(_hw_bwn, OID_AUTO, bfp, CTLFLAG_RW, &bwn_bfp, 0,