Home
last modified time | relevance | path

Searched defs:cast (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/head/
H A Dapptrace.h67 #define ABI_CALL_REAL(lib, sym, cast) \ argument
/titanic_41/usr/src/cmd/sgs/include/
H A Dsgs.h108 #define CAST_PTRINT(cast, value) ((cast)(uintptr_t)value) argument
110 #define CAST_PTRINT(cast, value) ((cast)value) argument
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c78 #define ECORE_LIST_FOR_EACH_ENTRY(pos, _head, _link, cast) \ argument
92 #define ECORE_LIST_FOR_EACH_ENTRY_SAFE(pos, n, head, member, cast) \ argument
104 #define ECORE_LIST_FIRST_ENTRY(head, cast, link) \ argument
107 #define ECORE_LIST_NEXT(pos, link, cast) \ argument