Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 90) sorted by relevance

1234

/csrg-svn/sys/vm/
H A Dvm_map.c224 vm_map_init(map, min, max, pageable) in vm_map_init() argument
252 vm_map_entry_create(map) in vm_map_entry_create() argument
285 vm_map_entry_dispose(map, entry) in vm_map_entry_dispose() argument
312 #define vm_map_entry_link(map, after_where, entry) \ argument
320 #define vm_map_entry_unlink(map, entry) \ argument
334 vm_map_reference(map) in vm_map_reference() argument
357 vm_map_deallocate(map) in vm_map_deallocate() argument
396 vm_map_insert(map, object, offset, start, end) in vm_map_insert() argument
516 #define SAVE_HINT(map,value) \ argument
532 vm_map_lookup_entry(map, address, entry) in vm_map_lookup_entry() argument
[all …]
H A Dvm_map.h138 #define vm_map_lock_drain_interlock(map) { \ argument
144 #define vm_map_lock(map) { \ argument
151 #define vm_map_lock(map) { \ argument
156 #define vm_map_unlock(map) \ argument
158 #define vm_map_lock_read(map) \ argument
160 #define vm_map_unlock_read(map) \ argument
162 #define vm_map_set_recursive(map) { \ argument
167 #define vm_map_clear_recursive(map) { \ argument
175 #define vm_map_min(map) ((map)->min_offset) argument
176 #define vm_map_max(map) ((map)->max_offset) argument
[all …]
H A Dvm_kern.c58 kmem_alloc_pageable(map, size) in kmem_alloc_pageable() argument
87 kmem_alloc(map, size) in kmem_alloc() argument
180 kmem_free(map, addr, size) in kmem_free() argument
247 kmem_malloc(map, size, canwait) in kmem_malloc() argument
362 kmem_alloc_wait(map, size) in kmem_alloc_wait() argument
399 kmem_free_wakeup(map, addr, size) in kmem_free_wakeup() argument
H A Dvm_user.c57 vm_map_t map; member
86 vm_map_t map; member
105 vm_map_t map; member
125 vm_map_t map; member
150 vm_inherit(map, start, size, new_inheritance) in vm_inherit() argument
168 vm_protect(map, start, size, set_maximum, new_protection) in vm_protect() argument
187 vm_allocate(map, addr, size, anywhere) in vm_allocate() argument
218 vm_deallocate(map, start, size) in vm_deallocate() argument
236 vm_allocate_with_pager(map, addr, size, anywhere, pager, poffset, internal) in vm_allocate_with_pager() argument
H A Dvm_fault.c69 vm_fault(map, vaddr, fault_type, change_wiring) in vm_fault() argument
845 vm_fault_wire(map, start, end) in vm_fault_wire() argument
886 vm_fault_unwire(map, start, end) in vm_fault_unwire() argument
/csrg-svn/old/adb/adb.tahoe/
H A Dmode.h30 struct map { struct
31 POS b1;
32 POS e1;
33 POS f1;
34 POS b2;
35 POS e2;
36 POS f2;
37 INT ufd;
/csrg-svn/old/adb/adb.vax/
H A Dmode.h29 struct map { struct
30 L_INT b1;
31 L_INT e1;
32 L_INT f1;
33 L_INT b2;
34 L_INT e2;
35 L_INT f2;
36 INT ufd;
/csrg-svn/usr.sbin/sendmail/src/
H A Dmap.c88 map_parseargs(map, ap) in map_parseargs() argument
235 map_rewrite(map, s, slen, av) in map_rewrite() argument
384 register MAP *map; local
649 ndbm_map_open(map, mode) in ndbm_map_open() argument
701 ndbm_map_lookup(map, name, av, statp) in ndbm_map_lookup() argument
758 ndbm_map_store(map, lhs, rhs) in ndbm_map_store() argument
825 ndbm_map_close(map) in ndbm_map_close() argument
880 bt_map_open(map, mode) in bt_map_open() argument
968 hash_map_open(map, mode) in hash_map_open() argument
1056 db_map_lookup(map, name, av, statp) in db_map_lookup() argument
[all …]
H A Dalias.c172 static MAP *map = NULL; local
203 register MAP *map; local
307 aliaswait(map, ext, isopen) in aliaswait() argument
426 rebuildaliases(map, automatic) in rebuildaliases() argument
550 readaliases(map, af, announcestats, logstats) in readaliases() argument
/csrg-svn/usr.bin/tset/
H A Dmap.c29 typedef struct map { struct
30 struct map *next; /* Linked list of maps. */ argument
37 MAP *cur, *maplist; argument
/csrg-svn/sys/sys/
H A Dmap.h38 struct map { struct
39 struct mapent *m_limit; /* address of last slot in map */ argument
44 long m_size; /* size of this segment of the map */ argument
/csrg-svn/usr.sbin/amd/amd/
H A Dinfo_file.c68 static int search_or_reload_file(fp, map, key, val, m, fn) in search_or_reload_file() argument
168 static FILE *file_open(map, tp) in file_open() argument
184 int file_init(map, tp) in file_init() argument
197 int file_reload(m, map, fn) in file_reload() argument
213 int file_search(m, map, key, pval, tp) in file_search() argument
238 int file_mtime(map, tp) in file_mtime() argument
H A Dinfo_union.c44 int union_init(map, tp) in union_init() argument
53 int union_search(m, map, key, pval, tp) in union_search() argument
73 int union_reload(m, map, fn) in union_reload() argument
H A Dinfo_passwd.c36 int passwd_init(map, tp) in passwd_init() argument
50 int passwd_search(m, map, key, pval, tp) in passwd_search() argument
H A Dinfo_ndbm.c48 int ndbm_search(m, map, key, pval, tp) in ndbm_search() argument
76 int ndbm_init(map, tp) in ndbm_init() argument
H A Dinfo_nis.c111 int nis_reload(m, map, fn) in nis_reload() argument
145 int nis_search(m, map, key, val, tp) in nis_search() argument
197 int nis_init(map, tp) in nis_init() argument
H A Dam_ops.c77 am_ops *sunos4_match(fo, key, g_key, path, keym, map) in sunos4_match() argument
99 am_ops *ops_match(fo, key, g_key, path, keym, map) in ops_match() argument
H A Dmapc.c414 static mnt_map *mapc_create(map, opt) in mapc_create() argument
528 mnt_map *mapc_find(map, opt) in mapc_find() argument
762 static int root_init(map, tp) in root_init() argument
778 void root_newmap(dir, opts, map) in root_newmap() argument
850 static int error_init(map, tp) in error_init() argument
861 static int error_search(m, map, key, pval, tp) in error_search() argument
873 static int error_reload(m, map, fn) in error_reload() argument
882 static int error_mtime(map, tp) in error_mtime() argument
/csrg-svn/old/sdb/
H A Dmode.h35 struct map { struct
36 L_INT b1;
37 L_INT e1;
38 L_INT f1;
39 L_INT b2;
40 L_INT e2;
41 L_INT f2;
42 INT ufd;
/csrg-svn/usr.bin/mklocale/
H A Dldef.h19 rune_t map; member
25 u_long map[_CACHED_RUNES]; member
H A Dyacc.y254 set_map(map, list, flag) in set_map() argument
267 set_digitmap(map, list) in set_digitmap() argument
289 add_map(map, list, flag) in add_map() argument
/csrg-svn/lib/libedit/
H A Dmap.c923 el_action_t *map = el->el_map.key; local
940 el_action_t *map = el->el_map.key; local
1071 map_print_key(el, map, in) in map_print_key() argument
1097 map_print_some_keys(el, map, first, last) in map_print_some_keys() argument
1196 el_action_t *map; local
/csrg-svn/old/dump.4.1/
H A Ddumptraverse.c18 short *map; variable
175 bitmap(map, typ) in bitmap() argument
283 CLR(map) in CLR() argument
/csrg-svn/games/phantasia/
H A DMakefile23 map: map.c target
/csrg-svn/old/adb/common_source/
H A Ddefs.h56 struct map { struct
57 struct m1 m1; /* regular map */ argument
58 struct m1 m2; /* `star' (alternate) map */ argument
62 struct map txtmap; /* the `?' or text file */ argument

1234