Searched refs:hndl (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h41 #define SQLAllocHandle(type, parent, hndl) \
42 ( (type == SQL_HANDLE_STMT) ? SQLAllocStmt(parent, hndl) \
43 : (type == SQL_HANDLE_ENV) ? SQLAllocEnv(hndl) \
44 : SQLAllocConnect(parent, hndl) \
48 #define SQLFreeHandle(type, hndl) \
49 ( (type == SQL_HANDLE_STMT) ? SQLFreeStmt(hndl, SQL_DROP) \
50 : (type == SQL_HANDLE_ENV) ? SQLFreeEnv(hndl) \
51 : SQLFreeConnect(hndl) \
/freebsd-11.0-release/sys/arm/nvidia/
H A Dtegra_pcie.c704 bus_space_handle_t hndl; local
716 hndl = sc->ports[i]->cfg_handle;
727 hndl = sc->cfg_handle;
731 val = bus_space_read_4(sc->bus_tag, hndl, off & ~3);
753 bus_space_handle_t hndl; local
765 hndl = sc->ports[i]->cfg_handle;
776 hndl = sc->cfg_handle;
782 bus_space_write_4(sc->bus_tag, hndl, off, val);
785 val2 = bus_space_read_4(sc->bus_tag, hndl, off & ~3);
788 bus_space_write_4(sc->bus_tag, hndl, of
[all...]
/freebsd-11.0-release/sys/dev/isp/
H A Dispvar.h104 #define ISP_DMAFREE(isp, xs, hndl) \
106 (*(isp)->isp_mdvec->dv_dmaclr)((isp), (xs), (hndl))

Completed in 63 milliseconds