/illumos-gate/usr/src/cmd/ptools/pfiles/ |
H A D | pfiles.c | 76 struct ps_prochandle *Pr; in main() local 220 struct ps_prochandle *Pr = data; in show_file() local 305 show_files(struct ps_prochandle *Pr) in show_files() 344 dofcntl(struct ps_prochandle *Pr, const prfdinfo_t *info, int mandatory, in dofcntl() 462 show_door(struct ps_prochandle *Pr, const prfdinfo_t *info) in show_door() 584 show_sockopts(struct ps_prochandle *Pr, const prfdinfo_t *info) in show_sockopts() 661 show_sockfilters(struct ps_prochandle *Pr, const prfdinfo_t *info) in show_sockfilters() 726 dopeerucred(struct ps_prochandle *Pr, const prfdinfo_t *info) in dopeerucred() 737 dosocknames(struct ps_prochandle *Pr, const prfdinfo_t *info) in dosocknames() 753 dosocket(struct ps_prochandle *Pr, const prfdinfo_t *info) in dosocket() [all …]
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | pr_getsockname.c | 40 get_sock_peer_name(struct ps_prochandle *Pr, in get_sock_peer_name() 94 pr_getsockname(struct ps_prochandle *Pr, in pr_getsockname() 107 pr_getpeername(struct ps_prochandle *Pr, in pr_getpeername() 117 pr_getsockopt(struct ps_prochandle *Pr, in pr_getsockopt() 176 pr_getpeerucred(struct ps_prochandle *Pr, int fd, ucred_t **ucp) in pr_getpeerucred()
|
H A D | pr_tasksys.c | 42 pr_getzoneid(struct ps_prochandle *Pr) in pr_getzoneid() 76 pr_getprojid(struct ps_prochandle *Pr) in pr_getprojid() 103 pr_gettaskid(struct ps_prochandle *Pr) in pr_gettaskid() 130 pr_settaskid(struct ps_prochandle *Pr, projid_t project, int flags) in pr_settaskid()
|
H A D | pr_stat.c | 69 pr_stat(struct ps_prochandle *Pr, const char *path, struct stat *buf) in pr_stat() 144 pr_lstat(struct ps_prochandle *Pr, const char *path, struct stat *buf) in pr_lstat() 219 pr_fstat(struct ps_prochandle *Pr, int fd, struct stat *buf) in pr_fstat() 294 pr_stat64(struct ps_prochandle *Pr, const char *path, struct stat64 *buf) in pr_stat64() 373 pr_lstat64(struct ps_prochandle *Pr, const char *path, struct stat64 *buf) in pr_lstat64() 452 pr_fstat64(struct ps_prochandle *Pr, int fd, struct stat64 *buf) in pr_fstat64()
|
H A D | pr_open.c | 38 pr_open(struct ps_prochandle *Pr, const char *filename, int flags, mode_t mode) in pr_open() 89 pr_creat(struct ps_prochandle *Pr, const char *filename, mode_t mode) in pr_creat() 140 pr_close(struct ps_prochandle *Pr, int fd) in pr_close() 170 pr_access(struct ps_prochandle *Pr, const char *path, int amode) in pr_access()
|
H A D | pr_getrlimit.c | 39 pr_getrlimit(struct ps_prochandle *Pr, in pr_getrlimit() 87 pr_setrlimit(struct ps_prochandle *Pr, in pr_setrlimit() 135 pr_getrlimit64(struct ps_prochandle *Pr, in pr_getrlimit64() 183 pr_setrlimit64(struct ps_prochandle *Pr, in pr_setrlimit64()
|
H A D | pr_rename.c | 36 pr_rename(struct ps_prochandle *Pr, const char *old, const char *new) in pr_rename() 87 pr_link(struct ps_prochandle *Pr, const char *existing, const char *new) in pr_link() 145 pr_unlink(struct ps_prochandle *Pr, const char *path) in pr_unlink()
|
H A D | pr_mmap.c | 37 pr_mmap(struct ps_prochandle *Pr, in pr_mmap() 103 pr_munmap(struct ps_prochandle *Pr, void *addr, size_t len) in pr_munmap() 140 pr_zmap(struct ps_prochandle *Pr, void *addr, size_t len, int prot, int flags) in pr_zmap()
|
H A D | pr_getrctl.c | 39 pr_getrctl(struct ps_prochandle *Pr, const char *rname, in pr_getrctl() 121 pr_setrctl(struct ps_prochandle *Pr, const char *rname, in pr_setrctl() 203 pr_setprojrctl(struct ps_prochandle *Pr, const char *rname, in pr_setprojrctl()
|
H A D | pr_exit.c | 37 pr_exit(struct ps_prochandle *Pr, int status) in pr_exit() 80 pr_lwp_exit(struct ps_prochandle *Pr) in pr_lwp_exit()
|
H A D | proc_set.c | 37 Psetcred(struct ps_prochandle *Pr, const prcred_t *credp) in Psetcred() 68 Psetzoneid(struct ps_prochandle *Pr, zoneid_t zoneid) in Psetzoneid()
|
H A D | pr_statvfs.c | 63 pr_statvfs(struct ps_prochandle *Pr, const char *path, statvfs_t *buf) in pr_statvfs() 116 pr_fstatvfs(struct ps_prochandle *Pr, int fd, statvfs_t *buf) in pr_fstatvfs()
|
H A D | pr_getitimer.c | 37 pr_getitimer(struct ps_prochandle *Pr, int which, struct itimerval *itv) in pr_getitimer() 93 pr_setitimer(struct ps_prochandle *Pr, in pr_setitimer()
|
H A D | pr_lseek.c | 41 pr_lseek(struct ps_prochandle *Pr, int filedes, off_t offset, int whence) in pr_lseek() 116 pr_llseek(struct ps_prochandle *Pr, int filedes, offset_t offset, int whence) in pr_llseek()
|
H A D | Pisprocdir.c | 36 Pisprocdir(struct ps_prochandle *Pr, const char *dir) in Pisprocdir()
|
H A D | pr_door.c | 38 pr_door_info(struct ps_prochandle *Pr, int did, door_info_t *di) in pr_door_info()
|
H A D | pr_ioctl.c | 37 pr_ioctl(struct ps_prochandle *Pr, int fd, int code, void *buf, size_t size) in pr_ioctl()
|
H A D | pr_pbind.c | 36 pr_processor_bind(struct ps_prochandle *Pr, idtype_t idtype, id_t id, in pr_processor_bind()
|
/illumos-gate/usr/src/cmd/plimit/ |
H A D | plimit.c | 95 struct ps_prochandle *Pr; in main() local 389 show_limits(struct ps_prochandle *Pr) in show_limits() 471 set_one_limit(struct ps_prochandle *Pr, int which, rlim64_t cur, rlim64_t max) in set_one_limit() 590 set_limits(struct ps_prochandle *Pr) in set_limits()
|
/illumos-gate/usr/src/cmd/ptools/pstack/ |
H A D | pstack.c | 218 struct ps_prochandle *Pr = NULL; in main() local 447 struct ps_prochandle *Pr = h->proc; in all_call_stacks() local 569 struct ps_prochandle *Pr = h->proc; in print_frame() local 656 print_zombie(struct ps_prochandle *Pr, struct threadinfo *tip) in print_zombie() 720 struct ps_prochandle *Pr = cd; in jvm_object_iter() local 749 load_libjvm(struct ps_prochandle *Pr) in load_libjvm() 816 struct ps_prochandle *Pr = cd; in python_object_iter() local 844 load_libpython(struct ps_prochandle *Pr) in load_libpython()
|
/illumos-gate/usr/src/cmd/ptools/pldd/ |
H A D | pldd.c | 101 struct ps_prochandle *Pr; in main() local 152 struct ps_prochandle *Pr = cd; in show_map() local
|
/illumos-gate/usr/src/cmd/ppgsz/ |
H A D | ppgsz.c | 53 static struct ps_prochandle *Pr; variable 396 setpgsz(struct ps_prochandle *Pr, int dmodel, size_t pgsz[]) in setpgsz() 432 setpgsz_anon(struct ps_prochandle *Pr, size_t pgsz, int dmodel) in setpgsz_anon() 541 discover_optimal_pagesize(struct ps_prochandle *Pr, uint_t dmodel, pid_t pid) in discover_optimal_pagesize()
|
/illumos-gate/usr/src/cmd/pbind/ |
H A D | pbind.c | 186 struct ps_prochandle *Pr; in grab_proc() local 209 rele_proc(struct ps_prochandle *Pr) in rele_proc() 218 bind_lwp(struct ps_prochandle *Pr, id_t pid, id_t lwpid, processorid_t cpu) in bind_lwp() 240 struct ps_prochandle *Pr; in do_lwps() local
|
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/ |
H A D | secmapper.c | 89 check_content(core_content_t content, struct ps_prochandle *Pr) in check_content() 145 secmap_alloc(struct ps_prochandle *Pr, uint64_t addr) in secmap_alloc() 310 struct ps_prochandle *Pr; in main() local
|
/illumos-gate/usr/src/cmd/ptools/ptime/ |
H A D | ptime.c | 67 struct ps_prochandle *Pr; in ptime_pid() local 93 struct ps_prochandle *Pr; in main() local
|