Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/mdbug/
H A Ddbug.c86 } thread_data_t; typedef
92 thread_data_t mdt_data;
140 thread_data_t *tdp = NULL; in dbug_object_create()
150 tdp = (thread_data_t *)calloc(sizeof (*tdp), 1); in dbug_object_create()
271 thread_data_t *tdp; in dbug_object_destroy()
404 thread_data_t *tdp; in db_pargs()
447 thread_data_t *tdp; in db_printf()
883 thread_data_t *tdp; in db_process()
1489 thread_data_t *tdp; in db_get_dbug_object_p()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetmntent.c71 } thread_data_t; typedef
76 thread_data_t *thread_data = arg; in destroy_thread_data()
88 thread_data_t *thread_data; in getmntbuf()
91 sizeof (thread_data_t), destroy_thread_data); in getmntbuf()