Searched refs:sync_state (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_alq.h180 uint32_t *state, uint32_t sync_state)
191 intr.intr_syncstate = htobe32(sync_state);
179 if_ath_alq_post_intr(struct if_ath_alq *alq, uint32_t status, uint32_t *state, uint32_t sync_state) argument
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c163 static int sync_state = NO_SYNC; variable
1140 if (sync_state == SYNC)
1145 sync_state = NO_SYNC;
1687 if (sync_state == SYNC)
1689 sync_state = NO_SYNC;
1752 if (sync_state == SYNC)
1754 sync_state = NO_SYNC;
1775 if (sync_state == NO_SYNC)
1789 sync_state = SYNC;
/freebsd-11-stable/sys/netpfil/pf/
H A Dif_pfsync.c584 st->sync_state = PFSYNC_S_NONE;
1546 KASSERT(st->sync_state == q,
1547 ("%s: st->sync_state == q",
1549 st->sync_state = PFSYNC_S_NONE;
1626 KASSERT(st->sync_state == q,
1627 ("%s: st->sync_state == q",
1635 st->sync_state = PFSYNC_S_NONE;
1728 KASSERT(st->sync_state == PFSYNC_S_NONE,
1729 ("%s: st->sync_state %u", __func__, st->sync_state));
[all...]
H A Dpf.c3644 s->sync_state = PFSYNC_S_NONE;
/freebsd-11-stable/sys/net/
H A Dpfvar.h753 u_int8_t sync_state; /* PFSYNC_S_x */ member in struct:pf_state

Completed in 279 milliseconds