Searched refs:bitmap_l1_t (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_portmap.c89 } bitmap_l1_t; typedef in typeref:struct:__anon18
283 bitmap_l1_t *bm1;
315 bitmap_l1_t *bm1;
345 bm1 = kmem_intr_zalloc(sizeof(bitmap_l1_t), KM_NOSLEEP);
368 kmem_intr_free(bm1, sizeof(bitmap_l1_t));
395 bitmap_l1_t *bm1;
490 bitmap_l1_t *bm1p = PORTMAP_L1_GET(bm1);
491 kmem_intr_free(bm1p, sizeof(bitmap_l1_t));

Completed in 146 milliseconds