Home
last modified time | relevance | path

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

/freebsd-11-stable/bin/ps/
HDprint.c510 printtime(KINFO *k, VARENT *ve __unused, long secs, long psecs) in printtime() argument
520 psecs = 0; in printtime()
523 psecs = (psecs + 5000) / 10000; in printtime()
524 secs += psecs / 100; in printtime()
525 psecs = psecs % 100; in printtime()
528 secs / 60, secs % 60, decimal_point, psecs); in printtime()
535 long secs, psecs; in cputime() local
543 psecs = k->ki_p->ki_runtime % 1000000; in cputime()
546 psecs += k->ki_p->ki_childtime.tv_usec; in cputime()
548 return (printtime(k, ve, secs, psecs)); in cputime()
[all …]
/freebsd-11-stable/usr.sbin/ppp/
HDip.c217 const struct filter *filter, unsigned *psecs) in FilterCheck() argument
456 if (psecs != NULL) in FilterCheck()
457 *psecs = fp->timeout; in FilterCheck()
562 const char *prefix, unsigned *psecs) in PacketCheck() argument
685 logbuf, psecs); in PacketCheck()
752 filter, logbuf, psecs); in PacketCheck()
773 filter, logbuf, psecs); in PacketCheck()
872 if (filter && FilterCheck(packet, family, filter, psecs)) { in PacketCheck()
885 else if (psecs != NULL) { in PacketCheck()
886 if(*psecs == 0) in PacketCheck()
[all …]
/freebsd-11-stable/contrib/binutils/bfd/
HDelf32-spu.c2129 asection **psecs, **p; in discover_functions() local
2155 psecs = bfd_malloc (symcount * sizeof (*psecs)); in discover_functions()
2156 if (psecs == NULL) in discover_functions()
2158 sec_arr[bfd_idx] = psecs; in discover_functions()
2159 for (psy = psyms, p = psecs, sy = syms; sy < syms + symcount; ++p, ++sy) in discover_functions()
2174 sort_syms_psecs = psecs; in discover_functions()
2180 asection *s = psecs[*psy - syms]; in discover_functions()
2184 if (psecs[*psy2 - syms] != s) in discover_functions()
2201 asection *s = psecs[sy - syms]; in discover_functions()
2241 asection **psecs; in discover_functions() local
[all …]
/freebsd-11-stable/contrib/tcsh/
HDsh.print.c47 psecs(unsigned long l) in psecs() function
HDsh.decls.h327 extern void psecs (unsigned long);
HDsh.func.c2274 psecs(limit); in plim()