Home
last modified time | relevance | path

Searched refs:m_buf (Results 1 – 16 of 16) sorted by relevance

/freebsd/usr.sbin/makefs/ffs/
H A Dbuf.h55 struct m_buf { struct
63 TAILQ_ENTRY(m_buf) b_tailq; argument
68 struct m_buf **);
69 void brelse(struct m_buf *);
70 int bwrite(struct m_buf *);
71 struct m_buf * getblk(struct m_vnode *, daddr_t, int, int, int, int);
H A Dbuf.c54 static TAILQ_HEAD(buftailhead, m_buf) buftail;
58 struct m_buf **bpp) in bread()
93 brelse(struct m_buf *bp) in brelse()
123 bwrite(struct m_buf *bp) in bwrite()
157 struct m_buf *bp; in bcleanup()
177 struct m_buf *
182 struct m_buf *bp; in getblk()
H A Dffs_balloc.c54 static int ffs_balloc_ufs1(struct inode *, off_t, int, struct m_buf **);
55 static int ffs_balloc_ufs2(struct inode *, off_t, int, struct m_buf **);
66 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct m_buf **bpp) in ffs_balloc()
76 struct m_buf **bpp) in ffs_balloc_ufs1()
81 struct m_buf *bp, *nbp; in ffs_balloc_ufs1()
334 struct m_buf **bpp) in ffs_balloc_ufs2()
338 struct m_buf *bp, *nbp; in ffs_balloc_ufs2()
H A Dffs_extern.h59 int ffs_balloc(struct inode *, off_t, int, struct m_buf **);
H A Dffs_alloc.c63 static daddr_t ffs_alloccgblk(struct inode *, struct m_buf *, daddr_t);
292 struct m_buf *bp; in ffs_alloccg()
374 ffs_alloccgblk(struct inode *ip, struct m_buf *bp, daddr_t bpref) in ffs_alloccgblk()
426 struct m_buf *bp; in ffs_blkfree()
/freebsd/sbin/setkey/
H A Dtest-pfkey.c53 u_char m_buf[BUFSIZ]; variable
116 pfkey_sadump((struct sadb_msg *)m_buf); in sendkeymsg()
118 if ((len = send(so, m_buf, m_len, 0)) < 0) { in sendkeymsg()
153 memcpy(m_buf, &m_msg, m_len);
256 memcpy(m_buf + m_len, &m_policy, sizeof(struct sadb_x_policy));
267 ((struct sadb_msg *)m_buf)->sadb_msg_len = PFKEY_UNIT64(m_len);
297 key_setsadbextbuf(m_buf, m_len, in key_setsadbsens()
359 key_setsadbextbuf(m_buf, m_len, in key_setsadbprop()
382 key_setsadbextbuf(m_buf, m_len,
403 memcpy(m_buf + m_len, &m_lft, sizeof(struct sadb_lifetime));
[all …]
H A Dtoken.l57 extern u_char m_buf[BUFSIZ];
/freebsd/usr.sbin/makefs/
H A Dmsdos.h53 struct m_buf;
62 int m_readde(struct denode *dep, struct m_buf **bpp, struct direntry **epp);
64 struct m_buf **bpp, struct direntry **epp);
65 int m_extendfile(struct denode *dep, u_long count, struct m_buf **bpp,
H A Dffs.c914 struct m_buf * bp; in ffs_write_file()
H A Dffs.c914 struct m_buf * bp; in ffs_write_file()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_lookup.c82 struct m_buf *bp; in createde()
200 struct m_buf **bpp, struct direntry **epp) in m_readep()
227 m_readde(struct denode *dep, struct m_buf **bpp, struct direntry **epp) in m_readde()
246 struct m_buf *bp; in uniqdosname()
H A Dmsdosfs_fat.c83 static void updatefats(struct msdosfsmount *pmp, struct m_buf *bp,
141 struct m_buf *bp = NULL; in pcbmap()
309 updatefats(struct msdosfsmount *pmp, struct m_buf *bp, u_long fatbn) in updatefats()
311 struct m_buf *bpn; in updatefats()
453 struct m_buf *bp; in fatentry()
559 struct m_buf *bp; in fatchain()
810 struct m_buf *bp = NULL; in freeclusterchain()
869 struct m_buf *bp; in fillinusemap()
950 m_extendfile(struct denode *dep, u_long count, struct m_buf **bpp, u_long *ncp, in m_extendfile()
957 struct m_buf *bp; in m_extendfile()
H A Dmsdosfs_vnops.c159 struct m_buf *bp = 0; in msdosfs_findslot()
415 struct m_buf *bp; in msdosfs_updatede()
439 struct m_buf *bp; in msdosfs_wfile()
546 struct m_buf *bp; in msdosfs_mkdire()
H A Ddenode.h32 #define buf m_buf
H A Dmsdosfs_denode.c90 struct m_buf *bp; in deget()
215 struct m_buf *bp; in detrunc()
H A Dmsdosfs_vfsops.c77 struct m_buf *bp; in m_msdosfs_mount()
363 struct m_buf *bp; in msdosfs_fsiflush()