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

  /src/sys/arch/evbmips/stand/sbmips/common/
cfe_api_int.h 90 typedef int64_t cfe_xptr_t; typedef in typeref:typename:int64_t
94 cfe_xptr_t buf_ptr; /* pointer to a buffer */
108 cfe_xptr_t name_ptr; /* name string buffer */
110 cfe_xptr_t val_ptr; /* value string buffer */
cfe_api.c 53 /* Cast from a native pointer to a cfe_xptr_t and back. */
54 #define XPTR_FROM_NATIVE(n) ((cfe_xptr_t) (intptr_t) (n))
  /src/sys/arch/mips/cfe/
cfe_api_int.h 90 typedef int64_t cfe_xptr_t; typedef in typeref:typename:int64_t
94 cfe_xptr_t buf_ptr; /* pointer to a buffer */
108 cfe_xptr_t name_ptr; /* name string buffer */
110 cfe_xptr_t val_ptr; /* value string buffer */
cfe_api.c 56 /* Cast from a native pointer to a cfe_xptr_t and back. */
57 #define XPTR_FROM_NATIVE(n) ((cfe_xptr_t) (intptr_t) (n))
  /src/sys/arch/sbmips/stand/common/
cfe_api_int.h 90 typedef int64_t cfe_xptr_t; typedef in typeref:typename:int64_t
94 cfe_xptr_t buf_ptr; /* pointer to a buffer */
108 cfe_xptr_t name_ptr; /* name string buffer */
110 cfe_xptr_t val_ptr; /* value string buffer */
cfe_api.c 53 /* Cast from a native pointer to a cfe_xptr_t and back. */
54 #define XPTR_FROM_NATIVE(n) ((cfe_xptr_t) (intptr_t) (n))

Completed in 81 milliseconds