Home
last modified time | relevance | path

Searched refs:bhnd_nvram_getvar_int (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_subr.c1344 bhnd_nvram_getvar_int(device_t dev, const char *name, void *value, int width) in bhnd_nvram_getvar_int() function
1389 return (bhnd_nvram_getvar_int(dev, name, value, sizeof(*value))); in bhnd_nvram_getvar_int8()
1413 return (bhnd_nvram_getvar_int(dev, name, value, sizeof(*value))); in bhnd_nvram_getvar_int16()
1437 return (bhnd_nvram_getvar_int(dev, name, value, sizeof(*value))); in bhnd_nvram_getvar_int32()
H A Dbhnd.h543 int bhnd_nvram_getvar_int(device_t dev,
/freebsd/share/man/man9/
H A DMakefile567 bhnd.9 bhnd_nvram_getvar_int.9 \