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

/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dofw_machdep.c694 int *free_map = NULL; local
763 KASSERT(!free_map);
764 free_map = malloc(interrupt_map_len, M_DEVBUF,
766 if (!free_map) {
769 interrupt_map = free_map;
849 if (free_map)
850 free(free_map, M_DEVBUF);
884 if (free_map) {
885 free(free_map, M_DEVBUF);
886 free_map
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Dobio_ohci.c133 goto free_map;
161 free_map:
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dpxa2x0_ohci.c117 goto free_map;
143 free_map:
H A Dpxa2x0_mci.c220 goto free_map;
330 free_map:
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dautil.c738 * We need to use notify_child() after free_map(), so save enough
744 free_map(mp);
769 free_map(mp);
H A Damd.h591 extern void free_map(am_node *);
H A Dmap.c462 free_map(am_node *mp) function
467 plog(XLOG_FATAL, "free_map: called prior to notifying the child for %s.",
H A Damfs_generic.c1159 free_map(new_mp);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccfg/
H A Dparser.c94 free_map(cfg_parser_t *pctx, cfg_obj_t *obj);
121 cfg_rep_t cfg_rep_map = { "map", free_map };
2416 free_map(cfg_parser_t *pctx, cfg_obj_t *obj) { function
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v2_v3.c532 free_map(new_mp);

Completed in 102 milliseconds