/freebsd/usr.sbin/makefs/ffs/ |
H A D | buf.h | 55 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 D | buf.c | 54 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 D | ffs_balloc.c | 54 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 D | ffs_extern.h | 59 int ffs_balloc(struct inode *, off_t, int, struct m_buf **);
|
H A D | ffs_alloc.c | 63 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 D | test-pfkey.c | 53 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 D | token.l | 57 extern u_char m_buf[BUFSIZ];
|
/freebsd/usr.sbin/makefs/ |
H A D | msdos.h | 53 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 D | ffs.c | 914 struct m_buf * bp; in ffs_write_file()
|
H A D | ffs.c | 914 struct m_buf * bp; in ffs_write_file()
|
/freebsd/usr.sbin/makefs/msdos/ |
H A D | msdosfs_lookup.c | 82 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 D | msdosfs_fat.c | 83 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 D | msdosfs_vnops.c | 159 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 D | denode.h | 32 #define buf m_buf
|
H A D | msdosfs_denode.c | 90 struct m_buf *bp; in deget() 215 struct m_buf *bp; in detrunc()
|
H A D | msdosfs_vfsops.c | 77 struct m_buf *bp; in m_msdosfs_mount() 363 struct m_buf *bp; in msdosfs_fsiflush()
|