Home
last modified time | relevance | path

Searched refs:g_assert (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/
H A Dutil.c61 g_assert(0); in lt_check_null()
195 g_assert(a != NULL && b != NULL); in lt_sort_by_total_desc()
215 g_assert(a != NULL && b != NULL); in lt_sort_by_max_desc()
232 g_assert(a != NULL && b != NULL); in lt_sort_by_count_desc()
251 g_assert(a != NULL && b != NULL); in lt_sort_by_avg_desc()
H A Dtable.c84 g_assert(cause != NULL && cause->lt_c_name != NULL); in free_cause()
93 g_assert(d->lt_dm_macro != NULL); in free_dmacro()
106 g_assert(name != NULL); in new_cause()
141 g_assert(mem != NULL && line != NULL && index != NULL); in read_line_from_mem()
444 g_assert(cause != NULL); in parse_dmacro()
445 g_assert(parser->lt_pr_dmacro != NULL); in parse_dmacro()
660 g_assert(cause->lt_c_cause_id == INVALID_CAUSE); in lt_table_init()
725 g_assert(module_func != NULL && cause_id != NULL && priority != NULL); in lt_table_cause_from_stack()
H A Dstat.c110 g_assert(id != NULL); in sobj_id_hash()
120 g_assert(a != NULL && b != NULL); in sobj_id_equal()
146 g_assert(id != NULL); in lookup_sobj()
197 g_assert(stat->lt_sc_parent != NULL); in check_thread()
198 g_assert(stat->lt_sc_parent->lt_sc_level == LT_LEVEL_PROCESS); in check_thread()
244 g_assert(stat != NULL); in clear_stat()
350 g_assert(cause_id != NULL); in find_cause()
351 g_assert(cause_priority != NULL); in find_cause()
754 g_assert(list->lt_sl_entries[i]->lt_se_string != NULL); in lt_stat_list_get_reason()
874 g_assert(ret != NULL); in count_threads()
[all …]
H A Dklog.c88 g_assert(strlen(filename) < sizeof (klog_filename)); in lt_klog_set_log_file()
138 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_write()
194 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_log()
H A Dlatencytop.h41 #undef g_assert
42 #define g_assert(x) ((void)(x)) macro
H A Dlatencytop.c85 g_assert(sizeof (errmsg)/sizeof (errmsg[0]) == (int)LT_CMDOPT__LAST); in check_opt_dup()
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dmain.c98 g_assert(dbus_message_iter_init(msg, &iter)); in handle_run()
145 g_assert(dbus_message_iter_init(msg, &iter)); in handle_start()
195 g_assert(reply); in handle_kill()
251 g_assert(dbus_address != NULL); in main()
H A Drunner.c92 g_assert(result != NULL); in new_run_request()
119 g_assert(reply != NULL); in send_reply()
291 g_assert(rd != NULL); in run_request_run()
/illumos-gate/usr/src/tools/smatch/src/
H A Dast-model.c318 g_assert(AST_IS_NODE(tree_model)); in ast_get_value()
343 g_assert(AST_IS_NODE (tree_model)); in ast_iter_next()
461 g_assert(node != NULL); in ast_new()