Home
last modified time | relevance | path

Searched refs:mlxfw_mfa2_comp_magic (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/sys/dev/mlxfw/
HDmlxfw_mfa2.c110 static const u8 mlxfw_mfa2_comp_magic[] = "#BIN.COMPONENT!#"; variable
111 static const int mlxfw_mfa2_comp_magic_len = sizeof(mlxfw_mfa2_comp_magic) - 1;
592 if (memcmp(comp_data->buff, mlxfw_mfa2_comp_magic, in mlxfw_mfa2_file_component_get()