| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvMM.c | 170 int map, page; in ncmem_alloc_page() local 177 for (map = 0, i = 0; in ncmem_alloc_page() 179 i += BITS_PER_LONG, map++) in ncmem_alloc_page() 181 if (ncmem_pool.bitmap[map] == 0) in ncmem_alloc_page() 183 page = ffz (~ ncmem_pool.bitmap [map]); in ncmem_alloc_page() 185 clear_bit ( page, &ncmem_pool.bitmap [map],U32); in ncmem_alloc_page() 186 offset = (BITS_PER_LONG * map) + page; in ncmem_alloc_page() 201 …Dbg("The allocated addr is %p, bit_map[%d] is 0x%08lX\n",retval,map,(U32)(ncmem_pool.bitmap[map])); in ncmem_alloc_page() 218 int map, page; in ncmem_free_page() local 222 map = page / BITS_PER_LONG; in ncmem_free_page() [all …]
|
| H A D | drvPCIMEM.c | 249 int map, block; in pci_pool_alloc() local 262 for (map = 0, i = 0; in pci_pool_alloc() 264 i += BITS_PER_LONG, map++) { in pci_pool_alloc() 265 if (page->bitmap [map] == 0) in pci_pool_alloc() 267 block = ffz (~ page->bitmap [map]); in pci_pool_alloc() 269 clear_bit ( block, &page->bitmap [map],U32); in pci_pool_alloc() 270 offset = (BITS_PER_LONG * map) + block; in pci_pool_alloc() 337 …r is %p, block size is %d ,bit_map[%d] is 0x%08X",retval, pool->size ,map,(U32)page->bitmap [map]); in pci_pool_alloc() 473 int map, block; in pci_pool_free() local 500 map = block / BITS_PER_LONG; in pci_pool_free() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvMM.c | 176 int map, page; in ncmem_alloc_page() local 183 for (map = 0, i = 0; in ncmem_alloc_page() 185 i += BITS_PER_LONG, map++) in ncmem_alloc_page() 187 if (ncmem_pool.bitmap[map] == 0) in ncmem_alloc_page() 189 page = ms_find_1st_zero (~ ncmem_pool.bitmap [map]); in ncmem_alloc_page() 192 ms_clear_bit ( page, &ncmem_pool.bitmap [map],U32); in ncmem_alloc_page() 193 offset = (BITS_PER_LONG * map) + page; in ncmem_alloc_page() 208 …Dbg("The allocated addr is %p, bit_map[%d] is 0x%08lX\n",retval,map,(U32)(ncmem_pool.bitmap[map])); in ncmem_alloc_page() 225 int map, page; in ncmem_free_page() local 229 map = page / BITS_PER_LONG; in ncmem_free_page() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/genheaders/ |
| H A D | genheaders.c | 62 struct security_class_mapping *map = &secclass_map[i]; in main() local 63 map->name = stoupperx(map->name); in main() 64 for (j = 0; map->perms[j]; j++) in main() 65 map->perms[j] = stoupperx(map->perms[j]); in main() 76 struct security_class_mapping *map = &secclass_map[i]; in main() local 77 fprintf(fout, "#define SECCLASS_%s", map->name); in main() 78 for (j = 0; j < max(1, 40 - strlen(map->name)); j++) in main() 98 struct security_class_mapping *map = &secclass_map[i]; in main() local 99 substr = strstr(map->name, needle); in main() 101 fprintf(fout, "\tcase SECCLASS_%s:\n", map->name); in main() [all …]
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/basic/ |
| H A D | fixdep.c | 236 static void parse_config_file(const char *map, size_t len) in parse_config_file() argument 238 const int *end = (const int *) (map + len); in parse_config_file() 240 const int *m = (const int *) map + 1; in parse_config_file() 250 if (p > map + len - 7) in parse_config_file() 254 for (q = p + 7; q < map + len; q++) { in parse_config_file() 285 void *map; in do_config_file() local 298 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in do_config_file() 299 if ((long) map == -1) { in do_config_file() 305 parse_config_file(map, st.st_size); in do_config_file() 307 munmap(map, st.st_size); in do_config_file() [all …]
|
| /utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/ |
| H A D | zconf.h | 394 # pragma map(deflateInit_,"DEIN") 395 # pragma map(deflateInit2_,"DEIN2") 396 # pragma map(deflateEnd,"DEEND") 397 # pragma map(deflateBound,"DEBND") 398 # pragma map(inflateInit_,"ININ") 399 # pragma map(inflateInit2_,"ININ2") 400 # pragma map(inflateEnd,"INEND") 401 # pragma map(inflateSync,"INSY") 402 # pragma map(inflateSetDictionary,"INSEDI") 403 # pragma map(compressBound,"CMBND") [all …]
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/rpcsvc/ |
| H A D | yp_prot.h | 86 char *map; /* Null string means not available */ member 97 const char *map; member 103 char *map; member 114 #define ypxfr_map map_parms.map 184 char *map; member 185 #define ypml_name map
|
| H A D | yp.x | 86 mapname map; member 93 mapname map; member 99 mapname map; member 155 mapname map; member
|
| H A D | yp.h | 92 mapname map; member 100 mapname map; member 107 mapname map; member 169 mapname map; member
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/selinux/mdp/ |
| H A D | mdp.c | 84 struct security_class_mapping *map = &secclass_map[i]; in main() local 85 fprintf(fout, "class %s\n", map->name); in main() 87 for (j = 0; map->perms[j]; j++) in main() 88 fprintf(fout, "\t%s\n", map->perms[j]); in main()
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/ |
| H A D | recordmcount.c | 129 static int (*make_nop)(void *map, size_t const offset); 131 static int make_nop_x86(void *map, size_t const offset) in make_nop_x86() argument 137 ptr = map + offset; in make_nop_x86() 141 op = map + offset - 1; in make_nop_x86()
|
| H A D | depmod.sh | 18 if ! test -r System.map -a -x "$DEPMOD"; then 39 set -- -ae -F System.map
|
| H A D | gen_initramfs_list.sh | 21 -u <uid> User ID to map to user ID 0 (root). 24 -g <gid> Group ID to map to group ID 0 (root).
|
| H A D | Makefile.build | 318 System.map $(OBJDUMP) > $@
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/package/ |
| H A D | builddeb | 107 cp System.map "$tmpdir/usr/lib/uml/modules/$version/System.map" 112 cp System.map "$tmpdir/boot/System.map-$version"
|
| /utopia/UTPA2-700.0.x/projects/build/scripts/mod/ |
| H A D | modpost.c | 340 void *map; in grab_file() local 348 map = mmap(NULL, *size, PROT_READ|PROT_WRITE, MAP_PRIVATE, fd, 0); in grab_file() 351 if (map == MAP_FAILED) in grab_file() 353 return map; in grab_file()
|
| /utopia/UTPA2-700.0.x/projects/build/Ksym/ |
| H A D | .Ksym.o.cmd | 170 $(wildcard include/config/mp/android/mstar/rc/map/define.h) \ 171 $(wildcard include/config/mp/android/mstar/rc/map/define/debug.h) \ 640 $(wildcard include/config/have/memblock/node/map.h) \ 642 $(wildcard include/config/flat/node/mem/map.h) \
|
| /utopia/UTPA2-700.0.x/projects/project/maxim_android/ |
| H A D | Makefile | 161 IMAGE_MAP = $(BIN_PATH)/$(IMAGENAME).map
|
| /utopia/UTPA2-700.0.x/projects/project/mclaren_android/ |
| H A D | Makefile | 161 IMAGE_MAP = $(BIN_PATH)/$(IMAGENAME).map
|
| /utopia/UTPA2-700.0.x/projects/project/kano_android/ |
| H A D | Makefile | 159 IMAGE_MAP = $(BIN_PATH)/$(IMAGENAME).map
|
| /utopia/UTPA2-700.0.x/projects/project/marcus_android/ |
| H A D | Makefile | 161 IMAGE_MAP = $(BIN_PATH)/$(IMAGENAME).map
|
| /utopia/UTPA2-700.0.x/projects/project/manhattan_android/ |
| H A D | Makefile | 161 IMAGE_MAP = $(BIN_PATH)/$(IMAGENAME).map
|
| /utopia/UTPA2-700.0.x/projects/project/curry_android/ |
| H A D | Makefile | 159 IMAGE_MAP = $(BIN_PATH)/$(IMAGENAME).map
|
| /utopia/UTPA2-700.0.x/projects/project/maserati_android/ |
| H A D | Makefile | 161 IMAGE_MAP = $(BIN_PATH)/$(IMAGENAME).map
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/ |
| H A D | stab.def | 53 /* "No DST map for sym: name, ,0,type,ignored" according to Ultrix V4.0. */
|