Searched refs:proc_handle (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libproc/ |
H A D | libproc.h | 41 struct proc_handle; 133 prmap_t *proc_addr2map(struct proc_handle *, uintptr_t); 134 prmap_t *proc_name2map(struct proc_handle *, const char *); 135 char *proc_objname(struct proc_handle *, uintptr_t, char *, size_t); 136 int proc_iter_objs(struct proc_handle *, proc_map_f *, void *); 137 int proc_iter_symbyaddr(struct proc_handle *, const char *, int, 139 int proc_addr2sym(struct proc_handle *, uintptr_t, char *, size_t, GElf_Sym *); 140 int proc_attach(pid_t pid, int flags, struct proc_handle **pphdl); 141 int proc_continue(struct proc_handle *); 142 int proc_clearflags(struct proc_handle *, int); [all …]
|
H A D | proc_util.c | 46 proc_clearflags(struct proc_handle *phdl, int mask) in proc_clearflags() 61 proc_continue(struct proc_handle *phdl) in proc_continue() 82 proc_detach(struct proc_handle *phdl, int reason) in proc_detach() 108 proc_getflags(struct proc_handle *phdl) in proc_getflags() 118 proc_setflags(struct proc_handle *phdl, int mask) in proc_setflags() 130 proc_state(struct proc_handle *phdl) in proc_state() 140 proc_getmodel(struct proc_handle *phdl) in proc_getmodel() 150 proc_wstatus(struct proc_handle *phdl) in proc_wstatus() 171 proc_getwstat(struct proc_handle *phdl) in proc_getwstat() 190 proc_read(struct proc_handle *phdl, void *buf, size_t size, size_t addr) in proc_read() [all …]
|
H A D | proc_create.c | 50 static int proc_init(pid_t, int, int, struct proc_handle **); 72 proc_init(pid_t pid, int flags, int status, struct proc_handle **pphdl) in proc_init() 75 struct proc_handle *phdl; in proc_init() 126 proc_attach(pid_t pid, int flags, struct proc_handle **pphdl) in proc_attach() 128 struct proc_handle *phdl; in proc_attach() 179 proc_child_func *pcf, void *child_arg, struct proc_handle **pphdl) in proc_create() 181 struct proc_handle *phdl; in proc_create() 239 proc_free(struct proc_handle *phdl) in proc_free()
|
H A D | proc_sym.c | 369 proc_objname(struct proc_handle *p, uintptr_t addr, char *objname, in proc_objname() 390 proc_iter_objs(struct proc_handle *p, proc_map_f *func, void *cd) in proc_iter_objs() 423 _proc_addr2map(struct proc_handle *p, uintptr_t addr) in _proc_addr2map() 441 proc_addr2map(struct proc_handle *p, uintptr_t addr) in proc_addr2map() 497 proc_addr2sym(struct proc_handle *p, uintptr_t addr, char *name, in proc_addr2sym() 536 _proc_name2map(struct proc_handle *p, const char *name) in _proc_name2map() 569 proc_name2map(struct proc_handle *p, const char *name) in proc_name2map() 603 proc_name2sym(struct proc_handle *p, const char *object, const char *symbol, in proc_name2sym() 636 proc_name2ctf(struct proc_handle *p, const char *name) in proc_name2ctf() 656 proc_iter_symbyaddr(struct proc_handle *p, const char *object, int which, in proc_iter_symbyaddr()
|
H A D | _libproc.h | 65 struct proc_handle { struct
|
/freebsd/lib/libproc/tests/ |
H A D | proc_test.c | 47 static struct proc_handle * 51 struct proc_handle *phdl; in start_prog() 76 set_bkpt(struct proc_handle *phdl, uintptr_t addr, u_long *saved) in set_bkpt() 86 remove_bkpt(struct proc_handle *phdl, uintptr_t addr, u_long val) in remove_bkpt() 102 verify_bkpt(struct proc_handle *phdl, GElf_Sym *sym, const char *symname, in verify_bkpt() 164 struct proc_handle *phdl; in ATF_TC_BODY() 195 struct proc_handle *phdl; in ATF_TC_BODY() 227 struct proc_handle *phdl; in ATF_TC_BODY() 266 struct proc_handle *phdl; in ATF_TC_BODY() 305 struct proc_handle *phdl; in ATF_TC_BODY() [all …]
|
/freebsd/cddl/compat/opensolaris/include/ |
H A D | dtrace.h | 31 #define ps_prochandle proc_handle
|
H A D | libproc.h | 33 #define ps_prochandle proc_handle
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 279 $self->{proc_handle} = $h; # hold handle till next round [or exit]
|