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

/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c222 static void textbuf_strcpy(idm_textbuf_t *itb, char *str);
838 textbuf_strcpy(itb, key_name);
846 textbuf_strcpy(itb, value);
866 textbuf_strcpy(itb, key_name);
874 textbuf_strcpy(itb, value ? "Yes" : "No");
895 textbuf_strcpy(itb, key_name);
904 textbuf_strcpy(itb, "0x");
941 textbuf_strcpy(itb, key_name);
950 textbuf_strcpy(itb, str);
979 textbuf_strcpy(it
1032 textbuf_strcpy(idm_textbuf_t *itb, char *str) function
[all...]

Completed in 60 milliseconds