Home
last modified time | relevance | path

Searched refs:buf_destroy (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sbin/fsck_lfs/
H A Dbufcache.c156 buf_destroy(struct ubuf * bp) in buf_destroy() function
243 buf_destroy(bp); in getblk()
266 buf_destroy(bp); in getblk()
315 buf_destroy(bp); in brelse()
H A Dvnode.c136 buf_destroy(bp); in vnode_destroy()
141 buf_destroy(bp); in vnode_destroy()
H A Dbufcache.h116 void buf_destroy(struct ubuf *);
/netbsd-src/libexec/lfs_cleanerd/
H A Dfdfs.c133 buf_destroy(bp); in fd_reclaim()
137 buf_destroy(bp); in fd_reclaim()
H A Dlfs_cleanerd.c353 buf_destroy(bp); in reload_ifile()
357 buf_destroy(bp); in reload_ifile()
/netbsd-src/sys/sys/
H A Dbuf.h311 void buf_destroy(buf_t *);
/netbsd-src/external/bsd/flex/dist/src/
H A Dbuf.c218 void buf_destroy (struct Buf *buf) in buf_destroy() function
H A Dflexdef.h1058 extern void buf_destroy(struct Buf * buf);
H A Dmain.c483 buf_destroy(&tmpbuf); in check_options()
/netbsd-src/sys/dev/scsipi/
H A Dscsipi_ioctl.c104 buf_destroy(&si->si_bp); in si_free()
/netbsd-src/sys/dev/raidframe/
H A Drf_diskqueue.c427 buf_destroy(p->bp); in rf_FreeDiskQueueData()
/netbsd-src/sys/kern/
H A Dvfs_bio.c1156 buf_destroy(bp); in brelsel()
2063 buf_destroy(bp);
2178 buf_destroy(buf_t *bp) in bbusy()
2170 buf_destroy(buf_t *bp) buf_destroy() function
/netbsd-src/sys/uvm/
H A Duvm_swap.c1471 buf_destroy(&nbp->vb_buf); in sw_reg_strategy()
1592 buf_destroy(&vbp->vb_buf); in sw_reg_iodone()
/netbsd-src/sys/dev/
H A Dld.c698 buf_destroy(bp); in ld_discard()
H A Dccd.c1007 buf_destroy(&cbp->cb_buf); in ccdiodone()
H A Dvnd.c1003 buf_destroy(bp); in vndiodone()
/netbsd-src/sys/dev/ata/
H A Dld_ataraid.c282 buf_destroy(&cbp->cb_buf); in cbufpool_dtor()
H A Dwd.c2040 buf_destroy(&wi->wi_bp); in wi_free()
/netbsd-src/sys/arch/xen/xen/
H A Dxbdback_xenbus.c1596 buf_destroy(&xbd_io->xio_buf); in xbdback_iodone_locked()
/netbsd-src/external/bsd/flex/dist/
H A DChangeLog1383 …corrected buf_destroy logic. As with flex_alloc(), replace with direct calls to free(). The func…