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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h99 char *ip_p_comm; /* optional alt p->p_comm */ member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c408 strlcpy(imgp->ip_p_comm, imgp->ip_ndp->ni_cnd.cn_nameptr, MAXCOMLEN);
1020 if (0 != imgp->ip_p_comm[0]) {
1021 bcopy((caddr_t)imgp->ip_p_comm, (caddr_t)p->p_comm,
1592 imgp->ip_p_comm = alt_p_comm; /* for PowerPC */
1948 imgp->ip_p_comm = alt_p_comm; /* for PowerPC */

Completed in 37 milliseconds