Home
last modified time | relevance | path

Searched refs:__DECONST (Results 1 – 6 of 6) 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.c767 sc->sc_repdesc_ptr = __DECONST(void *, &uhid_graphire_report_descr); in uhid_attach()
787 sc->sc_repdesc_ptr = __DECONST(void *, &uhid_graphire3_4x5_report_descr); in uhid_attach()
799 __DECONST(void *, reportbuf), sizeof(reportbuf), in uhid_attach()
807 sc->sc_repdesc_ptr = __DECONST(void *, &uhid_xb360gp_report_descr); in uhid_attach()
/third_party/FreeBSD/sys/dev/usb/
Dusb_core.h63 ((void *)(__DECONST(char *, (ptr)) + (size)))
Dusb_request.c1209 *ppcd = __DECONST(struct usb_config_descriptor *, ptr); in usbd_req_get_descriptor_ptr()
/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.c636 __DECONST(uint8_t *, &setup[n][8])); in u3g_sael_m460_init()