Home
last modified time | relevance | path

Searched refs:write_note (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c378 write_note(int fd, uint_t type, const void *desc, size_t descsz, off64_t *offp) in write_note() function
425 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &prstatus, in old_per_lwp()
428 if (write_note(pgc->pgc_fd, NT_PRFPREG, &lsp->pr_fpreg, in old_per_lwp()
436 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &pr32, in old_per_lwp()
440 if (write_note(pgc->pgc_fd, NT_PRFPREG, &pf32, in old_per_lwp()
465 if (write_note(pgc->pgc_fd, NT_LWPSINFO, lip, in new_per_lwp()
470 if (write_note(pgc->pgc_fd, NT_LWPSTATUS, lsp, in new_per_lwp()
478 if (write_note(pgc->pgc_fd, NT_LWPSINFO, &li32, in new_per_lwp()
484 if (write_note(pgc->pgc_fd, NT_LWPSTATUS, &ls32, in new_per_lwp()
491 if (write_note(pgc->pgc_fd, NT_PRXREG, xregs, size, in new_per_lwp()
[all …]