Home
last modified time | relevance | path

Searched refs:getpbuf_mem (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_diskgpt.c87 bp1 = getpbuf_mem(NULL); in gptinit()
142 bp2 = getpbuf_mem(NULL); in gptinit()
H A Dkern_physio.c43 bp = getpbuf_mem(NULL); in physio()
H A Dsubr_disklabel64.c163 bp = getpbuf_mem(NULL); in l64_readdisklabel()
341 bp = getpbuf_mem(NULL); in l64_writedisklabel()
H A Dsubr_diskmbr.c128 bp = getpbuf_mem(NULL); in mbrinit()
437 bp = getpbuf_mem(NULL); in mbr_extended()
H A Dsubr_disklabel32.c199 bp = getpbuf_mem(NULL); in l32_readdisklabel()
332 bp = getpbuf_mem(NULL); in l32_writedisklabel()
H A Dsubr_diskiocom.c365 bp = getpbuf_mem(NULL); in disk_blk_read()
432 bp = getpbuf_mem(NULL); in disk_blk_write()
/dragonfly/sys/sys/
H A Dbuf.h451 struct buf *getpbuf_mem (int *);
/dragonfly/sys/vm/
H A Dvm_pager.c505 getpbuf_mem(int *pfreecnt) in getpbuf_mem() function
/dragonfly/sys/bus/cam/
H A Dcam_periph.c743 bp = getpbuf_mem(NULL); in cam_periph_mapmem()