Searched refs:bhnd_nvram_getvar_int (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/dev/bhnd/ |
| HD | bhnd_subr.c | 1344 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()
|
| HD | bhnd.h | 547 int bhnd_nvram_getvar_int(device_t dev,
|
| /freebsd-13-stable/share/man/man9/ |
| HD | Makefile | 561 bhnd.9 bhnd_nvram_getvar_int.9 \
|