Home
last modified time | relevance | path

Searched defs:phdl (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libproc/
H A Dproc_util.c46 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 Dproc_rtld.c48 struct proc_handle *phdl; in map_iter() local
111 proc_rdagent(struct proc_handle *phdl) in proc_rdagent()
131 proc_updatesyms(struct proc_handle *phdl) in proc_updatesyms()
H A Dproc_create.c75 struct proc_handle *phdl; in proc_init() local
128 struct proc_handle *phdl; in proc_attach() local
181 struct proc_handle *phdl; in proc_create() local
239 proc_free(struct proc_handle *phdl) in proc_free()
H A Dproc_bkpt.c76 proc_stop(struct proc_handle *phdl) in proc_stop()
95 proc_bkptset(struct proc_handle *phdl, uintptr_t address, in proc_bkptset()
157 proc_bkptdel(struct proc_handle *phdl, uintptr_t address, in proc_bkptdel()
222 proc_bkptexec(struct proc_handle *phdl, unsigned long saved) in proc_bkptexec()
H A Dproc_regs.c43 proc_regget(struct proc_handle *phdl, proc_reg_t reg, unsigned long *regvalue) in proc_regget()
95 proc_regset(struct proc_handle *phdl, proc_reg_t reg, unsigned long regvalue) in proc_regset()
H A Dlibproc.h128 #define proc_getpid(phdl) (((struct proc_handle_public *)(phdl))->pid) argument
/freebsd/lib/libproc/tests/
H A Dproc_test.c51 struct proc_handle *phdl; in start_prog() local
76 set_bkpt(struct proc_handle *phdl, uintptr_t addr, u_long *saved) in set_bkpt()
164 struct proc_handle *phdl; in ATF_TC_BODY() local
195 struct proc_handle *phdl; in ATF_TC_BODY() local
227 struct proc_handle *phdl; in ATF_TC_BODY() local
266 struct proc_handle *phdl; in ATF_TC_BODY() local
305 struct proc_handle *phdl; in ATF_TC_BODY() local
341 struct proc_handle *phdl; in ATF_TC_BODY() local
383 struct proc_handle *phdl; in ATF_TC_BODY() local
415 struct proc_handle *phdl; in ATF_TC_BODY() local
[all …]