opd_mapping.c | 28 static struct op_hash_index * hashmap; variable in typeref:struct:op_hash_index 46 hashmap = mmap(0, OP_HASH_MAP_SIZE, PROT_READ, MAP_SHARED, hashmapdevfd, 0); 47 if ((long)hashmap == -1) { 101 return ((char *)(hashmap + OP_HASH_MAP_NR) + ind); 120 char * name = get_from_pool(hashmap[hash].name); 132 hash = hashmap[hash].parent;
|