Searched defs:phdl (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libproc/dist/
H A Dproc_rtld.c47 struct proc_handle *phdl = arg; local
64 proc_rdagent(struct proc_handle *phdl) argument
81 proc_updatesyms(struct proc_handle *phdl) argument
[all...]
H A Dproc_regs.c48 proc_regget(struct proc_handle *phdl, proc_reg_t reg, unsigned long *regvalue) argument
84 proc_regset(struct proc_handle *phdl, proc_reg_t reg, unsigned long regvalue) argument
[all...]
H A Dproc_bkpt.c55 proc_stop(struct proc_handle *phdl) argument
74 proc_bkptset(struct proc_handle *phdl, uintptr_t address, argument
136 proc_bkptdel(struct proc_handle *phdl, uintptr_t address, proc_breakpoint_t *saved) argument
201 proc_bkptexec(struct proc_handle *phdl, proc_breakpoint_t *saved) argument
[all...]
H A Dproc_create.c48 proc_init(pid_t pid, int flags, int status, struct proc_handle *phdl) argument
96 struct proc_handle *phdl; local
147 struct proc_handle *phdl; local
207 proc_free(struct proc_handle *phdl) argument
[all...]
H A Dproc_util.c45 proc_clearflags(struct proc_handle *phdl, int mask) argument
60 proc_continue(struct proc_handle *phdl) argument
78 proc_detach(struct proc_handle *phdl, int reason) argument
116 proc_getflags(struct proc_handle *phdl) argument
126 proc_setflags(struct proc_handle *phdl, int mask) argument
138 proc_state(struct proc_handle *phdl) argument
148 proc_getmodel(struct proc_handle *phdl) argument
158 proc_getpid(struct proc_handle *phdl) argument
168 proc_wstatus(struct proc_handle *phdl) argument
189 proc_getwstat(struct proc_handle *phdl) argument
208 proc_read(struct proc_handle *phdl, void *buf, size_t size, size_t addr) argument
225 proc_getlwpstatus(struct proc_handle *phdl) argument
[all...]
/netbsd-current/external/bsd/libproc/dist/tests/
H A Dproc_test.c77 struct proc_handle *phdl; local
102 set_bkpt(struct proc_handle *phdl, uintptr_t addr, proc_breakpoint_t *saved) argument
112 remove_bkpt(struct proc_handle *phdl, uintptr_t addr, proc_breakpoint_t *val) argument
128 verify_bkpt(struct proc_handle *phdl, GElf_Sy argument
189 struct proc_handle *phdl; local
221 struct proc_handle *phdl; local
255 struct proc_handle *phdl; local
294 struct proc_handle *phdl; local
333 struct proc_handle *phdl; local
369 struct proc_handle *phdl; local
[all...]

Completed in 229 milliseconds