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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_usrreq.c1610 proc_t caller_parent = PROC_NULL; local
1619 if ((caller_parent = proc_find(caller->p_ppid)) != PROC_NULL) {
1620 strlcpy(parent_name, caller_parent->p_comm,
1622 proc_rele(caller_parent);
H A Dtcp_input.c5510 proc_t caller_parent = PROC_NULL; variable
5519 if ((caller_parent = proc_find(caller->p_ppid)) != PROC_NULL) {
5520 strlcpy(parent_name, caller_parent->p_comm,
5522 proc_rele(caller_parent); variable

Completed in 177 milliseconds