/netbsd-src/sys/stand/efiboot/ |
H A D | module.c | 88 struct boot_module *bm; in module_foreach() local 98 struct boot_module *bm; in module_add() local 121 struct boot_module *bm; in module_remove() local 140 struct boot_module *bm; in module_remove_all() local
|
/netbsd-src/sys/arch/atari/dev/ |
H A D | grfabs_tt.c | 142 bmap_t *bm = v->bitmap; in tt_display_view() local 283 bmap_t *bm; in tt_alloc_view() local 310 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) in init_view() 325 bmap_t *bm; in alloc_bitmap() local 366 free_bitmap(bmap_t *bm) in free_bitmap()
|
H A D | grfabs_fal.c | 307 bmap_t *bm; in falcon_display_view() local 511 bmap_t *bm; in falcon_alloc_view() local 538 init_view(view_t * v,bmap_t * bm,dmode_t * mode,box_t * dbox) init_view() argument 553 bmap_t *bm; alloc_bitmap() local 594 free_bitmap(bmap_t * bm) free_bitmap() argument [all...] |
H A D | grfabs_et.c | 185 bmap_t *bm = v->bitmap; in et_display_view() local 239 bmap_t *bm = v->bitmap; in et_save_view() local 308 bmap_t *bm; in et_alloc_view() local 368 init_view(view_t *v, bmap_t *bm, dmode_t *mode, box_t *dbox) in init_view()
|
H A D | view.c | 359 bmap_t *bm; in viewioctl() local 406 bmap_t *bm; in viewmmap() local
|
H A D | ite_cc.c | 624 bmap_t *bm = v->bitmap; in clear8() local 666 bmap_t *bm = viewview(ip->grf->g_viewdev)->bitmap; in scroll8() local 728 scrollbmap (bmap_t *bm, u_short x, u_short y, u_short width, u_short height, in scrollbmap()
|
/netbsd-src/sys/dev/ |
H A D | bio.c | 206 struct bio_mapping *bm; in bio_register() local 223 struct bio_mapping *bm, *next; in bio_unregister() local 240 struct bio_mapping *bm; in bio_lookup() local 256 struct bio_mapping *bm; in bio_validate() local 268 struct bio_mapping *bm = cookie; in bio_delegate_ioctl() local
|
/netbsd-src/sys/net/npf/ |
H A D | npf_portmap.c | 311 bitmap_set(bitmap_t *bm, unsigned bit) in bitmap_set() 391 bitmap_clr(bitmap_t *bm, unsigned bit) in bitmap_clr() 435 bitmap_t *bm; in npf_portmap_autoget() local 483 bitmap_t *bm; in npf_portmap_flush() local 516 bitmap_t *bm; in npf_portmap_get() local 553 bitmap_t *bm = npf_portmap_autoget(pm, alen, addr); in npf_portmap_take() local 572 bitmap_t *bm; in npf_portmap_put() local
|
/netbsd-src/tests/lib/libc/string/ |
H A D | t_bm.c | 42 ATF_TC_HEAD(bm, tc) in ATF_TC_HEAD() argument 72 ATF_TC_BODY(bm, tc) in ATF_TC_BODY() argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_mem.c | 198 BUF_MEM *bm = bbm->readp; in mem_read() local 250 BUF_MEM *bm; in mem_ctrl() local 332 BUF_MEM *bm = bbm->readp; in mem_gets() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_mem.c | 195 BUF_MEM *bm = bbm->readp; in mem_read() local 247 BUF_MEM *bm, *bo; /* bio_mem, bio_other */ in mem_ctrl() local 347 BUF_MEM *bm = bbm->readp; in mem_gets() local
|
/netbsd-src/sys/arch/amiga/stand/dumpfont/ |
H A D | dumpfont.c | 29 struct BitMap bm = { 256, /* bytes per row */ in main() local
|
H A D | fontdumper.c | 50 struct BitMap bm = { in main() local
|
/netbsd-src/lib/libc/include/isc/ |
H A D | eventlib.h | 66 #define EV_BYTEMASK_SET(bm, b) \ argument 68 #define EV_BYTEMASK_CLR(bm, b) \ argument 70 #define EV_BYTEMASK_TST(bm, b) \ argument
|
/netbsd-src/external/bsd/libbind/dist/include/isc/ |
H A D | eventlib.h | 68 #define EV_BYTEMASK_SET(bm, b) \ argument 70 #define EV_BYTEMASK_CLR(bm, b) \ argument 72 #define EV_BYTEMASK_TST(bm, b) \ argument
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | exec.c | 235 boot_module_t *bm, *bmp; module_add_common() local 617 module_path(boot_module_t * bm,const char * kdev,const char * base_path) module_path() argument 656 module_open(boot_module_t * bm,int mode,const char * kdev,const char * base_path,bool doload) module_open() argument 730 boot_module_t *bm; module_init() local [all...] |
/netbsd-src/usr.bin/gzip/ |
H A D | unlz.c | 194 lz_rd_decode_bit(struct lz_range_decoder *rd, int *bm) in lz_rd_decode_bit() 219 lz_rd_decode_tree(struct lz_range_decoder *rd, int *bm, int num_bits) in lz_rd_decode_tree() 230 lz_rd_decode_tree_reversed(struct lz_range_decoder *rd, int *bm, int num_bits) in lz_rd_decode_tree_reversed() 244 lz_rd_decode_matched(struct lz_range_decoder *rd, int *bm, int match_byte) in lz_rd_decode_matched() 444 int *bm = bm_literal[literal_state]; in lz_decode_member() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | spellcheck-tree.cc | 57 best_match<tree, tree> bm (target); in find_closest_identifier() local
|
H A D | gimple-range-gori.h | 51 bitmap bm; // All dependencies member
|
/netbsd-src/sys/arch/amiga/dev/ |
H A D | view.c | 304 bmap_t *bm; in viewioctl() local 398 bmap_t *bm; in viewmmap() local
|
H A D | grf_cc.c | 196 bmap_t bm; in grf_cc_on() local
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | main.c | 471 struct boot_module *bm, *bmp; in module_add() local 501 struct boot_module *bm; in module_load() local 588 module_open(struct boot_module *bm) in module_open()
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | armada-xp.dtsi | 170 bm: bm@c0000 { label
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nops/ |
H A D | nops.c | 98 BerVarray bm; in nops_modify() local
|
/netbsd-src/sys/external/bsd/drm2/pci/ |
H A D | drm_pci.c | 94 struct drm_bus_map *const bm = &dev->bus_maps[unit]; in drm_pci_attach() local
|