Searched refs:prstatus_t (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dprocfs.h55 #define PRSTATUS_VERSION 1 /* Current version of prstatus_t */
59 size_t pr_statussz; /* sizeof(prstatus_t) (1) */
66 } prstatus_t; typedef in typeref:struct:prstatus
/freebsd-10.1-release/contrib/gcc/
H A Dsys-types.h155 typedef int prstatus_t; typedef
/freebsd-10.1-release/usr.bin/gcore/
H A Delfcore.c526 prstatus_t *status;
533 status->pr_statussz = sizeof(prstatus_t);
/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf.c7537 /* prstatus_t exists on:
7551 if (note->descsz == sizeof (prstatus_t))
7553 prstatus_t prstat;
7556 offset = offsetof (prstatus_t, pr_reg);
8396 prstatus_t prstat;
H A Dconfigure17416 echo "$as_me:$LINENO: checking for prstatus_t in sys/procfs.h" >&5
17417 echo $ECHO_N "checking for prstatus_t in sys/procfs.h... $ECHO_C" >&6
17433 prstatus_t avar
17546 echo "$as_me:$LINENO: checking for prstatus_t.pr_who in sys/procfs.h" >&5
17547 echo $ECHO_N "checking for prstatus_t.pr_who in sys/procfs.h... $ECHO_C" >&6
17563 prstatus_t avar; void* aref = (void*) &avar.pr_who
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dprocfs.c342 typedef prstatus_t gdb_prstatus_t;
343 typedef prstatus_t gdb_lwpstatus_t;
/freebsd-10.1-release/sys/kern/
H A Dimgact_elf.c1628 typedef prstatus_t elf_prstatus_t;

Completed in 475 milliseconds