Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/fdt/
Dqcmtx.c45 struct hwlock_device sc_hd; member
90 sc->sc_hd.hd_node = faa->fa_node; in qcmtx_attach()
91 sc->sc_hd.hd_cookie = sc; in qcmtx_attach()
92 sc->sc_hd.hd_lock = qcmtx_lock; in qcmtx_attach()
93 hwlock_register(&sc->sc_hd); in qcmtx_attach()