Searched refs:pop_pwrite (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Putil.c | 152 .pop_pwrite = (pop_pwrite_t)Pdefault_ssizet, 185 if (src->pop_pwrite != NULL) in Pinit_ops() 186 dst->pop_pwrite = src->pop_pwrite; in Pinit_ops()
|
H A D | Pidle.c | 112 .pop_pwrite = Pwrite_idle,
|
H A D | Pservice.c | 70 if (P->ops.pop_pwrite(P, buf, size, addr, P->data) != size) in ps_pwrite()
|
H A D | libproc.h | 217 pop_pwrite_t pop_pwrite; member
|
H A D | Pcontrol.c | 382 .pop_pwrite = Pwrite_live, 2294 return (P->ops.pop_pwrite(P, buf, nbyte, address, P->data)); in Pwrite()
|
H A D | Pcore.c | 342 .pop_pwrite = Pwrite_core,
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | gcore.c | 1979 .pop_pwrite = Pwrite_gcore,
|