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