Home
last modified time | relevance | path

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

12

/titanic_51/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c83 struct ps_prochandle *Pr; in main() local
219 struct ps_prochandle *Pr = data; show_file() local
324 show_files(struct ps_prochandle * Pr) show_files() argument
343 getflock(struct ps_prochandle * Pr,int fd,struct flock * flock_native) getflock() argument
362 dofcntl(struct ps_prochandle * Pr,prfdinfo_t * info,int mandatory,int isdoor) dofcntl() argument
487 show_door(struct ps_prochandle * Pr,int fd) show_door() argument
609 show_sockopts(struct ps_prochandle * Pr,int fd) show_sockopts() argument
687 show_sockfilters(struct ps_prochandle * Pr,int fd) show_sockfilters() argument
751 dopeerucred(struct ps_prochandle * Pr,int fd) dopeerucred() argument
763 dosocket(struct ps_prochandle * Pr,int fd) dosocket() argument
792 dofifo(struct ps_prochandle * Pr,int fd) dofifo() argument
799 dotli(struct ps_prochandle * Pr,int fd) dotli() argument
[all...]
/titanic_51/usr/src/lib/libproc/common/
H A Dpr_getsockname.c40 get_sock_peer_name(struct ps_prochandle *Pr, in get_sock_peer_name() argument
94 pr_getsockname(struct ps_prochandle *Pr, in pr_getsockname() argument
107 pr_getpeername(struct ps_prochandle *Pr, in pr_getpeername() argument
117 pr_getsockopt(struct ps_prochandle *Pr, in pr_getsockopt() argument
176 pr_getpeerucred(struct ps_prochandle * Pr,int fd,ucred_t ** ucp) pr_getpeerucred() argument
[all...]
H A Dpr_tasksys.c44 pr_getzoneid(struct ps_prochandle *Pr) in pr_getzoneid() argument
78 pr_getprojid(struct ps_prochandle *Pr) in pr_getprojid() argument
105 pr_gettaskid(struct ps_prochandle *Pr) in pr_gettaskid() argument
132 pr_settaskid(struct ps_prochandle *Pr, projid_ argument
[all...]
H A Dpr_stat.c69 pr_stat(struct ps_prochandle *Pr, const char *path, struct stat *buf) in pr_stat() argument
144 pr_lstat(struct ps_prochandle *Pr, const char *path, struct stat *buf) in pr_lstat() argument
219 pr_fstat(struct ps_prochandle * Pr,int fd,struct stat * buf) pr_fstat() argument
294 pr_stat64(struct ps_prochandle * Pr,const char * path,struct stat64 * buf) pr_stat64() argument
373 pr_lstat64(struct ps_prochandle * Pr,const char * path,struct stat64 * buf) pr_lstat64() argument
452 pr_fstat64(struct ps_prochandle * Pr,int fd,struct stat64 * buf) pr_fstat64() argument
[all...]
H A Dpr_open.c38 pr_open(struct ps_prochandle *Pr, const char *filename, int flags, mode_t mode) in pr_open() argument
89 pr_creat(struct ps_prochandle *Pr, const char *filename, mode_t mode) in pr_creat() argument
140 pr_close(struct ps_prochandle *Pr, int fd) in pr_close() argument
170 pr_access(struct ps_prochandle *Pr, cons argument
[all...]
H A Dpr_getrlimit.c41 pr_getrlimit(struct ps_prochandle *Pr, in pr_getrlimit() argument
89 pr_setrlimit(struct ps_prochandle *Pr, in pr_setrlimit() argument
137 pr_getrlimit64(struct ps_prochandle *Pr, in pr_getrlimit64() argument
185 pr_setrlimit64(struct ps_prochandle * Pr,int resource,const struct rlimit64 * rlp) pr_setrlimit64() argument
[all...]
H A Dpr_rename.c36 pr_rename(struct ps_prochandle *Pr, const char *old, const char *new) in pr_rename() argument
87 pr_link(struct ps_prochandle *Pr, const char *existing, const char *new) in pr_link() argument
145 pr_unlink(struct ps_prochandle *Pr, const char *path) in pr_unlink() argument
H A Dpr_mmap.c39 pr_mmap(struct ps_prochandle *Pr, in pr_mmap() argument
105 pr_munmap(struct ps_prochandle *Pr, void *addr, size_t len) in pr_munmap() argument
142 pr_zmap(struct ps_prochandle *Pr, void *addr, size_t len, int prot, int flags) in pr_zmap() argument
H A Dpr_getrctl.c41 pr_getrctl(struct ps_prochandle *Pr, const char *rname, in pr_getrctl() argument
123 pr_setrctl(struct ps_prochandle *Pr, const char *rname, in pr_setrctl() argument
205 pr_setprojrctl(struct ps_prochandle *Pr, const char *rname, in pr_setprojrctl() argument
H A Dpr_exit.c39 pr_exit(struct ps_prochandle *Pr, int status) in pr_exit() argument
82 pr_lwp_exit(struct ps_prochandle *Pr) in pr_lwp_exit() argument
H A Dproc_set.c39 Psetcred(struct ps_prochandle *Pr, const prcred_t *credp) in Psetcred() argument
70 Psetzoneid(struct ps_prochandle *Pr, zoneid_t zoneid) in Psetzoneid() argument
H A Dpr_statvfs.c65 pr_statvfs(struct ps_prochandle *Pr, const char *path, statvfs_t *buf) in pr_statvfs() argument
118 pr_fstatvfs(struct ps_prochandle *Pr, int fd, statvfs_t *buf) in pr_fstatvfs() argument
[all...]
H A Dpr_getitimer.c39 pr_getitimer(struct ps_prochandle *Pr, int which, struct itimerval *itv) in pr_getitimer() argument
95 pr_setitimer(struct ps_prochandle *Pr, in pr_setitimer() argument
H A Dpr_lseek.c43 pr_lseek(struct ps_prochandle *Pr, int filedes, off_t offset, int whence) in pr_lseek() argument
118 pr_llseek(struct ps_prochandle *Pr, int filedes, offset_t offset, int whence) in pr_llseek() argument
[all...]
H A DPisprocdir.c38 Pisprocdir(struct ps_prochandle *Pr, const char *dir) in Pisprocdir() argument
H A Dpr_door.c40 pr_door_info(struct ps_prochandle *Pr, int did, door_info_t *di) in pr_door_info() argument
H A Dpr_fcntl.c40 pr_fcntl(struct ps_prochandle *Pr, int fd, int cmd, void *argp) in pr_fcntl() argument
H A Dpr_ioctl.c39 pr_ioctl(struct ps_prochandle *Pr, int fd, int code, void *buf, size_t size) in pr_ioctl() argument
H A Dpr_pbind.c36 pr_processor_bind(struct ps_prochandle *Pr, idtype_t idtype, id_t id, in pr_processor_bind() argument
H A Dpr_sigaction.c44 pr_sigaction(struct ps_prochandle *Pr, in pr_sigaction() argument
/titanic_51/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() argument
470 set_one_limit(struct ps_prochandle *Pr, in argument
589 set_limits(struct ps_prochandle * Pr) set_limits() argument
[all...]
/titanic_51/usr/src/cmd/ptools/pldd/
H A Dpldd.c101 struct ps_prochandle *Pr; in main() local
152 struct ps_prochandle *Pr = cd; show_map() local
[all...]
/titanic_51/usr/src/cmd/ptools/pstack/
H A Dpstack.c212 struct ps_prochandle *Pr = NULL; in main() local
433 struct ps_prochandle *Pr = h->proc; all_call_stacks() local
529 struct ps_prochandle *Pr = h->proc; print_frame() local
612 print_zombie(struct ps_prochandle * Pr,struct threadinfo * tip) print_zombie() argument
676 struct ps_prochandle *Pr = cd; jvm_object_iter() local
705 load_libjvm(struct ps_prochandle * Pr) load_libjvm() argument
772 struct ps_prochandle *Pr = cd; python_object_iter() local
800 load_libpython(struct ps_prochandle * Pr) load_libpython() argument
[all...]
/titanic_51/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[]) setpgsz() argument
434 setpgsz_anon(struct ps_prochandle * Pr,size_t pgsz,int dmodel) setpgsz_anon() argument
543 discover_optimal_pagesize(struct ps_prochandle * Pr,uint_t dmodel,pid_t pid) discover_optimal_pagesize() argument
[all...]
/titanic_51/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() argument
218 bind_lwp(struct ps_prochandle * Pr,id_t pid,id_t lwpid,processorid_t cpu) bind_lwp() argument
240 struct ps_prochandle *Pr; do_lwps() local
[all...]

12