Searched refs:cfe_xptr_t (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A Dcfe_api_int.h73 typedef int64_t cfe_xptr_t; typedef
77 cfe_xptr_t buf_ptr; /* pointer to a buffer */
91 cfe_xptr_t name_ptr; /* name string buffer */
93 cfe_xptr_t val_ptr; /* value string buffer */
H A Dcfe_api.c36 /* Cast from a native pointer to a cfe_xptr_t and back. */
37 #define XPTR_FROM_NATIVE(n) ((cfe_xptr_t) (intptr_t) (n))

Completed in 30 milliseconds