Searched refs:cmap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_debug.c134 vm_map_t cmap; /* current map in traversal */
142 for (cmap = map;; cmap = nmap) {
143 /* cmap is read-locked */
145 if (!vm_map_lookup_entry(cmap,
149 if (entry == vm_map_to_entry(cmap)) {
150 vm_map_unlock_read(cmap);
166 vm_map_unlock_read(cmap);
169 /* cmap is read-locked; we have a real entry */
187 vm_map_unlock_read(cmap);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cluster.c5403 static kern_return_t vfs_drt_free_map(struct vfs_drt_clustermap *cmap);
5404 static kern_return_t vfs_drt_search_index(struct vfs_drt_clustermap *cmap,
5417 struct vfs_drt_clustermap *cmap,
5436 struct vfs_drt_clustermap *cmap, *ocmap; local
5488 kret = kmem_alloc(kernel_map, (vm_offset_t *)&cmap,
5492 cmap->scm_magic = DRT_SCM_MAGIC;
5493 cmap->scm_modulus = nsize;
5494 cmap->scm_buckets = 0;
5495 cmap->scm_lastclean = 0;
5496 cmap
5554 vfs_drt_free_map(struct vfs_drt_clustermap *cmap) argument
5566 vfs_drt_search_index(struct vfs_drt_clustermap *cmap, u_int64_t offset, int *indexp) argument
5611 struct vfs_drt_clustermap *cmap; local
5672 struct vfs_drt_clustermap *cmap, **cmapp; local
5821 struct vfs_drt_clustermap *cmap; local
5891 struct vfs_drt_clustermap *cmap; local
5926 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, int code, int arg1, int arg2, int arg3, int arg4) argument
5932 vfs_drt_trace(__unused struct vfs_drt_clustermap *cmap, __unused int code, __unused int arg1, __unused int arg2, __unused int arg3, __unused int arg4) argument
[all...]

Completed in 50 milliseconds