Searched refs:pbsi_comm (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_info.h86 char pbsi_comm[MAXCOMLEN]; /* upto 16 characters of process name */ member in struct:proc_bsdshortinfo
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c598 bcopy(&p->p_comm, &pbsd_shortp->pbsi_comm[0], MAXCOMLEN);
599 pbsd_shortp->pbsi_comm[MAXCOMLEN - 1] = '\0';

Completed in 71 milliseconds