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

/freebsd-current/sys/dev/sdio/
H A Dsdiob.c105 uint32_t nb_state; member in struct:sdiob_softc
590 sc->nb_state = NB_STATE_READY;
953 sc->nb_state = NB_STATE_SIM_ADDED;
1009 sc->nb_state = NB_STATE_DEAD;
1039 sc->nb_state = NB_STATE_DEAD;
/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h425 # define nb_state nb_list.wk_state macro
H A Dffs_softdep.c2454 newblk->nb_state = ATTACHED;
4115 if ((newblk->nb_state & GOINGAWAY) == 0) {
4117 newblk->nb_state |= ONDEPLIST;
5354 newblk->nb_state |= ONDEPLIST;
7630 newblk->nb_state |= GOINGAWAY;
7640 if (newblk->nb_state & ONDEPLIST) {
7641 newblk->nb_state &= ~ONDEPLIST;
7644 if (newblk->nb_state & ONWORKLIST)
7705 if (newblk->nb_state & ONDEPLIST)
7707 if (newblk->nb_state
[all...]

Completed in 228 milliseconds