Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h90 char pbsi_comm[MAXCOMLEN]; /* upto 16 characters of process name */ member
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c828 bcopy(&p->p_comm, &pbsd_shortp->pbsi_comm[0], MAXCOMLEN); in proc_pidshortbsdinfo()
829 pbsd_shortp->pbsi_comm[MAXCOMLEN - 1] = '\0'; in proc_pidshortbsdinfo()
/xnu-11417.140.69/tests/
H A Dproc_info.c1055 …T_EXPECT_EQ_STR(pbsd_short->pbsi_comm, CONF_CMD_NAME, "PROC_PIDT_SHORTBSDINFO returns valid p_comm…