Searched defs:phdl (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/libproc/dist/ |
H A D | proc_util.c | 45 proc_clearflags(struct proc_handle *phdl, int mask) in proc_clearflags() 60 proc_continue(struct proc_handle *phdl) in proc_continue() 78 proc_detach(struct proc_handle *phdl, int reason) in proc_detach() 116 proc_getflags(struct proc_handle *phdl) in proc_getflags() 126 proc_setflags(struct proc_handle *phdl, int mask) in proc_setflags() 138 proc_state(struct proc_handle *phdl) in proc_state() 148 proc_getmodel(struct proc_handle *phdl) in proc_getmodel() 158 proc_getpid(struct proc_handle *phdl) in proc_getpid() 168 proc_wstatus(struct proc_handle *phdl) in proc_wstatus() 189 proc_getwstat(struct proc_handle *phdl) in proc_getwstat() [all …]
|
H A D | proc_rtld.c | 47 struct proc_handle *phdl = arg; in map_iter() local 64 proc_rdagent(struct proc_handle *phdl) in proc_rdagent() 81 proc_updatesyms(struct proc_handle *phdl) in proc_updatesyms()
|
H A D | proc_create.c | 48 proc_init(pid_t pid, int flags, int status, struct proc_handle *phdl) in proc_init() 96 struct proc_handle *phdl; in proc_attach() local 147 struct proc_handle *phdl; in proc_create() local 207 proc_free(struct proc_handle *phdl) in proc_free()
|
H A D | proc_bkpt.c | 55 proc_stop(struct proc_handle *phdl) in proc_stop() 74 proc_bkptset(struct proc_handle *phdl, uintptr_t address, in proc_bkptset() 136 proc_bkptdel(struct proc_handle *phdl, uintptr_t address, in proc_bkptdel() 201 proc_bkptexec(struct proc_handle *phdl, proc_breakpoint_t *saved) in proc_bkptexec()
|
H A D | proc_regs.c | 48 proc_regget(struct proc_handle *phdl, proc_reg_t reg, unsigned long *regvalue) in proc_regget() 84 proc_regset(struct proc_handle *phdl, proc_reg_t reg, unsigned long regvalue) in proc_regset()
|
/netbsd-src/external/bsd/libproc/dist/tests/ |
H A D | proc_test.c | 77 struct proc_handle *phdl; in start_prog() local 102 set_bkpt(struct proc_handle *phdl, uintptr_t addr, proc_breakpoint_t *saved) in set_bkpt() 112 remove_bkpt(struct proc_handle *phdl, uintptr_t addr, proc_breakpoint_t *val) in remove_bkpt() 128 verify_bkpt(struct proc_handle *phdl, GElf_Sym *sym, const char *symname, in verify_bkpt() 189 struct proc_handle *phdl; in ATF_TC_BODY() local 221 struct proc_handle *phdl; in ATF_TC_BODY() local 255 struct proc_handle *phdl; in ATF_TC_BODY() local 294 struct proc_handle *phdl; in ATF_TC_BODY() local 333 struct proc_handle *phdl; in ATF_TC_BODY() local 369 struct proc_handle *phdl; in ATF_TC_BODY() local
|