Searched refs:db_act_fp_used (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_machdep.h169 #define db_act_fp_used(act) (FALSE) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_print.c210 #ifndef db_act_fp_used
211 #define db_act_fp_used(thr_act) FALSE macro
237 *p++ = db_act_fp_used(thr_act) ? 'F' : '.';
323 db_act_fp_used(thr_act) ? 'F' : ' ');
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_machdep.h187 #define db_act_fp_used(act) (act && act->machine.pcb->ifps) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/orig/
H A Ddb_print.c519 #ifndef db_act_fp_used
520 #define db_act_fp_used(thr_act) FALSE macro
553 *p++ = db_act_fp_used(thr_act) ? 'F' : '.';
669 db_act_fp_used(thr_act) ? 'F' : ' ');

Completed in 84 milliseconds