Searched refs:FDT_COMPAT_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/fdt/
H A Dfdt_common.c56 #define FDT_COMPAT_LEN 255 macro
159 char buf[FDT_COMPAT_LEN];
167 bzero(compat, FDT_COMPAT_LEN);
169 if (OF_getprop(node, "compatible", compat, FDT_COMPAT_LEN) < 0)
192 char compat[FDT_COMPAT_LEN];
197 if (OF_getprop(node, "compatible", compat, FDT_COMPAT_LEN) < 0)
200 if (strncasecmp(compat, compatible, FDT_COMPAT_LEN) == 0)

Completed in 48 milliseconds