Home | History | Annotate | Download | only in ddk

Lines Matching refs:FunctionName

4378  * NDIS_INIT_FUNCTION(FunctionName)
4380 #define NDIS_INIT_FUNCTION(FunctionName) \
4381 alloc_text(init, FunctionName)
4385 * NDIS_PAGABLE_FUNCTION(FunctionName)
4387 #define NDIS_PAGEABLE_FUNCTION(FunctionName) \
4388 alloc_text(page, FunctionName)