Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/hptmv/
H A Dmv.c94 os_memset(void *s, char c, unsigned len) in os_memset() function
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_none.c153 void * os_memset(void *s, int c, size_t n) in os_memset() function
H A Dos.h509 #define os_memset(s, c, n) memset(s, c, n) macro
H A Dos_internal.c304 void * os_memset(void *s, int c, size_t n) in os_memset() function