Home
last modified time | relevance | path

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

/freebsd/sys/dev/tws/
H A Dtws.c209 sysctl_ctx_init(&sc->tws_clist); in tws_attach()
210 sc->tws_oidp = SYSCTL_ADD_NODE(&sc->tws_clist, in tws_attach()
217 SYSCTL_ADD_STRING(&sc->tws_clist, SYSCTL_CHILDREN(sc->tws_oidp), in tws_attach()
339 sysctl_ctx_free(&sc->tws_clist); in tws_attach()
426 sysctl_ctx_free(&sc->tws_clist); in tws_detach()
H A Dtws.h222 struct sysctl_ctx_list tws_clist; /* sysctl context */ member