Home
last modified time | relevance | path

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

/freebsd/usr.sbin/kldxref/
H A Dkldxref.c130 record_buf(const void *buf, size_t size) in record_buf() function
155 return (record_buf(buf, sizeof(buf))); in record_int()
173 error = record_buf(&val, sizeof(val)); in record_string()
176 return (record_buf(str, len)); in record_string()