Home
last modified time | relevance | path

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

/freebsd/sys/dev/qcom_tlmm/
H A Dqcom_tlmm.c71 void (*attach_func)(struct qcom_tlmm_softc *); member
95 sc->sc_attach_func = ql->attach_func; in qcom_tlmm_probe()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c125878 static const FuncDef attach_func = { local
125889 codeAttach(pParse, SQLITE_ATTACH, &attach_func, p, p, pDbname, pKey);