Home
last modified time | relevance | path

Searched refs:prmap (Results 1 – 6 of 6) 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.c185 prmap_t prmap; in prioctl64() member
972 bzero(&un.prmap, sizeof (un.prmap)); in prioctl64()
973 if (!error && copyout(&un.prmap, cmaddr, sizeof (un.prmap))) in prioctl64()
1698 ioc_prmap32_t prmap; in prioctl32() member
2574 bzero(&un32.prmap, sizeof (un32.prmap)); in prioctl32()
2576 copyout(&un32.prmap, cmaddr, sizeof (un32.prmap))) in prioctl32()
/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) in dt_module_load_proc_count() argument
562 dt_module_load_proc_build(void *arg, const prmap_t *prmap, const char *obj) in dt_module_load_proc_build() argument
585 (void) Pobjname(dcp->dpa_proc, prmap->pr_vaddr, buf, sizeof (buf)); in dt_module_load_proc_build()
596 if (Plmid(dcp->dpa_proc, prmap->pr_vaddr, &lmid) != 0) in dt_module_load_proc_build()
/illumos-gate/usr/src/ucbcmd/tset/
H A Dtset.c1533 prmap();
1580 prmap() in prmap() function
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h326 typedef struct prmap {