Searched refs:nsec (Results 76 - 100 of 119) sorted by relevance

12345

/freebsd-11-stable/contrib/binutils/bfd/
H A Dsimple.c89 asection *nsec ATTRIBUTE_UNUSED,
/freebsd-11-stable/contrib/ldns/
H A Ddnssec_sign.c846 /* by default, our nsec based generator adds rrsigs
892 nsec_rr = ((ldns_dnssec_name *) hashmap_node->data)->nsec;
1162 /* sign the nsec */
1172 ldns_rr_list_push_rr(rr_list, cur_name->nsec);
1231 if (zone->names && !((ldns_dnssec_name *)zone->names->root->data)->nsec) {
1298 nsec3 = ((ldns_dnssec_name *)zone->names->root->data)->nsec;
/freebsd-11-stable/contrib/gdb/include/
H A Dbfdlink.h417 bfd *nbfd, asection *nsec, bfd_vma nval);
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h485 bfd *nbfd, asection *nsec, bfd_vma nval);
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_rtc.c170 ct.nsec = 0;
/freebsd-11-stable/sys/arm/at91/
H A Dat91_rtc.c282 ct.nsec = 0;
/freebsd-11-stable/lib/libc/include/isc/
H A Deventlib.h166 struct timespec evConsTime __P((time_t sec, long nsec));
/freebsd-11-stable/sys/pc98/cbus/
H A Dpcrtc.c205 ct.nsec = 0;
/freebsd-11-stable/sys/powerpc/mpc85xx/
H A Dds1553_core.c102 ct.nsec = 0;
/freebsd-11-stable/sys/sys/
H A Dtimepps.h174 void hardpps(struct timespec *tsp, long nsec);
/freebsd-11-stable/sys/dev/mc146818/
H A Dmc146818.c132 ct.nsec = 0;
/freebsd-11-stable/sys/arm/allwinner/
H A Daw_rtc.c236 ct.nsec = 0;
/freebsd-11-stable/sys/dev/iicbus/
H A Disl12xx.c266 bct.nsec = 0;
H A Ds35390a.c311 bct.nsec = 0;
H A Drtc8583.c234 bct.nsec = bcd2bin(tregs.msec) * 10 * 1000 * 1000;
H A Dds13rtc.c382 bct.nsec = 0;
H A Dds1307.c353 bct.nsec = 0;
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h154 int nsec; /* number of sections contained */ member in struct:segment
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c1418 const char *pathname, long t, long nsec, char type, int recent)
1458 nsec = (nsec / 100) * 100; /* Round the request */
1492 nsec = (nsec / 1000) * 1000;
1494 filet_nsec = nsec = 0; /* Generic POSIX only has whole seconds. */
1511 } else if (filet != t || filet_nsec != nsec) {
1514 pathname, type, filet, filet_nsec, t, nsec);
1524 const char *pathname, long t, long nsec)
1526 return assertion_file_time(file, line, pathname, t, nsec, '
1417 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
1523 assertion_file_atime(const char *file, int line, const char *pathname, long t, long nsec) argument
1538 assertion_file_birthtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1583 assertion_file_mtime(const char *file, int line, const char *pathname, long t, long nsec) argument
[all...]
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c778 long nsec; local
835 nsec = proc_uptime.tv_nsec - previous_proc_uptime.tv_nsec;
836 if (nsec < 0) {
838 nsec += 1000000000;
840 previous_interval += nsec / 1000;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c624 pp->nsec = (long) seconds;
644 DTOLFP(pp->nsec / 1e9, &ltemp);
H A Drefclock_neoclock4x.c57 * NTP version 4.20 change the pp->msec field to pp->nsec.
562 pp->nsec = dsec * 10 * NSEC_TO_MILLI; /* convert 1/100s from neoclock to nanoseconds */
626 pp->nsec/NSEC_TO_MILLI
640 up->utc_msec = pp->nsec/NSEC_TO_MILLI;
1110 * - fix nsec calculation, closes #499
/freebsd-11-stable/sys/dev/mk48txx/
H A Dmk48txx.c176 ct.nsec = 0;
/freebsd-11-stable/stand/libsa/
H A Ddosfs.c587 u_int nsec, lsec, xdn, chk, sec, ent, x; local
598 nsec = !clus ? entsec(fs->dirents) : fs->spc;
608 for (sec = 0; sec < nsec; sec++) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c1730 long nsec; local
1781 nsec = tm->tm_sec + rem / NS_UNIT;
1790 rar->mnsec = nsec;
1795 rar->cnsec = nsec;
1800 rar->ansec = nsec;
1805 rar->arcnsec = nsec;

Completed in 163 milliseconds

12345