Home
last modified time | relevance | path

Searched refs:xlr_sec_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/mips/rmi/dev/sec/
Drmisec.c90 sizeof(struct xlr_sec_softc)
111 struct xlr_sec_softc *sc = device_get_softc(dev); in xlr_sec_attach()
161 struct xlr_sec_softc *sc = device_get_softc(dev); in xlr_sec_detach()
187 struct xlr_sec_softc *sc = device_get_softc(dev); in xlr_sec_newsession()
287 struct xlr_sec_softc *sc = device_get_softc(dev); in xlr_sec_freesession()
349 struct xlr_sec_softc *sc = device_get_softc(dev); in xlr_sec_process()
Drmilib.h636 struct xlr_sec_softc { struct
992 xlr_sec_init(struct xlr_sec_softc *sc);
Drmilib.c104 xlr_sec_init(struct xlr_sec_softc *sc) in xlr_sec_init()