|
NAMEresource_int_value ,
resource_long_value ,
resource_string_value —
get a value from the hints mechanism
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
int
int
int
DESCRIPTIONThese functions fetch a value from the “hints” mechanism.The functions take the following arguments:
RETURN VALUESIf successful, the functions return 0. Otherwise, a non-zero error code is returned.ERRORSThe functions will fail if:SEE ALSOdevice(9), driver(9)AUTHORSThis manual page was written by Warner Losh <imp@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |