| /freebsd-10-stable/crypto/openssh/regress/ |
| D | forward-control.sh | 24 _pid=$1 26 while kill -0 $_pid 2>/dev/null ; do 27 test $_n -eq 1 && trace "waiting for $_pid to exit"
|
| /freebsd-10-stable/sys/sys/ |
| D | pmclog.h | 271 void pmclog_process_pmcattach(struct pmc *_pm, pid_t _pid, char *_path); 272 void pmclog_process_pmcdetach(struct pmc *_pm, pid_t _pid); 275 void pmclog_process_procexec(struct pmc_owner *_po, pmc_id_t _pmid, pid_t _pid, 279 void pmclog_process_sysexit(struct pmc_owner *_po, pid_t _pid);
|
| D | mac.h | 93 int mac_get_pid(pid_t _pid, mac_t _label);
|
| D | ptrace.h | 197 int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data);
|
| /freebsd-10-stable/lib/libutil/ |
| D | libutil.h | 102 kinfo_getfile(pid_t _pid, int *_cntp); 104 kinfo_getvmmap(pid_t _pid, int *_cntp); 110 kinfo_getproc(pid_t _pid); 135 int uu_lock_txfr(const char *_ttyname, pid_t _pid);
|
| /freebsd-10-stable/sys/compat/svr4/ |
| D | svr4_siginfo.h | 85 svr4_pid_t _pid; member 103 #define svr4_si_pid _info._reason._child._pid
|
| /freebsd-10-stable/lib/libpmc/ |
| 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-10-stable/sys/amd64/linux/ |
| D | linux.h | 274 l_pid_t _pid; member 287 l_pid_t _pid; /* sender's pid */ member 293 l_pid_t _pid; /* which child */ member 311 #define lsi_pid _sifields._kill._pid
|
| /freebsd-10-stable/usr.sbin/adduser/ |
| D | rmuser.sh | 108 for _pid in $proclist ; do 109 kill 2>/dev/null ${SIGKILL} $_pid
|
| /freebsd-10-stable/include/ |
| D | unistd.h | 415 int getsid(pid_t _pid); 417 int getpgid(pid_t _pid); 456 int setpgrp(pid_t _pid, pid_t _pgrp); /* obsoleted by setpgid() */
|
| /freebsd-10-stable/sys/i386/linux/ |
| D | linux.h | 325 l_pid_t _pid; member 338 l_pid_t _pid; /* sender's pid */ member 344 l_pid_t _pid; /* which child */ member 362 #define lsi_pid _sifields._kill._pid
|
| /freebsd-10-stable/lib/libdpv/ |
| D | util.h | 47 int shell_spawn_pipecmd(const char *_cmd, const char *_label, pid_t *_pid);
|
| D | dialog_util.h | 64 int dialog_spawn_gauge(char *_init_prompt, pid_t *_pid);
|
| /freebsd-10-stable/sys/amd64/linux32/ |
| D | linux.h | 348 l_pid_t _pid; member 361 l_pid_t _pid; /* sender's pid */ member 367 l_pid_t _pid; /* which child */ member 385 #define lsi_pid _sifields._kill._pid
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | mi.wait.h | 42 _PROTOTYPE( pid_t waitpid, (pid_t _pid, int *_stat_loc, int _options) );
|
| /freebsd-10-stable/contrib/less/ |
| D | edit.c | 165 kill(pipefd->_pid, SIGINT); in close_pipe()
|
| /freebsd-10-stable/etc/ |
| D | rc.subr | 256 read _pid _junk < $_pidfile 257 if [ -z "$_pid" ]; then 261 _find_processes $_procname ${_interpreter:-.} '-p '"$_pid"
|
| /freebsd-10-stable/usr.sbin/pmcstat/ |
| D | pmcstat_log.c | 252 static struct pmcstat_process *pmcstat_process_lookup(pid_t _pid,
|