Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/kldxref/
H A Dkldxref.c107 record_buf(const void *buf, size_t size) in record_buf() function
125 return (record_buf(&val, sizeof(val))); in record_int()
143 error = record_buf(&val, sizeof(val)); in record_string()
146 return (record_buf(str, len)); in record_string()