Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hil/
Dhildevs.h66 void (*sc_fn)(struct hildev_softc *, u_int, uint8_t *); member
70 #define hd_fn sc_hildev.sc_fn
Dhil.c324 if (hdsc->sc_fn != NULL) in hil_process_int()
325 (*hdsc->sc_fn)(hdsc, in hil_process_int()