Home
last modified time | relevance | path

Searched refs:proc_table (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Dklog.c39 static GHashTable *proc_table = NULL; /* pid -> char * */ variable
66 if (klog_table != NULL || proc_table != NULL) { in lt_klog_init()
76 lt_check_null(proc_table); in lt_klog_init()
138 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_write()
150 g_hash_table_foreach(proc_table, (GHFunc)print_proc, fp); in lt_klog_write()
170 if (proc_table != NULL) { in lt_klog_deinit()
171 g_hash_table_destroy(proc_table); in lt_klog_deinit()
172 proc_table = NULL; in lt_klog_deinit()
194 g_assert(klog_table != NULL && proc_table != NULL); in lt_klog_log()
195 psargs = (char *)g_hash_table_lookup(proc_table, in lt_klog_log()
[all …]
/illumos-gate/usr/src/cmd/init/
H A Dinit.c452 #define proc_table (g_state->ist_proc_table) macro
1022 for (process = proc_table; in remv()
1032 for (process = proc_table; in remv()
1126 for (process = proc_table; in remv()
1150 for (process = proc_table; in remv()
1168 for (process = proc_table; in remv()
1481 for (process = proc_table; in findpslot()
1512 if (process == (proc_table + num_proc)) in findpslot()
2284 for (process = proc_table; in siglvl()
2334 for (process = proc_table; in childeath_single()
[all …]