Home
last modified time | relevance | path

Searched refs:dat_os_memset (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c117 (void) dat_os_memset(p_dictionary, '\0', sizeof (DAT_DICTIONARY)); in dat_dictionary_create()
127 (void) dat_os_memset(p_dictionary->head, '\0', in dat_dictionary_create()
138 (void) dat_os_memset(p_dictionary->tail, '\0', in dat_dictionary_create()
H A Dudat_sr_parser.c428 (void) dat_os_memset(&entry, 0, sizeof (DAT_SR_CONF_ENTRY)); in dat_sr_parse_entry()
/illumos-gate/usr/src/lib/udapl/libdat/include/
H A Ddat_osd.h162 #define dat_os_memset(loc, c, size) memset((loc), (c), (size)) macro