Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/
H A Ddbug.c241 if (created && dbug_state_object_p->sf_thread) { in dbug_object_create()
794 dbug_state_object_p->sf_thread = TRUE; in db_push()
1071 if (dbug_state_object_p->sf_thread) in doprefix()
1361 if (dbug_state_object_p->sf_thread) { in dbug_thread_exit()
1430 dbug_state_object_p->sf_thread = 0; in dbug_state_create()
H A Dpriv.h90 boolean sf_thread:1; /* TRUE if should print thread information */ member