Home
last modified time | relevance | path

Searched refs:_pid (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/netlink/
H A Dnetlink_debug.h49 #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 Dlinux_siginfo.h168 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 Ddeadline_killer.cpp44 signals::timer(delta), _pid(pid) in deadline_killer()
53 process::terminate_group(_pid); in callback()
H A Dchild.cpp65 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 Ddeadline_killer.hpp46 const int _pid; member in utils::process::deadline_killer
/freebsd/lib/libutil/
H A Dlibutil.h105 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 Dpmclog.h313 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 Dmac.h107 int mac_get_pid(pid_t _pid, mac_t _label);
H A Dptrace.h268 int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);
/freebsd/lib/libpmc/
H A Dpmc.h76 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 Dforward-control.sh12 _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 Drmuser.sh109 for _pid in $proclist ; do
110 kill 2>/dev/null ${SIGKILL} $_pid
/freebsd/lib/libdpv/
H A Dutil.h45 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
H A Ddialog_util.h62 int dialog_spawn_gauge(char *_init_prompt, pid_t *_pid);
/freebsd/contrib/tcsh/
H A Dmi.wait.h42 _PROTOTYPE( pid_t waitpid, (pid_t _pid, int *_stat_loc, int _options) );
/freebsd/include/
H A Dunistd.h418 int getsid(pid_t _pid);
420 int getpgid(pid_t _pid);
/freebsd/lib/libpmcstat/
H A Dlibpmcstat.h360 struct pmcstat_process *pmcstat_process_lookup(pid_t _pid, int _allocate);
/freebsd/contrib/less/
H A Dedit.c278 kill(pipefd->_pid, SIGINT); in close_pipe()
/freebsd/libexec/rc/
H A Drc.subr428 read _pid _junk < $_pidfile
429 if [ -z "$_pid" ]; then
433 _find_processes $_procname ${_interpreter:-.} '-p '"$_pid"