HomeSort by: relevance | last modified time | path
    Searched refs:__DECONST (Results 1 - 16 of 16) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
free2net.h 36 #define __DECONST(t, a) (t) __UNCONST(a)
common.c 495 iov.iov_base = __DECONST(char *, buf);
569 iov->iov_base = (__DECONST(char *, iov->iov_base)) + wlen;
586 iov[0].iov_base = __DECONST(char *, str);
588 iov[1].iov_base = __DECONST(char *, ENDL);
  /src/sys/external/bsd/libnv/dist/
nv_compat.h 51 #ifndef __DECONST
52 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
nvlist.c 1221 nvl = __DECONST(nvlist_t *,
1248 array = __DECONST(nvlist_t *,
nvpair.c 240 nvl = __DECONST(nvlist_t *, nvpair_get_nvlist(nvp));
252 nvlarray = __DECONST(nvlist_t **,
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
jemalloc_internal_macros.h 29 #ifndef __DECONST
30 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
jemalloc_internal_macros.h 29 #ifndef __DECONST
30 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
tsearch.c 29 #ifndef __DECONST
30 #define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
66 q->key = __DECONST(void *, vkey); /* initialize new node */
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_macros.h 30 #ifndef __DECONST
31 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_macros.h 30 #ifndef __DECONST
31 # define __DECONST(type, var) ((type)(uintptr_t)(const void *)(var))
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 51 #ifndef __DECONST
52 #define __DECONST(type, var) ((type)(unsigned long)(const void *)(var))
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_misc.c 1026 *result = __DECONST(void *, ahp->ah_gainValues.currStep);
1065 *result = __DECONST(void *, aniState->params);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_misc.c 679 *result = __DECONST(void *, ahp->ah_gainValues.currStep);
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_impl.h 755 #define __DECONST(a, b) __UNCONST(b)
dt_proc.c 359 (dt_bkpt_f *)dt_proc_rdevent, __DECONST(void *, evname));
  /src/sys/external/bsd/drm/dist/bsd-core/
drmP.h 914 (!useracc(__DECONST(caddr_t, uaddr), size, VM_PROT_READ))

Completed in 28 milliseconds