Searched defs:textbuf_memcpy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c220 static void textbuf_memcpy(idm_textbuf_t *itb, void *mem, int mem_len);
1024 textbuf_memcpy(idm_textbuf_t *itb, void *mem, int mem_len) function
1034 textbuf_memcpy(itb, str, strlen(str));

Completed in 47 milliseconds