Searched refs:voidptr (Results 1 – 8 of 8) sorted by relevance
73 #define voidptr(x) (void *)((x)) macro74 #define u32ptr(x) (uint32_t *)voidptr((x))
12 #define _more_void_int 1 /* voidptr is larger than int */
818 void *voidptr=NULL; local825 if (decode_tl_data(&tl_data, type, &voidptr) == 0) {826 intptr = (int *) voidptr;875 void *voidptr=NULL; local882 if (decode_tl_data(&tl_data, KDB_TL_LINKDN, &voidptr) == 0) {883 *link_dn = (char **) voidptr;899 void *voidptr=NULL; local910 if (decode_tl_data(&tl_data, type, &voidptr) == 0) {911 *strval = (char *) voidptr;
448 void *voidptr=NULL;450 if ((st=decode_tl_data(rparams->tl_data, KDB_TL_MASK, &voidptr)) == 0) {451 oldmask = *((int *) voidptr);452 free (voidptr);
64 more void_int note{ voidptr is larger than int }end execute{
577 iocp = (struct iocblk *)voidptr(mp->b_rptr); in oce_m_ioctl()
466 ehp = (struct ether_vlan_header *)voidptr(mp->b_rptr); in oce_rx_insert_tag()