Searched refs:dbuf_create (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/xen/ |
H A D | xen_drm_front.c | 199 req->op.dbuf_create.gref_directory = in xen_drm_front_dbuf_create() 201 req->op.dbuf_create.buffer_sz = size; in xen_drm_front_dbuf_create() 202 req->op.dbuf_create.dbuf_cookie = dbuf_cookie; in xen_drm_front_dbuf_create() 203 req->op.dbuf_create.width = width; in xen_drm_front_dbuf_create() 204 req->op.dbuf_create.height = height; in xen_drm_front_dbuf_create() 205 req->op.dbuf_create.bpp = bpp; in xen_drm_front_dbuf_create() 207 req->op.dbuf_create.flags |= XENDISPL_DBUF_FLG_REQ_ALLOC; in xen_drm_front_dbuf_create()
|
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
H A D | displif.h | 801 struct xendispl_dbuf_create_req dbuf_create; member
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | dbuf.c | 2209 dbuf_create(dnode_t *dn, uint8_t level, uint64_t blkid, in dbuf_create() function 2560 db = dbuf_create(dn, level, blkid, parent, bp); in dbuf_hold_impl() 2636 dn->dn_bonus = dbuf_create(dn, 0, DMU_BONUS_BLKID, dn->dn_dbuf, NULL); in dbuf_create_bonus()
|