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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_break.c672 boolean_t user_global = FALSE; local
686 user_global = db_option(db_tok_string, 'U');
687 user_space = (user_global)? TRUE: db_option(db_tok_string, 'u');
690 if (task_bpt && user_global)
740 task_thd = (user_global)? 0: (vm_offset_t) thr_act;
759 boolean_t user_global = db_option(modif, 'U'); local
770 if (task_bpt && user_global)
772 user_space = (user_global)? TRUE: db_option(modif, 'u');
800 (user_global)? THREAD_NULL: thr_act,

Completed in 26 milliseconds