Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_alloclist.h49 #define rf_AddToAllocList(_l_,_ptr_,_sz_) rf_real_AddToAllocList((_l_), (_ptr_), (_sz_))
53 void rf_real_AddToAllocList(RF_AllocListElem_t * l, void *p, int size);
H A Drf_alloclist.c84 rf_real_AddToAllocList(RF_AllocListElem_t *l, void *p, int size) in rf_real_AddToAllocList() function