BITMAP_COPY_LE(9) Basic Kernel Library Functions BITMAP_COPY_LE(9)NAMEbitmap_copy_le - copy a bitmap, putting the bits into little-endian order.SYNOPSISvoid bitmap_copy_le(void * dst, const unsigned long * src, int nbits);ARGUMENTSdst destination buffer src bitmap to copy nbits number of bits in the bitmapDESCRIPTIONRequire nbits % BITS_PER_LONG == 0.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BITMAP_COPY_LE(9)
| Related Man Pages |
|---|
| bitmap_onto(9) - centos |
| bitmap_remap(9) - centos |
| bitmap_onto(9) - suse |
| bit_alloc(3) - freebsd |
| bit_test(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| CentOS 6 ran out of space, need to reclaim it |
| Controlling user input |