Lines Matching refs:p_pid
274 if (nl_port_lookup(curproc->p_pid) == NULL) in nl_find_port()
275 return (curproc->p_pid); in nl_find_port()
282 return (curproc->p_pid); in nl_find_port()
330 so, is_linux ? "(linux) " : "", curproc->p_pid, in nl_attach()
344 nlp->nl_process_id = curproc->p_pid; in nl_attach()
373 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_bind()
446 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_connect()
454 int error = nl_autobind_port(nlp, td->td_proc->p_pid); in nl_connect()
486 NL_LOG(LOG_DEBUG2, "detaching socket %p, PID %d", so, curproc->p_pid); in nl_close()
529 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_disconnect()
669 NL_LOG(LOG_DEBUG3, "socket %p, PID %d", so, curproc->p_pid); in nl_soreceive()
958 NL_LOG(LOG_DEBUG2, "socket %p, PID %d, SO_RCVBUF=%d", so, curproc->p_pid, optval); in nl_setsbopt()