Home
last modified time | relevance | path

Searched refs:_rf_ShutdownCreate (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/dev/raidframe/
Drf_shutdown.h62 _rf_ShutdownCreate(_listp_, _func_, _arg_, __FILE__, __LINE__)
64 int _rf_ShutdownCreate(RF_ShutdownList_t **, void (*) (void *arg), void *,
Drf_threadstuff.c80 rc = _rf_ShutdownCreate(listp, mutex_destroyer, (void *) m, file, line); in _rf_create_managed_mutex()
103 rc = _rf_ShutdownCreate(listp, cond_destroyer, (void *) c, file, line); in _rf_create_managed_cond()
Drf_shutdown.c52 _rf_ShutdownCreate(RF_ShutdownList_t **listp, void (*cleanup) (void *arg), in _rf_ShutdownCreate() function