Searched refs:BGE_FW_VER_SIZE (Results 1 – 2 of 2) sorted by relevance
741 #define BGE_FW_VER_SIZE 32 macro742 char fw_version[BGE_FW_VER_SIZE];
3476 if (vlen > BGE_FW_VER_SIZE - sizeof(v)) {3477 memcpy(&bgep->fw_version[vlen], &v, BGE_FW_VER_SIZE - vlen);3519 snprintf(&bgep->fw_version[vlen], BGE_FW_VER_SIZE - vlen,3557 if (((BGE_FW_VER_SIZE - dst_off) < 16) ||3575 snprintf(&bgep->fw_version[dst_off], BGE_FW_VER_SIZE - dst_off,3616 bgep->fw_version[BGE_FW_VER_SIZE - 1] = 0; /* safety */