Home
last modified time | relevance | path

Searched defs:Pr (Results 1 – 25 of 48) sorted by relevance

12

/titanic_41/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c83 struct ps_prochandle *Pr; in main() local
219 struct ps_prochandle *Pr = data; in show_file() local
316 show_files(struct ps_prochandle *Pr) in show_files()
335 getflock(struct ps_prochandle *Pr, int fd, struct flock *flock_native) in getflock()
354 dofcntl(struct ps_prochandle *Pr, prfdinfo_t *info, int mandatory, int isdoor) in dofcntl()
479 show_door(struct ps_prochandle *Pr, int fd) in show_door()
601 show_sockopts(struct ps_prochandle *Pr, int fd) in show_sockopts()
678 show_sockfilters(struct ps_prochandle *Pr, int fd) in show_sockfilters()
742 dopeerucred(struct ps_prochandle *Pr, int fd) in dopeerucred()
754 dosocket(struct ps_prochandle *Pr, int fd) in dosocket()
[all …]
/titanic_41/usr/src/lib/libproc/common/
H A Dpr_getsockname.c40 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 Dpr_tasksys.c44 pr_getzoneid(struct ps_prochandle *Pr) in pr_getzoneid()
78 pr_getprojid(struct ps_prochandle *Pr) in pr_getprojid()
105 pr_gettaskid(struct ps_prochandle *Pr) in pr_gettaskid()
132 pr_settaskid(struct ps_prochandle *Pr, projid_t project, int flags) in pr_settaskid()
H A Dpr_stat.c69 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 Dpr_open.c38 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 Dpr_getrlimit.c41 pr_getrlimit(struct ps_prochandle *Pr, in pr_getrlimit()
89 pr_setrlimit(struct ps_prochandle *Pr, in pr_setrlimit()
137 pr_getrlimit64(struct ps_prochandle *Pr, in pr_getrlimit64()
185 pr_setrlimit64(struct ps_prochandle *Pr, in pr_setrlimit64()
H A Dpr_rename.c36 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 Dpr_mmap.c39 pr_mmap(struct ps_prochandle *Pr, in pr_mmap()
105 pr_munmap(struct ps_prochandle *Pr, void *addr, size_t len) in pr_munmap()
142 pr_zmap(struct ps_prochandle *Pr, void *addr, size_t len, int prot, int flags) in pr_zmap()
H A Dpr_exit.c39 pr_exit(struct ps_prochandle *Pr, int status) in pr_exit()
82 pr_lwp_exit(struct ps_prochandle *Pr) in pr_lwp_exit()
H A Dpr_getrctl.c41 pr_getrctl(struct ps_prochandle *Pr, const char *rname, in pr_getrctl()
123 pr_setrctl(struct ps_prochandle *Pr, const char *rname, in pr_setrctl()
205 pr_setprojrctl(struct ps_prochandle *Pr, const char *rname, in pr_setprojrctl()
H A Dproc_set.c39 Psetcred(struct ps_prochandle *Pr, const prcred_t *credp) in Psetcred()
70 Psetzoneid(struct ps_prochandle *Pr, zoneid_t zoneid) in Psetzoneid()
H A Dpr_statvfs.c65 pr_statvfs(struct ps_prochandle *Pr, const char *path, statvfs_t *buf) in pr_statvfs()
118 pr_fstatvfs(struct ps_prochandle *Pr, int fd, statvfs_t *buf) in pr_fstatvfs()
H A Dpr_getitimer.c39 pr_getitimer(struct ps_prochandle *Pr, int which, struct itimerval *itv) in pr_getitimer()
95 pr_setitimer(struct ps_prochandle *Pr, in pr_setitimer()
H A Dpr_lseek.c43 pr_lseek(struct ps_prochandle *Pr, int filedes, off_t offset, int whence) in pr_lseek()
118 pr_llseek(struct ps_prochandle *Pr, int filedes, offset_t offset, int whence) in pr_llseek()
H A DPisprocdir.c38 Pisprocdir(struct ps_prochandle *Pr, const char *dir) in Pisprocdir()
H A Dpr_door.c40 pr_door_info(struct ps_prochandle *Pr, int did, door_info_t *di) in pr_door_info()
H A Dpr_fcntl.c40 pr_fcntl(struct ps_prochandle *Pr, int fd, int cmd, void *argp) in pr_fcntl()
H A Dpr_ioctl.c39 pr_ioctl(struct ps_prochandle *Pr, int fd, int code, void *buf, size_t size) in pr_ioctl()
H A Dpr_pbind.c36 pr_processor_bind(struct ps_prochandle *Pr, idtype_t idtype, id_t id, in pr_processor_bind()
H A Dpr_sigaction.c44 pr_sigaction(struct ps_prochandle *Pr, in pr_sigaction()
/titanic_41/usr/src/cmd/ptools/pldd/
H A Dpldd.c101 struct ps_prochandle *Pr; in main() local
152 struct ps_prochandle *Pr = cd; in show_map() local
/titanic_41/usr/src/cmd/plimit/
H A Dplimit.c94 struct ps_prochandle *Pr; in main() local
388 show_limits(struct ps_prochandle *Pr) in show_limits()
470 set_one_limit(struct ps_prochandle *Pr, int which, rlim64_t cur, rlim64_t max) in set_one_limit()
589 set_limits(struct ps_prochandle *Pr) in set_limits()
/titanic_41/usr/src/cmd/ptools/pstack/
H A Dpstack.c212 struct ps_prochandle *Pr = NULL; in main() local
433 struct ps_prochandle *Pr = h->proc; in all_call_stacks() local
529 struct ps_prochandle *Pr = h->proc; in print_frame() local
612 print_zombie(struct ps_prochandle *Pr, struct threadinfo *tip) in print_zombie()
676 struct ps_prochandle *Pr = cd; in jvm_object_iter() local
705 load_libjvm(struct ps_prochandle *Pr) in load_libjvm()
772 struct ps_prochandle *Pr = cd; in python_object_iter() local
800 load_libpython(struct ps_prochandle *Pr) in load_libpython()
/titanic_41/usr/src/cmd/ppgsz/
H A Dppgsz.c55 static struct ps_prochandle *Pr; variable
398 setpgsz(struct ps_prochandle *Pr, int dmodel, size_t pgsz[]) in setpgsz()
434 setpgsz_anon(struct ps_prochandle *Pr, size_t pgsz, int dmodel) in setpgsz_anon()
543 discover_optimal_pagesize(struct ps_prochandle *Pr, uint_t dmodel, pid_t pid) in discover_optimal_pagesize()
/titanic_41/usr/src/cmd/pbind/
H A Dpbind.c186 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

12