Searched refs:logoff (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h337 void eapol_sm_notify_logoff(struct eapol_sm *sm, bool logoff);
428 static inline void eapol_sm_notify_logoff(struct eapol_sm *sm, bool logoff) argument
H A Deapol_supp_sm.c1656 * eapol_sm_notify_logoff - Notification of logon/logoff commands
1658 * @logoff: Whether command was logoff
1660 * Notify EAPOL state machines that user requested logon/logoff.
1662 void eapol_sm_notify_logoff(struct eapol_sm *sm, bool logoff) argument
1665 sm->userLogoff = logoff;
1666 if (!logoff) {
/freebsd-current/usr.sbin/bhyve/
H A Dpci_nvme.c1386 uint64_t logoff; local
1399 logoff = ((uint64_t)(command->cdw13) << 32) | command->cdw12;
1405 if (logoff >= sizeof(sc->err_log)) {
1412 command->prp2, (uint8_t *)&sc->err_log + logoff,
1413 MIN(logsize - logoff, sizeof(sc->err_log)),
1417 if (logoff >= sizeof(sc->health_log)) {
1435 command->prp2, (uint8_t *)&sc->health_log + logoff,
1436 MIN(logsize - logoff, sizeof(sc->health_log)),
1440 if (logoff >= sizeof(sc->fw_log)) {
1447 command->prp2, (uint8_t *)&sc->fw_log + logoff,
[all...]

Completed in 118 milliseconds