Searched refs:nsec (Results 1 - 25 of 109) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dnsec_47.c234 dns_rdata_nsec_t *nsec = source; local
241 REQUIRE(nsec->common.rdtype == type);
242 REQUIRE(nsec->common.rdclass == rdclass);
243 REQUIRE(nsec->typebits != NULL || nsec->len == 0);
248 dns_name_toregion(&nsec->next, &region);
253 for (i = 0; i < nsec->len ; i += len) {
254 INSIST(i + 2 <= nsec->len);
255 window = nsec->typebits[i];
256 len = nsec
272 dns_rdata_nsec_t *nsec = target; local
306 dns_rdata_nsec_t *nsec = source; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dtime.h53 hrtime_t nsec; local
60 nsec = (hrtime_t)ts.tv_sec * NANOSEC + ts.tv_nsec;
61 return (nsec);
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/ahdilabel/
H A Dmagic.c42 u_int nsec; local
45 nsec = (BBMINSIZE + (DEV_BSIZE - 1)) / DEV_BSIZE;
46 bblk = disk_read(fd, offset, nsec);
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbiosdisk_ll.c213 int cyl, head, sec, nsec, spc, dblk32; local
220 nsec = d->sec - sec;
222 if (nsec > num)
223 nsec = num;
225 if (biosdisk_read(d->dev, cyl, head, sec, nsec, buf)) {
230 return nsec;
245 int nsec; local
266 while ((nsec = do_read(d, dblk, maxsecs, trbuf)) < 0) {
280 ra_end = dblk + nsec;
285 nsec
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/test/
H A Dbiosdisk_user.c89 biosread(int dev, int cyl, int head, int sec, int nsec, char *buf) argument
103 if (read(fd, buf, nsec * 512) != nsec * 512) {
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dbsdlabel.c48 u_int nsec; local
51 nsec = (BBMINSIZE + (dd->bsize - 1)) / dd->bsize;
52 bblk = disk_read(dd, offset, nsec);
/netbsd-6-1-5-RELEASE/sys/arch/arm/omap/
H A Domap_emifs.c227 emifs_cvt_nsec(const timing_parm_info *tp, u_int source_freq, int nsec) argument
235 desired_freq = ns_per_sec / nsec;
252 tp->name, nsec);
297 int nsec; local
301 nsec = cf->cf_loc[tp->cf_ndx];
304 if (nsec < 0 || nsec > OMAP_TC_CLOCK_FREQ)
305 panic("Invalid %s period of %d nsec.", tp->name, nsec);
312 if (nsec
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/verify/
H A Dtests.sh68 *.out-of-zone-nsec|*.below-bottom-of-zone-nsec)
71 *.nsec.broken-chain)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dnsec.h1 /* $NetBSD: nsec.h,v 1.5 2012/12/04 23:38:43 spz Exp $ */
20 /* Id: nsec.h,v 1.14 2011/06/10 23:47:32 tbox Exp */
25 /*! \file dns/nsec.h */
61 dns_nsec_typepresent(dns_rdata_t *nsec, dns_rdatatype_t type);
66 *\li 'nsec' points to a valid rdataset of type NSEC
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/sys/fm/
H A Dutil.h72 uint64_t nsec; /* nanoseconds past ed_tod_base.sec */ member in struct:erpt_dump::__anon2690
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/cpio/test/
H A Dtest.h160 #define assertFileAtime(pathname, sec, nsec) \
161 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
164 #define assertFileBirthtime(pathname, sec, nsec) \
165 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
177 #define assertFileMtime(pathname, sec, nsec) \
178 assertion_file_mtime(__FILE__, __LINE__, pathname, sec, nsec)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/test/
H A Dtest.h164 #define assertFileAtime(pathname, sec, nsec) \
165 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
168 #define assertFileBirthtime(pathname, sec, nsec) \
169 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
181 #define assertFileMtime(pathname, sec, nsec) \
182 assertion_file_mtime(__FILE__, __LINE__, pathname, sec, nsec)
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/tar/test/
H A Dtest.h160 #define assertFileAtime(pathname, sec, nsec) \
161 assertion_file_atime(__FILE__, __LINE__, pathname, sec, nsec)
164 #define assertFileBirthtime(pathname, sec, nsec) \
165 assertion_file_birthtime(__FILE__, __LINE__, pathname, sec, nsec)
177 #define assertFileMtime(pathname, sec, nsec) \
178 assertion_file_mtime(__FILE__, __LINE__, pathname, sec, nsec)
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Demul.c144 uint64_t sec, nsec; local
150 nsec = (timeo % hz) * (1000000000 / hz);
151 rv = rumpuser_nanosleep(&sec, &nsec, &error);
223 uint64_t sec, nsec; local
227 nsec = (us % 1000000) * 1000;
232 rumpuser_nanosleep(&sec, &nsec, &error);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/verify/zones/
H A Dgenzones.sh38 # A set of nsec zones.
39 setup zsk-only.nsec good
43 setup ksk-only.nsec good
47 setup ksk+zsk.nsec good
87 setup zsk-only.nsec.expired bad
91 setup ksk-only.nsec.expired bad
95 setup ksk+zsk.nsec.expired bad
114 setup ksk+zsk.nsec.ksk-expired bad
134 # broken nsec chain
135 setup ksk+zsk.nsec
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dnsec.c1 /* $NetBSD: nsec.c,v 1.5 2012/12/04 23:38:42 spz Exp $ */
30 #include <dns/nsec.h>
212 dns_nsec_typepresent(dns_rdata_t *nsec, dns_rdatatype_t type) { argument
218 REQUIRE(nsec != NULL);
219 REQUIRE(nsec->type == dns_rdatatype_nsec);
222 result = dns_rdata_tostruct(nsec, &nsecstruct, NULL);
/netbsd-6-1-5-RELEASE/lib/librumpuser/
H A Drumpuser_pth_dummy.c246 int64_t sec, int64_t nsec)
253 ts.tv_nsec = nsec;
245 rumpuser_cv_timedwait(struct rumpuser_cv *cv, struct rumpuser_mtx *mtx, int64_t sec, int64_t nsec) argument
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/
H A Dclean.sh34 rm -f ns3/nsec.example.db
38 rm -f ns3/nsec3-to-nsec.example.db
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_fg.c304 pp->nsec = (BP1(9)*10 + BP2(9)) * 1000000;
305 pp->nsec += BP1(10) * 1000;
310 pp->nsec = (BP1(8)*10 + BP2(8)) * 1000000;
311 pp->nsec += BP1(9) * 1000;
H A Drefclock_hopfpci.c210 pp->nsec = m_time.wMilliseconds * 1000000;
219 pp->nsec / 1000000, m_time.wDay, m_time.wMonth,
H A Drefclock_pcf.c203 pp->nsec = buf[16] * 31250000;
205 pp->nsec += 500000000;
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_subr.c137 smb_time_NT2local(int64_t nsec, int tzoff, struct timespec *tsp) argument
139 smb_time_server2local(nsec / 10000000 - DIFF1970TO1601, 0, tsp);
143 smb_time_local2NT(struct timespec *tsp, int tzoff, int64_t *nsec) argument
148 *nsec = ((int64_t)seconds + DIFF1970TO1601) * (int64_t)10000000;
/netbsd-6-1-5-RELEASE/sbin/fsdb/
H A Dfsdb.c1253 int32_t nsec; local
1257 nsec = strtoul(++p, &val, 0);
1258 if (val == p || *val != '\0' || nsec >= 1000000000 || nsec < 0) {
1263 nsec = 0;
1266 warnx("date format: YYYYMMDDHHMMSS[.nsec]");
1297 *rnsec = iswap32(nsec);
1303 int32_t rsec, nsec; local
1305 if (dotime(argv[1], &rsec, &nsec))
1308 DIP_SET(curinode, mtimensec, nsec);
1316 int32_t rsec, nsec; local
1329 int32_t rsec, nsec; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/autosign/ns2/
H A Dkeygen.sh27 for subdomain in secure nsec3 autonsec3 optout rsasha256 rsasha512 nsec3-to-nsec oldsigs
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dadjtime.c325 count = 1e9 * ADJUST_PERIOD / period.nsec;
337 increment_limit = CORR_SLEW_LIMIT * period.nsec;

Completed in 184 milliseconds

12345