Home
last modified time | relevance | path

Searched defs:os_memcmp (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/raid/hptmv/
H A Dmv.c82 os_memcmp(const void *cs, const void *ct, unsigned len) in os_memcmp() function
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_none.c159 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp() function
H A Dos.h512 #define os_memcmp(s1, s2, n) memcmp((s1), (s2), (n)) macro
H A Dos_internal.c313 int os_memcmp(const void *s1, const void *s2, size_t n) in os_memcmp() function