centos man page for bitmap_scnprintf

Query: bitmap_scnprintf

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

BITMAP_SCNPRINTF(9)					  Basic Kernel Library Functions				       BITMAP_SCNPRINTF(9)

NAME
bitmap_scnprintf - convert bitmap to an ASCII hex string.
SYNOPSIS
int bitmap_scnprintf(char * buf, unsigned int buflen, const unsigned long * maskp, int nmaskbits);
ARGUMENTS
buf 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 bits
DESCRIPTION
Exactly 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 .
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BITMAP_SCNPRINTF(9)
Related Man Pages
hwloc_bitmap_allbut(3) - debian
hwloc_bitmap_alloc(3) - debian
hwloc_bitmap_clr_range(3) - debian
hwloc_bitmap_copy(3) - debian
strpct(3) - netbsd
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Docker learning Phase-I
Shopt -s histappend
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq