Searched refs:cur_time (Results 26 - 44 of 44) sorted by relevance

12

/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c1273 result = add_lease6(pool, *addr, cur_time + 120);
1380 cur_time + 120);
1388 cur_time + 120);
1507 result = add_lease6(pool, *pref, cur_time + 120);
1685 cur_time + 120) == ISC_R_SUCCESS)) {
2377 reply->ia->cltt = cur_time;
3159 reply->ia->cltt = cur_time;
3436 if (add_lease6(pool, reply->lease, cur_time + 120) != ISC_R_SUCCESS)
3501 cur_time + 120);
3817 * (cur_time
[all...]
H A Dmdb.c1443 comp -> sort_time > cur_time &&
1500 (comp->sort_time < cur_time) &&
1629 /* Send the release time (should be == cur_time) to the
1799 lease -> ends = cur_time;
1804 lease->tstp = cur_time;
1853 lt->ends = cur_time + abandon_lease_time;
1854 if (lt->ends < cur_time || lt->ends > MAX_TIME) {
1905 lt -> ends = cur_time; /* XXX */
1990 if (lease->sort_time > cur_time) {
2042 (pool->next_event_time <= cur_time))) {
[all...]
H A Dddns.c404 if (lease->ends <= cur_time) {
407 ddns_ttl = (lease->ends - cur_time)/2;
H A Dmdb6.c2030 if (cur_time < timeout) {
2098 if (expire_lease6(&lease, pool, cur_time) != ISC_R_SUCCESS) {
H A Dconfpars.c1204 peer->me.stos = cur_time;
1206 peer->partner.stos = cur_time;
1392 stos_in = cur_time;
3658 if (lease->ends > cur_time ||
H A Domapi.c1243 (unsigned long)cur_time, (unsigned long)host);
/netbsd-current/sys/dev/microcode/siop/
H A Dncr53cxxx.c414 time_t cur_time; local
419 time(&cur_time);
420 fprintf(outfp, " *\tcreated from %s on %s", sourcefile, ctime(&cur_time));
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dtree.c409 cur_time, dns -> timeout, cur_time - dns -> timeout);
413 if (cur_time <= dns -> timeout) {
452 dns -> timeout = cur_time + 60;
494 dns -> timeout = cur_time + 3600;
2372 if (lease->ends < cur_time) {
2375 (long)(lease->ends), (long)cur_time);
2378 *result = lease->ends - cur_time;
2382 (long unsigned)cur_time, *result);
H A Dcomapi.c282 (unsigned long)cur_time,
H A Ddns.c690 else if ((*zone)->timeout && (*zone)->timeout < cur_time) {
1416 zone->timeout = cur_time + ns_cb->ttl;
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf64-ia64-vms.c1158 unsigned char cur_time[8]; local
1172 bfd_putl32 (time_lo, cur_time + 0);
1173 bfd_putl32 (time_hi, cur_time + 4);
1193 notes[3].descdata = (char *)cur_time;
1194 notes[3].descsz = sizeof (cur_time);
1208 memcpy (orig_dyn->manipulation_date, cur_time, sizeof (cur_time));
1218 notes[6].descdata = (char *)cur_time;
1219 notes[6].descsz = sizeof (cur_time);
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-ia64-vms.c1158 unsigned char cur_time[8]; local
1172 bfd_putl32 (time_lo, cur_time + 0);
1173 bfd_putl32 (time_hi, cur_time + 4);
1193 notes[3].descdata = (char *)cur_time;
1194 notes[3].descsz = sizeof (cur_time);
1208 memcpy (orig_dyn->manipulation_date, cur_time, sizeof (cur_time));
1218 notes[6].descdata = (char *)cur_time;
1219 notes[6].descsz = sizeof (cur_time);
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-ia64-vms.c1158 unsigned char cur_time[8]; local
1172 bfd_putl32 (time_lo, cur_time + 0);
1173 bfd_putl32 (time_hi, cur_time + 4);
1193 notes[3].descdata = (char *)cur_time;
1194 notes[3].descsz = sizeof (cur_time);
1208 memcpy (orig_dyn->manipulation_date, cur_time, sizeof (cur_time));
1218 notes[6].descdata = (char *)cur_time;
1219 notes[6].descsz = sizeof (cur_time);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf64-ia64-vms.c1159 unsigned char cur_time[8]; local
1173 bfd_putl32 (time_lo, cur_time + 0);
1174 bfd_putl32 (time_hi, cur_time + 4);
1194 notes[3].descdata = (char *)cur_time;
1195 notes[3].descsz = sizeof (cur_time);
1209 memcpy (orig_dyn->manipulation_date, cur_time, sizeof (cur_time));
1219 notes[6].descdata = (char *)cur_time;
1220 notes[6].descsz = sizeof (cur_time);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipc.cc205 hrtime_t cur_time = gethrtime (); local
206 unsigned long long time_stamp = (cur_time - begin_time) / 1000000 + delta_time;
233 hrtime_t cur_time = gethrtime (); local
234 unsigned long long time_stamp = (cur_time - begin_time) / 1000000 + delta_time;
252 hrtime_t cur_time = gethrtime (); local
253 unsigned long long time_stamp = (cur_time - begin_time) / 1000000 + delta_time;
394 hrtime_t cur_time = gethrtime (); local
395 long long time_stamp = (cur_time - begin_time) / 1000000;
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dipc.cc204 hrtime_t cur_time = gethrtime (); local
205 unsigned long long time_stamp = (cur_time - begin_time) / 1000000 + delta_time;
232 hrtime_t cur_time = gethrtime (); local
233 unsigned long long time_stamp = (cur_time - begin_time) / 1000000 + delta_time;
251 hrtime_t cur_time = gethrtime (); local
252 unsigned long long time_stamp = (cur_time - begin_time) / 1000000 + delta_time;
393 hrtime_t cur_time = gethrtime (); local
394 long long time_stamp = (cur_time - begin_time) / 1000000;
/netbsd-current/usr.sbin/sysinst/
H A Dutil.c1687 char cur_time[STRSIZE], *p; local
1691 strlcpy(cur_time, safectime(&t), sizeof cur_time);
1692 p = strchr(cur_time, '\n');
1698 tz_default, tz_selected, cur_time, tm ? tm->tm_zone : "?");
/netbsd-current/external/mpl/dhcp/dist/client/
H A Dclparse.c1191 if (client -> active -> expiry < cur_time)
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h2120 #define cur_time cur_tv.tv_sec macro

Completed in 440 milliseconds

12