|
geom_stats_snapshot_free(3) -- userland API library for kernel GEOM subsystem
|
The geom library contains the official and publicized API for interacting with the GEOM subsystem in the kernel. Statistics Functions [Toc] [Back] GEOM collects statistics data for all consumers... |
geom_stats_snapshot_get(3) -- userland API library for kernel GEOM subsystem
|
The geom library contains the official and publicized API for interacting with the GEOM subsystem in the kernel. Statistics Functions [Toc] [Back] GEOM collects statistics data for all consumers... |
geom_stats_snapshot_next(3) -- userland API library for kernel GEOM subsystem
|
The geom library contains the official and publicized API for interacting with the GEOM subsystem in the kernel. Statistics Functions [Toc] [Back] GEOM collects statistics data for all consumers... |
geom_stats_snapshot_reset(3) -- userland API library for kernel GEOM subsystem
|
The geom library contains the official and publicized API for interacting with the GEOM subsystem in the kernel. Statistics Functions [Toc] [Back] GEOM collects statistics data for all consumers... |
geom_stats_snapshot_timestamp(3) -- userland API library for kernel GEOM subsystem
|
The geom library contains the official and publicized API for interacting with the GEOM subsystem in the kernel. Statistics Functions [Toc] [Back] GEOM collects statistics data for all consumers... |
getaddrinfo(3) -- nodename-to-address translation
|
The getaddrinfo() function is defined for protocol-independent nodenameto-address translation. It performs the functionality of gethostbyname(3) and getservbyname(3), but in a more sophisticated manne... |
getbegyx(3) -- get curses cursor and window coordinates
|
The getyx macro places the current cursor position of the given window in the two integer variables y and x. If win is a subwindow, the getparyx macro places the beginning coordinates of the subwindow... |
getbkgd(3) -- curses window background manipulation routines
|
The bkgdset and wbkgdset routines manipulate the background of the named window. The window background is a chtype consisting of any combination of attributes (i.e., rendition) and a character. The at... |
getbootfile(3) -- get kernel boot file name
|
The getbootfile() function retrieves the full pathname of the file from which the current kernel was loaded, and returns a static pointer to the name. A read/write interface to this information is ava... |
getbsize(3) -- get user block size
|
The getbsize() function determines the user's preferred block size based on the value of the ``BLOCKSIZE'' environment variable; see environ(7) for details on its use and format. The getbsize() fun... |
getc(3) -- get next character or word from input stream
|
The fgetc() function obtains the next input character (if present) from the stream pointed at by stream, or the next character pushed back on the stream via ungetc(3). The getc() function acts essenti... |
getcap(3) -- capability database access routines
|
The cgetent() function extracts the capability name from the database specified by the NULL terminated file array db_array and returns a pointer to a malloc(3)'d copy of it in buf. The cgetent() func... |
getch(3) -- get (or push back) characters from curses terminal keyboard
|
The getch, wgetch, mvgetch and mvwgetch, routines read a character from the window. In no-delay mode, if no input is waiting, the value ERR is returned. In delay mode, the program waits until the syst... |