Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Ddevice.h80 int dv_ref; /* ref count */ member
/openbsd/sys/kern/
H A Dsubr_autoconf.c498 dev->dv_ref = 1; in config_make_softc()
995 atomic_inc_int(&dv->dv_ref); in device_ref()
1010 if (atomic_dec_int_nv(&dv->dv_ref) == 0) { in device_unref()
/openbsd/sys/dev/
H A Drd.c107 sc->sc_dev.dv_ref = 1; in rdattach()