Lines Matching refs:prstat
485 prstatusx32_t prstat; in elf_x86_64_write_core_note() local
486 memset (&prstat, 0, sizeof (prstat)); in elf_x86_64_write_core_note()
487 prstat.pr_pid = pid; in elf_x86_64_write_core_note()
488 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note()
489 memcpy (&prstat.pr_reg, gregs, sizeof (prstat.pr_reg)); in elf_x86_64_write_core_note()
491 &prstat, sizeof (prstat)); in elf_x86_64_write_core_note()
495 prstatus32_t prstat; in elf_x86_64_write_core_note() local
496 memset (&prstat, 0, sizeof (prstat)); in elf_x86_64_write_core_note()
497 prstat.pr_pid = pid; in elf_x86_64_write_core_note()
498 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note()
499 memcpy (&prstat.pr_reg, gregs, sizeof (prstat.pr_reg)); in elf_x86_64_write_core_note()
501 &prstat, sizeof (prstat)); in elf_x86_64_write_core_note()
506 prstatus64_t prstat; in elf_x86_64_write_core_note() local
507 memset (&prstat, 0, sizeof (prstat)); in elf_x86_64_write_core_note()
508 prstat.pr_pid = pid; in elf_x86_64_write_core_note()
509 prstat.pr_cursig = cursig; in elf_x86_64_write_core_note()
510 memcpy (&prstat.pr_reg, gregs, sizeof (prstat.pr_reg)); in elf_x86_64_write_core_note()
512 &prstat, sizeof (prstat)); in elf_x86_64_write_core_note()