Lines Matching refs:firmware
116 char firmware[80]; member
319 strlcpy(up->firmware, "?", sizeof(up->firmware)); in neoclock4x_start()
338 strlcpy(up->firmware, "(c) 2002 NEOL S.A. FRANCE / L0.01 NDF:A:* (compile time)", in neoclock4x_start()
339 sizeof(up->firmware)); in neoclock4x_start()
357 if(neol_query_firmware(pp->io.fd, up->unit, up->firmware, sizeof(up->firmware))) in neoclock4x_start()
364 if(!neol_check_firmware(up->unit, up->firmware, &up->firmwaretag)) in neoclock4x_start()
769 snprintf(tt, 79, "firmware=\"%s\"", up->firmware); in neoclock4x_control()
900 char *firmware, in neol_query_firmware() argument
1013 if (strlcpy(firmware, tmpbuf, maxlen) >= maxlen) in neol_query_firmware()
1014 strlcpy(firmware, "buffer too small", maxlen); in neol_query_firmware()
1019 msyslog(LOG_INFO, "NeoClock4X(%d): firmware version: %s", unit, firmware); in neol_query_firmware()
1021 if(strstr(firmware, "/R2")) in neol_query_firmware()
1033 const char *firmware, in neol_check_firmware() argument
1039 ptr = strstr(firmware, "NDF:"); in neol_check_firmware()
1042 if((strlen(firmware) - strlen(ptr)) >= 7) in neol_check_firmware()