Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/bhnd/
HDbhnd_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()
HDbhnd.h547 int bhnd_nvram_getvar_int(device_t dev,
/freebsd-13-stable/share/man/man9/
HDMakefile561 bhnd.9 bhnd_nvram_getvar_int.9 \