HomeSort by: relevance | last modified time | path
    Searched refs:stos (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/
failover.h 244 u_int32_t stos; member in struct:failover_message
332 TIME stos; member in struct:_dhcp_failover_config
  /src/external/mpl/dhcp/dist/server/
failover.c 1828 saved_stos = state -> me.stos;
1830 /* Keep the old stos if we're going into recover_wait or if we're
1834 state -> me.stos = cur_time;
1844 state -> me.stos = cur_time - state -> mclt;
1855 state -> me.stos = saved_stos;
1949 if (state -> me.stos + state -> mclt > cur_time) {
1953 state -> me.stos + state -> mclt),
1956 tv . tv_sec = (int)(state -> me.stos + state -> mclt);
1988 l->tsfp = state->me.stos + state->mclt;
2081 state -> partner.stos = cur_time
    [all...]
stables.c 96 FM_OFFSET(stos), FTB_STOS },
db.c 785 tval = print_time(state->me.stos);
794 tval = print_time(state->partner.stos);
confpars.c 1204 peer->me.stos = cur_time;
1206 peer->partner.stos = cur_time;
1287 &cp -> state, &cp -> stos);
1320 void parse_failover_state (cfile, state, stos)
1323 TIME *stos;
1408 *stos = stos_in;
mdb.c 1666 (lease->pool->failover_peer->me.stos +
2714 * may be reallocated (stos+mclt). We can do that with
  /src/lib/libnvmm/
libnvmm_x86.c 1049 bool stos:1; member in struct:x86_opcode
1483 * STOS
1488 .stos = true,
1496 .stos = true,
1920 * Special node, for STOS and LODS. Fake a displacement of zero on the
1933 if (opcode->stos) {
1945 if (opcode->stos) {
2515 } else if (opcode->stos || opcode->lods) {

Completed in 29 milliseconds