Query: bitmap_scnprintf
OS: centos
Section: 9
Links: centos man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BITMAP_SCNPRINTF(9) Basic Kernel Library Functions BITMAP_SCNPRINTF(9)NAMEbitmap_scnprintf - convert bitmap to an ASCII hex string.SYNOPSISint bitmap_scnprintf(char * buf, unsigned int buflen, const unsigned long * maskp, int nmaskbits);ARGUMENTSbuf byte buffer into which string is placed buflen reserved size of buf, in bytes maskp pointer to bitmap to convert nmaskbits size of bitmap, in bitsDESCRIPTIONExactly nmaskbits bits are displayed. Hex digits are grouped into comma-separated sets of eight digits per set. Returns the number of characters which were written to *buf, excluding the trailing .COPYRIGHTKernel Hackers Manual 3.10 June 2014 BITMAP_SCNPRINTF(9)