Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libproc/common/
H A DPgcore.c426 write_note(int fd, uint_t type, const void *desc, size_t descsz, off64_t *offp) in write_note() function
473 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &prstatus, in old_per_lwp()
476 if (write_note(pgc->pgc_fd, NT_PRFPREG, &lsp->pr_fpreg, in old_per_lwp()
484 if (write_note(pgc->pgc_fd, NT_PRSTATUS, &pr32, in old_per_lwp()
488 if (write_note(pgc->pgc_fd, NT_PRFPREG, &pf32, in old_per_lwp()
498 write_note(pgc->pgc_fd, NT_PRXREG, &xregs, in old_per_lwp()
520 if (write_note(pgc->pgc_fd, NT_LWPSINFO, lip, in new_per_lwp()
525 if (write_note(pgc->pgc_fd, NT_LWPSTATUS, lsp, in new_per_lwp()
533 if (write_note(pgc->pgc_fd, NT_LWPSINFO, &li32, in new_per_lwp()
539 if (write_note(pgc->pgc_fd, NT_LWPSTATUS, &ls32, in new_per_lwp()
[all …]