Home
last modified time | relevance | path

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

/third_party/FreeBSD/stand/kshim/
Dbsd_kernel.h129 #ifndef __DECONST
130 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c749 sc->sc_repdesc_ptr = __DECONST(void *, &uhid_graphire_report_descr); in uhid_attach()
770 sc->sc_repdesc_ptr = __DECONST(void *, &uhid_graphire3_4x5_report_descr); in uhid_attach()
782 __DECONST(void *, reportbuf), sizeof(reportbuf), in uhid_attach()
790 sc->sc_repdesc_ptr = __DECONST(void *, &uhid_xb360gp_report_descr); in uhid_attach()
/third_party/FreeBSD/sys/sys/
Dcdefs.h640 #ifndef __DECONST
641 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
/third_party/FreeBSD/sys/dev/usb/serial/
Du3g.c638 __DECONST(uint8_t *, &setup[n][8])); in u3g_sael_m460_init()
/third_party/FreeBSD/sys/dev/usb/
Dusb_request.c1212 *ppcd = __DECONST(struct usb_config_descriptor *, ptr); in usbd_req_get_descriptor_ptr()