HomeSort by: relevance | last modified time | path
    Searched refs:pstat (Results 1 - 25 of 52) sorted by relevancy

1 2 3

  /src/external/bsd/ntp/bin/ntptrace/
ntptrace.awk 96 command = "ntpq -n -c '\''pstat " peer "'\'' " host
  /src/usr.sbin/pstat/
Makefile 8 SRCS= pstat.c swaplist.c
9 PROG= pstat
10 MAN= pstat.8
  /src/external/ibm-public/postfix/dist/src/global/
pol_stats.c 208 const POL_STAT *pstat; local
212 pstat = pol_stat_access(pstats, idx);
213 if (pstat->status == POL_STAT_INACTIVE)
217 if (pstat->status == POL_STAT_VIOLATION)
219 vstring_strcat(buf, pstat->init_name);
220 if (pstat->final_name != 0
221 && strcmp(pstat->init_name, pstat->final_name) != 0)
222 vstring_sprintf_append(buf, ":%s", (pstat)->final_name);
223 if (pstat->status == POL_STAT_UNDECIDED
    [all...]
  /src/games/cribbage/
instr.c 61 int pstat; local
93 pid = waitpid(pid, &pstat, 0);
95 if (pid == -1 || WEXITSTATUS(pstat))
  /src/lib/libc/stdlib/
system.c 59 int pstat; local
125 pstat = -1;
129 while (waitpid(pid, &pstat, 0) == -1) {
131 pstat = -1;
140 return (pstat);
  /src/usr.bin/timeout/
timeout.c 189 int error, pstat, status; local
314 pstat = status;
350 while (cpid != pid && wait(&pstat) == -1) {
355 if (WEXITSTATUS(pstat))
356 pstat = WEXITSTATUS(pstat);
357 else if(WIFSIGNALED(pstat))
358 pstat = 128 + WTERMSIG(pstat);
361 pstat = EXIT_TIMEOUT
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_shell.c 157 int nf, pstat; local
163 if (waitpid((pid_t)pid, &pstat, 0) != -1)
176 if (WIFSIGNALED(pstat) && (!okpipe || WTERMSIG(pstat) != SIGPIPE)) {
182 sigmsg(WTERMSIG(pstat)),
183 WCOREDUMP(pstat) ? "; core dumped" : "");
189 if (WIFEXITED(pstat) && WEXITSTATUS(pstat)) {
204 WEXITSTATUS(pstat));
  /src/lib/libutil/
passwd.c 140 int pstat, i; local
166 pid = waitpid(pid, &pstat, 0);
171 if (WIFEXITED(pstat)) {
172 if (WEXITSTATUS(pstat) != 0) {
174 WEXITSTATUS(pstat));
177 } else if (WIFSIGNALED(pstat)) {
178 warnx("pwd_mkdb exited with signal %d", WTERMSIG(pstat));
237 int pstat; local
275 editpid = waitpid(editpid, (int *)&pstat, WUNTRACED);
278 else if (WIFSTOPPED(pstat))
    [all...]
  /src/lib/librmt/
rmtlib.c 107 sig_t pstat; local
116 pstat = signal(SIGPIPE, SIG_IGN);
118 signal(SIGPIPE, pstat);
126 signal(SIGPIPE, pstat);
447 sig_t pstat; local
455 pstat = signal(SIGPIPE, SIG_IGN);
457 signal(SIGPIPE, pstat);
461 signal(SIGPIPE, pstat);
  /src/external/public-domain/xz/dist/src/common/
tuklib_cpucores.c 41 # include <sys/pstat.h>
  /src/lib/libc/gen/
popen.c 270 int pstat; local
298 pid = waitpid(cur->pid, &pstat, 0);
303 return pid == -1 ? -1 : pstat;
  /src/external/bsd/blocklist/port/
popenve.c 241 int pstat; local
273 pid = waitpid(cur->pid, &pstat, 0);
278 return pid == -1 ? -1 : pstat;
  /src/usr.bin/patch/
inp.c 144 int ifd, statfailed, devnull, pstat; local
243 pid = waitpid(pid, &pstat, 0);
244 if (pid == -1 || WEXITSTATUS(pstat) != 0) {
265 pid = waitpid(pid, &pstat, 0);
266 if (pid == -1 || WEXITSTATUS(pstat) != 0 ||
  /src/external/bsd/ntp/dist/ntpsnmpd/
netsnmp_daemonize.c 130 #include <sys/pstat.h>
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_print.c 952 pirstat pstat = PI_RES_NO_SUCH_PRINTER; local
981 pstat = PI_RES_FAIL;
1027 pstat = PI_RES_OK;
1031 return (pstat);
1122 pcrstat pstat = PC_RES_NO_SUCH_JOB; local
1140 pstat = PC_RES_OK;
1142 pstat = PC_RES_NO_SUCH_PRINTER;
1144 pstat = PC_RES_NOT_OWNER;
1148 return (pstat);
  /src/compat/
exec.mk 19 # usr.sbin/pstat/Makefile
  /src/sys/kern/
kern_entropy.c 2556 rndpoolstat_t *pstat = data; local
2561 pstat->poolsize = ENTPOOL_SIZE/sizeof(uint32_t); /* words */
2562 pstat->threshold = MINENTROPYBITS/NBBY; /* bytes */
2563 pstat->maxentropy = ENTROPY_CAPACITY*NBBY; /* bits */
2566 pstat->added = 0; /* XXX total entropy_enter count */
2567 pstat->curentropy = MINENTROPYBITS - E->bitsneeded; /* bits */
2568 pstat->removed = 0; /* XXX total entropy_extract count */
2569 pstat->discarded = 0; /* XXX bits of entropy beyond capacity */
2576 pstat->generated = MINSAMPLES - E->samplesneeded;
2577 pstat->generated -= MIN(pstat->generated, pstat->curentropy)
    [all...]
  /src/usr.sbin/
Makefile 21 paxctl pcictl perfused psrset pstat pwd_mkdb postinstall \
  /src/external/gpl3/binutils/dist/libiberty/
physmem.c 29 # include <sys/pstat.h>
  /src/external/gpl3/binutils.old/dist/libiberty/
physmem.c 29 # include <sys/pstat.h>
  /src/external/gpl3/gcc/dist/libiberty/
physmem.c 29 # include <sys/pstat.h>
  /src/external/gpl3/gcc.old/dist/libiberty/
physmem.c 29 # include <sys/pstat.h>
  /src/external/gpl3/gdb.old/dist/libiberty/
physmem.c 29 # include <sys/pstat.h>
  /src/external/gpl3/gdb/dist/libiberty/
physmem.c 29 # include <sys/pstat.h>
  /src/dist/pf/sbin/pflogd/
pflogd.c 625 struct pcap_stat pstat; local
784 if (pcap_stats(hpcap, &pstat) < 0)
789 pstat.ps_recv, pstat.ps_drop, packets_dropped);

Completed in 54 milliseconds

1 2 3