sc_spfree         243 dev/pci/safe.c 	sc->sc_spfree = sc->sc_spring;
sc_spfree         663 dev/pci/safe.c 			((caddr_t) sc->sc_spfree - (caddr_t) sc->sc_spring);
sc_spfree         666 dev/pci/safe.c 			pd = sc->sc_spfree;
sc_spfree         667 dev/pci/safe.c 			if (++(sc->sc_spfree) == sc->sc_springtop)
sc_spfree         668 dev/pci/safe.c 				sc->sc_spfree = sc->sc_spring;
sc_spfree         170 dev/pci/safevar.h 	struct safe_pdesc	*sc_spfree;	/* next free src particle */