Searched refs:serno (Results 1 – 2 of 2) sorted by relevance
202 char serno[16+2]; in atags_to_fdt() local203 hex_str(serno, atag->u.serialnr.high); in atags_to_fdt()204 hex_str(serno+8, atag->u.serialnr.low); in atags_to_fdt()205 setprop_string(fdt, "/", "serial-number", serno); in atags_to_fdt()
291 char serno[XGBE_SFP_BASE_VENDOR_SN_LEN + 1]; member