Home
last modified time | relevance | path

Searched refs:bhst (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsysevent.c87 ulong_t *bhst = sysevent_minor_bitmap; in sysevent_minor_alloc() local
95 bcopy(bhst, sysevent_minor_bitmap, BT_SIZEOFMAP(sysevent_minor_bits)); in sysevent_minor_alloc()
96 if (bhst != &sysevent_bitmap_initial) in sysevent_minor_alloc()
97 kmem_free(bhst, BT_SIZEOFMAP(sysevent_minor_bits)); in sysevent_minor_alloc()
114 ulong_t *bhst; in sysevent_minor_get() local
121 if ((bhst = sysevent_minor_alloc()) == NULL) { in sysevent_minor_get()
126 sysevent_minor_bitmap = bhst; in sysevent_minor_get()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvlds.c203 ulong_t *bhst = vlds_minor_bitmap; in vlds_minor_alloc() local
211 bcopy(bhst, vlds_minor_bitmap, BT_SIZEOFMAP(vlds_minor_bits)); in vlds_minor_alloc()
212 if (bhst != &vlds_bitmap_initial) in vlds_minor_alloc()
213 kmem_free(bhst, BT_SIZEOFMAP(vlds_minor_bits)); in vlds_minor_alloc()
230 ulong_t *bhst; in vlds_minor_get() local
237 if ((bhst = vlds_minor_alloc()) == NULL) { in vlds_minor_get()
242 vlds_minor_bitmap = bhst; in vlds_minor_get()