Searched refs:mapptr (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c123 kd_threadmap *mapptr = 0; variable
749 write(fd, (char *)mapptr, size);
853 write(fd, (char *)mapptr, size);
2573 mapptr = 0;
2580 if ((mapptr = (kd_threadmap *) malloc(size)))
2581 bzero (mapptr, size);
2590 if (read(fd, mapptr, size) != size) {
2593 free(mapptr);
2594 mapptr = 0;
2606 if (sysctl(mib, 3, mapptr,
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c1393 kd_threadmap *mapptr; local
1397 mapptr = &t->map[t->count];
1398 mapptr->thread = (uintptr_t)thread_tid(th_act);
1400 (void) strlcpy (mapptr->command, t->atts->task_comm,
1407 mapptr->valid = t->atts->pid;
1409 mapptr->valid = 1;
1506 kd_threadmap *mapptr; local
1545 mapptr = (kd_threadmap *)kaddr;
1555 kmem_free(kernel_map, (vm_offset_t)mapptr, *mapsize);
1589 akrt.map = mapptr;
1931 kd_threadmap *mapptr; local
[all...]
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c4522 kd_threadmap *mapptr = 0; local
4532 if ((mapptr = (kd_threadmap *) malloc(size))) {
4535 bzero (mapptr, size);
4546 if (sysctl(mib, 3, mapptr, &size, NULL, 0) < 0) {
4550 free(mapptr);
4588 if ((mapptr = (kd_threadmap *) malloc(size))) {
4589 bzero (mapptr, size);
4591 if (read(RAW_fd, mapptr, size) != size) {
4592 free(mapptr);
4605 create_map_entry(mapptr[
[all...]
/macosx-10.10/system_cmds-643.1.1/latency.tproj/
H A Dlatency.c1155 kd_threadmap *mapptr = 0; local
1196 if (size == 0 || ((mapptr = (kd_threadmap *) malloc(size)) == 0)) {
1199 bzero (mapptr, size);
1205 if (read(RAW_fd, mapptr, size) != size) {
1216 if (sysctl(mib, ARRAYSIZE(mib), mapptr, &size, NULL, 0) < 0) {
1226 create_map_entry(mapptr[i].thread, &mapptr[i].command[0]);
1228 free(mapptr);
/macosx-10.10/emacs-93/emacs/src/
H A Dkeymap.c1431 active minor modes in *mapptr, and return the number of maps
1432 *mapptr contains.
1448 current_minor_maps (modeptr, mapptr)
1449 Lisp_Object **modeptr, **mapptr;
1543 if (mapptr) *mapptr = cmm_maps;

Completed in 316 milliseconds