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

/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h76 #define prmap Prmap macro
332 typedef struct prmap { struct
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h76 #define prmap Prmap macro
331 typedef struct prmap { struct
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c193 prmap_t prmap; member in union:__anon144
997 * to indicate the end of the prmap[] array.
1000 bzero(&un.prmap, sizeof (un.prmap));
1001 if (!error && copyout(&un.prmap, cmaddr, sizeof (un.prmap)))
1732 ioc_prmap32_t prmap; member in union:__anon145
2627 * to indicate the end of the prmap[] array.
2630 bzero(&un32.prmap, sizeof (un32.prmap));
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c548 dt_module_load_proc_count(void *arg, const prmap_t *prmap, const char *obj) argument
562 dt_module_load_proc_build(void *arg, const prmap_t *prmap, const char *obj) argument
585 (void) Pobjname(dcp->dpa_proc, prmap->pr_vaddr, buf, sizeof (buf));
596 if (Plmid(dcp->dpa_proc, prmap->pr_vaddr, &lmid) != 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h323 typedef struct prmap { struct

Completed in 302 milliseconds