RESOURCE_INT_VALUE(9) | Kernel Developer's Manual | RESOURCE_INT_VALUE(9) |
resource_int_value
,
resource_long_value
,
resource_string_value
— get
a value from the hints mechanism
#include
<sys/param.h>
#include <sys/bus.h>
int
resource_int_value
(const
char *name, int
unit, const char
*resname, int
*result);
int
resource_long_value
(const
char *name, int
unit, const char
*resname, long
*result);
int
resource_string_value
(const
char *name, int
unit, const char
*resname, const char
**result);
These functions fetch a value from the “hints” mechanism.
The functions take the following arguments:
If successful, the functions return 0. Otherwise, a non-zero error code is returned.
The functions will fail if:
This manual page was written by Warner Losh <imp@FreeBSD.org>.
March 1, 2001 | Debian |