Home
last modified time | relevance | path

Searched defs:phdl (Results 1 – 4 of 4) 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_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 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()
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() 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
[all …]