Home
last modified time | relevance | path

Searched refs: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) in textbuf_memcpy() function
1034 textbuf_memcpy(itb, str, strlen(str)); in textbuf_strcpy()