Searched refs:free_map (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | ofw_machdep.c | 805 int *free_map = NULL; in OF_mapintr() local 889 KASSERT(!free_map); in OF_mapintr() 890 free_map = malloc(interrupt_map_len, M_DEVBUF, in OF_mapintr() 892 if (!free_map) { in OF_mapintr() 895 interrupt_map = free_map; in OF_mapintr() 975 if (free_map) in OF_mapintr() 976 free(free_map, M_DEVBUF); in OF_mapintr() 1013 if (free_map) { in OF_mapintr() 1014 free(free_map, M_DEVBUF); in OF_mapintr() 1015 free_map = NULL; in OF_mapintr()
|
| /netbsd-src/sys/arch/arm/xscale/ |
| H A D | pxa2x0_ohci.c | 116 goto free_map; in pxaohci_attach() 141 free_map: in pxaohci_attach()
|
| H A D | pxa2x0_mci.c | 219 goto free_map; in pxamci_attach_sub() 329 free_map: in pxamci_attach_sub()
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | autil.c | 733 free_map(mp); in am_unmounted() 758 free_map(mp); in am_unmounted()
|
| H A D | amd.h | 611 extern void free_map(am_node *);
|
| H A D | map.c | 464 free_map(am_node *mp) in free_map() function
|
| H A D | amfs_generic.c | 1185 free_map(new_mp); in amfs_generic_lookup_child()
|
| /netbsd-src/sys/arch/sparc64/dev/ |
| H A D | vdsk.c | 303 goto free_map; in vdsk_attach() 400 free_map: in vdsk_attach()
|
| /netbsd-src/external/bsd/am-utils/dist/conf/autofs/ |
| H A D | autofs_solaris_v2_v3.c | 528 free_map(new_mp); in autofs_lookup_2_req()
|
| /netbsd-src/external/mpl/bind/dist/lib/isccfg/ |
| H A D | parser.c | 133 free_map(cfg_parser_t *pctx, cfg_obj_t *obj); 170 cfg_rep_t cfg_rep_map = { "map", free_map }; 3793 free_map(cfg_parser_t *pctx, cfg_obj_t *obj) { in cfg_parser_mapadd() 3709 free_map(cfg_parser_t *pctx, cfg_obj_t *obj) { free_map() function
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/ |
| H A D | parser.c | 128 free_map(cfg_parser_t *pctx, cfg_obj_t *obj); 165 LIBISCCFG_EXTERNAL_DATA cfg_rep_t cfg_rep_map = { "map", free_map }; 3953 free_map(cfg_parser_t *pctx, cfg_obj_t *obj) { in free_map() function
|
| /netbsd-src/external/bsd/am-utils/dist/ |
| H A D | ChangeLog | 5354 (free_map): release autofs_fh after unmounting map; delete call to 6961 (free_map): free am_mfarray and all mntfs's listed 7025 (free_map): call the autofs cleanup function if necessary
|