Home
last modified time | relevance | path

Searched refs:psecs (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dip.c428 if (psecs != NULL) in FilterCheck()
429 *psecs = fp->timeout; in FilterCheck()
534 const char *prefix, unsigned *psecs) in PacketCheck() argument
657 logbuf, psecs); in PacketCheck()
724 filter, logbuf, psecs); in PacketCheck()
745 filter, logbuf, psecs); in PacketCheck()
857 else if (psecs != NULL) { in PacketCheck()
858 if(*psecs == 0) in PacketCheck()
859 *psecs = alivesecs; in PacketCheck()
860 if (*psecs) { in PacketCheck()
[all …]
/dragonfly/bin/ps/
H A Dprint.c499 long psecs; /* "parts" of a second. first micro, then centi */ in cputime() local
515 psecs = timeus % 1000000; in cputime()
519 psecs += KI_PROC(k, cru).ru_utime.tv_usec + in cputime()
525 psecs = (psecs + 5000) / 10000; in cputime()
526 secs += psecs / 100; in cputime()
527 psecs = psecs % 100; in cputime()
540 decimal_point, psecs); in cputime()
/dragonfly/contrib/tcsh-6/
H A Dsh.print.c47 psecs(unsigned long l) in psecs() function
H A Dsh.decls.h328 extern void psecs (unsigned long);
H A Dsh.func.c2223 psecs(limit); in plim()