Home
last modified time | relevance | path

Searched refs:reset_flags (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/usr.sbin/ntp/ntpdc/
H A Dnl.c639 (int) sizeof(struct reset_flags));
641 (int) offsetof(struct reset_flags, flags));
/freebsd-13.1/contrib/ntp/ntpdc/
H A Dlayout.std324 sizeof(struct reset_flags) = 4
H A Dntpdc_ops.c2102 struct reset_flags rflags; in reset()
2134 sizeof(struct reset_flags), (char *)&rflags, &items, in reset()
2135 &itemsize, &dummy, 0, sizeof(struct reset_flags)); in reset()
/freebsd-13.1/contrib/ntp/include/
H A Dntp_request.h739 struct reset_flags { struct
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas.c1646 if (mrsas_test_bit(MRSAS_FUSION_IN_RESET, &sc->reset_flags)) { in mrsas_isr()
3252 mrsas_set_bit(MRSAS_FUSION_IN_RESET, &sc->reset_flags); in mrsas_reset_ctrl()
3427 mrsas_clear_bit(MRSAS_FUSION_IN_RESET, &sc->reset_flags); in mrsas_reset_ctrl()
3458 mrsas_clear_bit(MRSAS_FUSION_IN_RESET, &sc->reset_flags); in mrsas_reset_ctrl()
3463 mrsas_clear_bit(MRSAS_FUSION_IN_RESET, &sc->reset_flags); in mrsas_reset_ctrl()
H A Dmrsas.h3599 u_int64_t reset_flags; member
/freebsd-13.1/contrib/ntp/ntpd/
H A Dntp_request.c152 { REQ_RESET_STATS, AUTH, sizeof(struct reset_flags), 0, reset_stats },
1923 struct reset_flags *rflags; in reset_stats()
1933 rflags = (struct reset_flags *)&inpkt->u; in reset_stats()