Searched refs:IMPORT_CFUNC_MAP (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/compat/ndis/
H A Dpe_var.h512 #define IMPORT_CFUNC_MAP(x, y, z) \ macro
527 #define IMPORT_CFUNC_MAP(x, y, z) \ macro
H A Dsubr_ntoskrnl.c4276 IMPORT_CFUNC_MAP(_snprintf, snprintf, 0),
4277 IMPORT_CFUNC_MAP(_vsnprintf, vsnprintf, 0),
4283 IMPORT_CFUNC_MAP(stricmp, strcasecmp, 0),
4287 IMPORT_CFUNC_MAP(toupper, ntoskrnl_toupper, 0),
4288 IMPORT_CFUNC_MAP(tolower, ntoskrnl_tolower, 0),
4289 IMPORT_CFUNC_MAP(strstr, ntoskrnl_strstr, 0),
4290 IMPORT_CFUNC_MAP(strncat, ntoskrnl_strncat, 0),
4291 IMPORT_CFUNC_MAP(strchr, index, 0),
4292 IMPORT_CFUNC_MAP(strrchr, rindex, 0),
4294 IMPORT_CFUNC_MAP(memmov
[all...]

Completed in 103 milliseconds