| /src/external/cddl/dtracetoolkit/dist/Bin/ |
| pidpersec.d | 3 * pidpersec.d - print new PIDs per sec. 45 pids = 0; 50 pids++; 55 printf("%-22Y %6d\n", walltimestamp, pids); 56 pids = 0;
|
| /src/external/cddl/dtracetoolkit/dist/Proc/ |
| pidpersec.d | 3 * pidpersec.d - print new PIDs per sec. 45 pids = 0; 50 pids++; 55 printf("%-22Y %6d\n", walltimestamp, pids); 56 pids = 0;
|
| /src/etc/rc.d/ |
| ppp | 49 pids="$(check_process pppd)" 50 if [ -n "$pids" ]; then 51 for pid in $pids; do 59 pids="$(check_process pppd)" 60 if [ -n "$pids" ]; then 61 for pid in $pids; do
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| multi-forks.c | 25 pid_t pids[4]; variable 35 pids [i] = fork ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| multi-forks.c | 25 pid_t pids[4]; variable 35 pids [i] = fork ();
|
| /src/external/bsd/cron/dist/ |
| popen.c | 61 static PID_T *pids; variable 74 if (!pids) { 79 len = (size_t)fds * sizeof(*pids); 80 if ((pids = malloc(len)) == NULL) 82 (void)memset(pids, 0, len); 161 pids[fileno(iop)] = pid; 177 if (pids == 0 || pids[fdes = fileno(iop)] == 0) 181 if (kill(pids[fdes], sig) == -1) 191 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR [all...] |
| /src/libexec/ftpd/ |
| popen.c | 102 static int *pids; variable 121 if (!pids) { 124 if ((pids = (int *)malloc((unsigned int)(fds * sizeof(int)))) == NULL) 126 memset(pids, 0, fds * sizeof(int)); 209 pids[fileno(iop)] = pid; 228 if (pids == 0 || pids[fdes = fileno(iop)] == 0) 236 while ((pid = waitpid(pids[fdes], &status, 0)) < 0 && errno == EINTR) 239 pids[fdes] = 0;
|
| conf.c | 879 * /var/run/ftpd.pids-<class> 892 pid_t *pids, mypid; local 898 pids = NULL; 912 if ((pids = calloc(sb.st_size + sizeof(pid_t), 1)) == NULL) 915 scount = read(fd, pids, sb.st_size); 922 if (pids[i] == 0) 924 if (kill(pids[i], 0) == -1 && errno != EPERM) { 926 pids[i] = mypid; 936 if (pids[last] != 0) 938 pids[last] = mypid [all...] |
| /src/tests/usr.bin/fstat/ |
| t_fstat.sh | 43 pids=$(ps -A | awk '{print $1}') 45 for pid in $pids; do
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mplay.c | 83 pidpair pids[MAXPIDS]; variable 483 pids[npids].tpid = tpid; 497 pids[npids].rpid = pid; 498 pids[npids].fdout = fdout[1]; 499 pids[npids].fdin = fdin[0]; 500 lastpid = pids+npids; 511 if (pids[i].tpid == tpid) 515 lastpid = &pids[i]; 541 if (pids[i].rpid == pid) 544 close(pids[i].fdout) [all...] |
| mdb.c | 10312 MDB_PID_T *pids, pid; local 10316 pids = malloc((rdrs+1) * sizeof(MDB_PID_T)); 10317 if (!pids) 10319 pids[0] = 0; 10324 if (mdb_pid_insert(pids, pid) == 0) { 10352 free(pids);
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| connect.c | 1011 kill_kids(pid_t *pids, int max_kids, int sig) 1016 if (pids[i] > 0) 1017 kill(sig, pids[i]); 1024 pid_t *pids, int max_kids, int options) 1037 if (pids[i] == pid) 1065 pids[i] = (pid_t)0; 1072 pid_t *pids, int max_kids) 1077 if (reap_kid(context, config, pids, max_kids, WNOHANG) == 0) 1106 pid_t *pids; local 1127 pids = calloc(max_kdcs, sizeof(*pids)) [all...] |
| /src/external/gpl2/groff/dist/src/roff/groff/ |
| pipeline.c | 222 PID_T pids[MAX_COMMANDS]; local 314 pids[i] = pid; 334 pid = pids[i]; 453 PID_T pids[MAX_COMMANDS]; local 504 pids[i] = pid; 513 if (pids[i] == pid) { 514 pids[i] = -1; 532 if (pids[j] > 0) 533 (void)kill(pids[j], SIGPIPE);
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| run-tests.sh | 211 pids=() 224 pids+=( $! ) 225 if [[ ${#pids[@]} -gt ${jobs} ]] ; then 226 wait ${pids[0]} 227 pids=( ${pids[@]:1} )
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| run-tests.sh | 211 pids=() 224 pids+=( $! ) 225 if [[ ${#pids[@]} -gt ${jobs} ]] ; then 226 wait ${pids[0]} 227 pids=( ${pids[@]:1} )
|
| /src/external/apache2/llvm/dist/llvm/utils/Misc/ |
| zkill | 224 pids = set() 227 pids.add(int(arg)) 234 if pids: 236 if p.pid in pids]
|
| /src/bin/pax/ |
| options.c | 88 static int nopids; /* tar mode: suppress "pids" for -p option */ 395 pids = 1; 419 pids = 1; 977 pids = 0; 987 pids = 1; 1523 pids = 1;
|
| file_subs.c | 241 if (pids) 588 if (pids) 774 if (pids)
|
| extern.h | 253 extern int pids;
|
| pax.c | 103 int pids; /* preserve file uid/gid */ variable
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-thread-db.c | 1894 /* Sort ARRAY by filenames and PIDs. */ 1899 length of PIDs list for the unique filenames (columns). */ 1937 uiout->table_header (pids_len, ui_left, "PIDs", "Pids"); 1949 std::string pids; 1953 if (!pids.empty ()) 1954 pids += ", "; 1955 string_appendf (pids, "%u", array[i]->pid); 1959 uiout->field_string ("pids", pids); 1948 std::string pids; local [all...] |
| gnu-nat.c | 1900 const_pidarray_t pids, mach_msg_type_number_t pidsCnt)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-thread-db.c | 1891 /* Sort ARRAY by filenames and PIDs. */ 1896 length of PIDs list for the unique filenames (columns). */ 1934 uiout->table_header (pids_len, ui_left, "PIDs", "Pids"); 1946 std::string pids; 1950 if (!pids.empty ()) 1951 pids += ", "; 1952 string_appendf (pids, "%u", array[i]->pid); 1956 uiout->field_string ("pids", pids); 1945 std::string pids; local [all...] |
| /src/tests/net/if_ipsec/ |
| t_ipsec_natt.sh | 133 PIDSFILE=./terminator.pids
|
| /src/tests/net/ipsec/ |
| t_ipsec_natt.sh | 166 PIDSFILE=./terminator.pids
|