freerbuf(9F) Kernel Functions for Drivers freerbuf(9F)NAME
freerbuf - free a raw buffer header
SYNOPSIS
#include <sys/buf.h>
#include <sys/ddi.h>
void freerbuf(struct buf *bp);
INTERFACE LEVEL
Architecture independent level 1 (DDI/DKI).
PARAMETERS
bp Pointer to a previously allocated buffer header structure.
DESCRIPTION
freerbuf() frees a raw buffer header previously allocated by getrbuf(9F). This function does not sleep and so may be called from an inter-
rupt routine.
CONTEXT
freerbuf() can be called from user or interrupt context.
SEE ALSO getrbuf(9F), kmem_alloc(9F), kmem_free(9F), kmem_zalloc(9F)SunOS 5.10 11 Apr 1991 freerbuf(9F)
Check Out this Related Man Page
bioreset(9F) Kernel Functions for Drivers bioreset(9F)NAME
bioreset - reuse a private buffer header after I/O is complete
SYNOPSIS
#include <sys/buf.h>
#include <sys/ddi.h>
void bioreset(struct buf *bp);
INTERFACE LEVEL
Solaris DDI specific (Solaris DDI)
PARAMETERS
bp Pointer to the buf(9S) structure.
DESCRIPTION
bioreset() is used by drivers that allocate private buffers with getrbuf(9F) or kmem_alloc(9F) and want to reuse them in multiple transfers
before freeing them with freerbuf(9F) or kmem_free(9F). bioreset() resets the buffer header to the state it had when initially allocated by
getrbuf() or initialized by bioinit(9F).
CONTEXT
bioreset() can be called from any context.
SEE ALSO strategy(9E), bioinit(9F), biofini(9F), freerbuf(9F), getrbuf(9F), kmem_alloc(9F), kmem_free(9F), buf(9S)NOTES
bp must not describe a transfer in progress.
SunOS 5.10 15 Nov 1996 bioreset(9F)
There is no xorg.conf file and no XF86Config file on a certain FreeBSD machine:
# locate xorg.conf
/usr/local/man/man5/xorg.conf.5.gz
# locate XF86Config
#
Can someone let me know if that means that there is a bare bones set up possible only? xrandr works fine, but I am looking for ways to... (6 Replies)
I'm looking for finer granularity than the 20 ANSI escape sequence screen modes. What I'd like to do is have the terminal increase it's own height when I have to show the user a long menu.
Platform is Cygwin 64 running over Win 7 Pro.
Mike (4 Replies)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)
Look this very good rendering on Slackware 14.2
in my opinion is near perfect.
https://i.stack.imgur.com/q5trL.png
Now look the same page on Fedora 30
https://i.stack.imgur.com/FBQv7.png
In my opinion the fonts on Fedora are too small and difficult to read, I prefer the fat fonts of... (20 Replies)