Searched refs:sc_free (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/adb/
H A Dadb_bus.c59 int sc_free; /* highest free address */ member in struct:nadb_softc
102 sc->sc_free = 15;
130 cmd[0] = sc->sc_free | 0x60;
135 nadb_send_sync(sc, ADBTALK(sc->sc_free, 3), 0, NULL);
138 DPRINTF("moved it to %d\n", sc->sc_free);
139 nadb_register(sc, sc->sc_free, i, sc->sc_data[3]);
140 last_moved_up = sc->sc_free;
141 sc->sc_free--;
157 sc->sc_free = last_moved_up;
/netbsd-6-1-5-RELEASE/sys/arch/pmax/tc/
H A Ddtvar.h77 SLIST_HEAD(, dt_msg) sc_free; member in struct:dt_softc
H A Ddt.c231 SLIST_INIT(&sc->sc_free);
233 SLIST_INSERT_HEAD(&sc->sc_free, msg, chain.slist);
303 if ((msg = SLIST_FIRST(&sc->sc_free)) == NULL) {
307 SLIST_REMOVE_HEAD(&sc->sc_free, chain.slist);
332 SLIST_INSERT_HEAD(&sc->sc_free, msg, chain.slist);
/netbsd-6-1-5-RELEASE/sys/arch/arm/gemini/
H A Dif_gpn.c108 size_t sc_free; member in struct:gpn_softc
241 sc->sc_free--;
348 sc->sc_free += count;
366 if (sc->sc_free == 0) {
384 sc->sc_free--;
402 if (sc->sc_free < count
433 sc->sc_free--;
478 sc->sc_free--;
576 KASSERT(sc->sc_free > 0);
577 sc->sc_free
[all...]

Completed in 168 milliseconds