Searched defs:cast (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/head/ |
H A D | apptrace.h | 67 #define ABI_CALL_REAL(lib, sym, cast) \ argument
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | sgs.h | 108 #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 D | ecore_sp_verbs.c | 78 #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
|