/freebsd/sys/netlink/ |
H A D | netlink_debug.h | 49 #define NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument 50 NL_RAW_PID_LOG_##_l(_l, _pid, _fmt, ## __VA_ARGS__) 51 #define _NL_RAW_PID_LOG(_l, _pid, _fmt, ...) \ argument 53 _output("[" DEBUG_PREFIX_NAME "] PID %u %s: " _fmt "\n", _pid, \ 63 #define NL_RAW_PID_LOG_LOG_DEBUG3(_l, _pid, _fmt, ...) argument 68 #define NL_RAW_PID_LOG_LOG_DEBUG2(_l, _pid, _fmt, ...) argument 73 #define NL_RAW_PID_LOG_LOG_DEBUG(_l, _pid, _fmt, ...) argument 78 #define NL_RAW_PID_LOG_LOG_INFO(_l, _pid, _fmt, ...) argument
|
/freebsd/sys/compat/linux/ |
H A D | linux_siginfo.h | 168 l_pid_t _pid; member 181 l_pid_t _pid; /* sender's pid */ member 187 l_pid_t _pid; /* which child */ member 218 #define lsi_pid _sifields._kill._pid
|
/freebsd/contrib/kyua/utils/process/ |
H A D | deadline_killer.cpp | 44 signals::timer(delta), _pid(pid) in deadline_killer() 53 process::terminate_group(_pid); in callback()
|
H A D | child.cpp | 65 pid_t _pid; member 75 _pid(pid), _output(output) {} in impl() 358 return _pimpl->_pid; in pid() 384 return process::wait(_pimpl->_pid); in wait()
|
H A D | deadline_killer.hpp | 46 const int _pid; member in utils::process::deadline_killer
|
/freebsd/lib/libutil/ |
H A D | libutil.h | 105 kinfo_getfile(pid_t _pid, int *_cntp); 107 kinfo_getvmmap(pid_t _pid, int *_cntp); 115 kinfo_getproc(pid_t _pid); 141 int uu_lock_txfr(const char *_ttyname, pid_t _pid);
|
/freebsd/sys/sys/ |
H A D | pmclog.h | 313 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path); 314 void pmclog_process_pmcdetach(struct pmc *_pm, pid_t _pid); 317 void pmclog_process_procexec(struct pmc_owner *_po, pmc_id_t _pmid, pid_t _pid, 321 void pmclog_process_sysexit(struct pmc_owner *_po, pid_t _pid);
|
H A D | mac.h | 107 int mac_get_pid(pid_t _pid, mac_t _label);
|
H A D | ptrace.h | 268 int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);
|
/freebsd/lib/libpmc/ |
H A D | pmc.h | 76 int pmc_attach(pmc_id_t _pmcid, pid_t _pid); 81 int pmc_detach(pmc_id_t _pmcid, pid_t _pid);
|
/freebsd/crypto/openssh/regress/ |
H A D | forward-control.sh | 12 _pid=$1 14 while kill -0 $_pid 2>/dev/null ; do 15 test $_n -eq 1 && trace "waiting for $_pid to exit"
|
/freebsd/usr.sbin/adduser/ |
H A D | rmuser.sh | 109 for _pid in $proclist ; do 110 kill 2>/dev/null ${SIGKILL} $_pid
|
/freebsd/lib/libdpv/ |
H A D | util.h | 45 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
|
H A D | dialog_util.h | 62 int dialog_spawn_gauge(char *_init_prompt, pid_t *_pid);
|
/freebsd/contrib/tcsh/ |
H A D | mi.wait.h | 42 _PROTOTYPE( pid_t waitpid, (pid_t _pid, int *_stat_loc, int _options) );
|
/freebsd/include/ |
H A D | unistd.h | 418 int getsid(pid_t _pid); 420 int getpgid(pid_t _pid);
|
/freebsd/lib/libpmcstat/ |
H A D | libpmcstat.h | 360 struct pmcstat_process *pmcstat_process_lookup(pid_t _pid, int _allocate);
|
/freebsd/contrib/less/ |
H A D | edit.c | 278 kill(pipefd->_pid, SIGINT); in close_pipe()
|
/freebsd/libexec/rc/ |
H A D | rc.subr | 428 read _pid _junk < $_pidfile 429 if [ -z "$_pid" ]; then 433 _find_processes $_procname ${_interpreter:-.} '-p '"$_pid"
|