Searched refs:__DECONST (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/stand/kshim/ |
D | bsd_kernel.h | 129 #ifndef __DECONST 130 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro
|
/third_party/FreeBSD/sys/dev/usb/input/ |
D | uhid.c | 749 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/ |
D | cdefs.h | 640 #ifndef __DECONST 641 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var)) macro
|
/third_party/FreeBSD/sys/dev/usb/serial/ |
D | u3g.c | 638 __DECONST(uint8_t *, &setup[n][8])); in u3g_sael_m460_init()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_request.c | 1212 *ppcd = __DECONST(struct usb_config_descriptor *, ptr); in usbd_req_get_descriptor_ptr()
|