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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbitmaps.c89 ext2fs_generic_bitmap new_map; local
92 src->description, src->bitmap, &new_map);
95 new_map->magic = src->magic;
96 new_map->fs = src->fs;
97 new_map->base_error_code = src->base_error_code;
98 *dest = new_map;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalealias.c396 struct alias_map *new_map; local
399 new_map = (struct alias_map *) realloc (map, (new_size
401 if (new_map == NULL)
405 map = new_map;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-ioctl.c35 struct dm_table *new_map; member in struct:hash_cell
158 hc->new_map = NULL;
234 if (hc->new_map)
235 dm_table_put(hc->new_map);
640 if (hc->new_map)
796 struct dm_table *new_map; local
809 new_map = hc->new_map;
810 hc->new_map = NULL;
816 if (new_map) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dmpc10x_common.c260 uint new_map,
308 switch (new_map) {
329 /* Make bridge use the 'new_map', if not already usng it */
330 if (current_map != new_map) {
358 mpc10x_bridge_set_resources(new_map, hose);
371 if (new_map == MPC10X_MEM_MAP_B) {
258 mpc10x_bridge_init(struct pci_controller *hose, uint current_map, uint new_map, uint phys_eumb_base) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dmpc10x.h171 uint new_map,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/acpi/
H A Dboot.c504 cpumask_t tmp_map, new_map; local
542 cpus_andnot(new_map, cpu_present_map, tmp_map);
543 if (cpus_empty(new_map)) {
548 cpu = first_cpu(new_map);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dalloc.c292 new_map:
314 goto new_map;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpnet.c399 xpnet_dev_set_config(struct net_device *dev, struct ifmap *new_map) argument

Completed in 86 milliseconds