Home
last modified time | relevance | path

Searched refs:FWDV_STATE_STARTING (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwdv.h135 #define FWDV_STATE_STARTING 2 /* iso_start in progress */ macro
H A Dfwdv.c681 while (sc->state == FWDV_STATE_STARTING) { in fwdv_cdev_open()
700 sc->state = FWDV_STATE_STARTING; in fwdv_cdev_open()
706 if (sc->state == FWDV_STATE_STARTING) { in fwdv_cdev_open()