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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dgenassym.c113 #define DECLARE(SYM,VAL) \
116 #define DECLARE(SYM,VAL) \ macro
130 DECLARE("AST_URGENT", AST_URGENT);
131 DECLARE("AST_BSD", AST_BSD);
134 DECLARE("SLOCK_ILK", offsetof(usimple_lock_t, interlock));
136 DECLARE("SLOCK_TYPE", offsetof(usimple_lock_t, lock_type));
137 DECLARE("SLOCK_PC", offsetof(usimple_lock_t, debug.lock_pc));
138 DECLARE("SLOCK_THREAD", offsetof(usimple_lock_t, debug.lock_thread));
139 DECLARE("SLOCK_DURATIONH",offsetof(usimple_lock_t, debug.duration[0]));
140 DECLARE("SLOCK_DURATION
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dgenassym.c85 #define DECLARE(SYM,VAL) \ macro
91 DECLARE("ACT_MACT_KSP", offsetof(thread_t, machine.ksp));
92 DECLARE("ACT_MACT_BEDA", offsetof(thread_t, machine.bbDescAddr));
93 DECLARE("ACT_MACT_BTS", offsetof(thread_t, machine.bbTableStart));
94 DECLARE("ACT_MACT_BTE", offsetof(thread_t, machine.bbTaskEnv));
95 DECLARE("ACT_MACT_SPF", offsetof(thread_t, machine.specFlags));
96 DECLARE("ACT_PREEMPT_CNT", offsetof(thread_t, machine.preemption_count));
97 DECLARE("ACT_PER_PROC", offsetof(thread_t, machine.PerProc));
98 DECLARE("qactTimer", offsetof(thread_t, machine.qactTimer));
99 DECLARE("umwSpac
[all...]

Completed in 25 milliseconds