Searched refs:FDT_SERIAL_LEN (Results 1 – 1 of 1) sorted by relevance
108 #define FDT_SERIAL_LEN 32 macro114 static char fdt_serial[FDT_SERIAL_LEN];149 FDT_SERIAL_LEN, "Serial number"); in sysctl_register_fdt_oid()189 if (len > 0 && len <= FDT_SERIAL_LEN) { in ofw_fdt_init()190 bzero(fdt_serial, FDT_SERIAL_LEN); in ofw_fdt_init()192 fdt_serial, FDT_SERIAL_LEN); in ofw_fdt_init()