Home
last modified time | relevance | path

Searched refs:serial_str (Results 1 – 25 of 133) sorted by relevance

123456

/dports/comms/soapysdrhackrf/SoapyHackRF-soapy-hackrf-0.3.3/
H A DHackRF_Registation.cpp70 char serial_str[100]; in find_HackRF() local
71 sprintf(serial_str, "%08x%08x%08x%08x", read_partid_serialno.serial_no[0], in find_HackRF()
74 options["serial"] = serial_str; in find_HackRF()
78 while (ofs < sizeof(serial_str) and serial_str[ofs] == '0') ofs++; in find_HackRF()
80 sprintf(label_str, "%s #%d %s", options["device"].c_str(), i, serial_str+ofs); in find_HackRF()
89 _cachedResults[serial_str] = options; in find_HackRF()
/dports/audio/codec2/codec2-1.0.3/unittest/
H A Dota_voice_summary.sh42 serial_str=$(printf "%04d" $serial)
43 echo $serial_str $d $sdr $mode
44 cp ${d}/spec.jpg ${dir}/${serial_str}_${d}_${sdr}_${mode}_spec.jpg
45 cp ${d}/time_snr.jpg ${dir}/${serial_str}_${d}_${sdr}_${mode}_time_snr.jpg
46 cp ${d}/rx.wav ${dir}/${serial_str}_${d}_${sdr}_${mode}_rx.wav
47 cp ${d}/rx_freedv.wav ${dir}/${serial_str}_${d}_${sdr}_${mode}_rx_freedv.wav
/dports/net/fort/FORT-validator-1.5.3/src/object/
H A Dcrl.c46 char *serial_str; in debug_revoked() local
54 serial_str = BN_bn2dec(serial_bn); in debug_revoked()
55 if (serial_str == NULL) { in debug_revoked()
60 pr_val_debug("Revoked: %s", serial_str); in debug_revoked()
62 free(serial_str); in debug_revoked()
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DSaveLoad.cpp185 std::string serial_str, compressed_str; in SaveGame() local
187 DebugLogger() << "String Max Size: " << serial_str.max_size(); in SaveGame()
188 std::string::size_type capacity = std::min(serial_str.max_size(), in SaveGame()
191 serial_str.reserve(capacity); in SaveGame()
200 InsertDevice serial_inserter(serial_str); in SaveGame()
226 SourceDevice source(serial_str.data(), serial_str.size()); in SaveGame()
241 save_preview_data.uncompressed_text_size = serial_str.size(); in SaveGame()
417 std::string serial_str, compressed_str; in LoadGame() local
423 serial_str.reserve(std::pow(2.0, 29.0)); in LoadGame()
445 InsertDevice serial_inserter(serial_str); in LoadGame()
[all …]
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dhcs200.c39 char serial_str[9]; in hcs200_callback() local
71 sprintf(serial_str, "%08X", serial); in hcs200_callback()
78 "id", "", DATA_STRING, serial_str, in hcs200_callback()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/
H A Dsmbios.c115 char *serial_str = env_get("serial#"); in smbios_write_type1() local
122 if (serial_str) { in smbios_write_type1()
123 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/
H A Dsmbios.c115 char *serial_str = env_get("serial#"); in smbios_write_type1() local
122 if (serial_str) { in smbios_write_type1()
123 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
/dports/comms/rtl-sdr/librtlsdr-0.6.0/src/
H A Drtl_eeprom.c258 char *serial_str = NULL; in main() local
281 serial_str = optarg; in main()
378 if (serial_str) { in main()
380 strncpy((char*)&conf.serial, serial_str, MAX_STR_SIZE); in main()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/lib/
H A Dsmbios.c115 char *serial_str = env_get("serial#"); in smbios_write_type1() local
122 if (serial_str) { in smbios_write_type1()
123 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/lib/
H A Dsmbios.c115 char *serial_str = env_get("serial#"); in smbios_write_type1() local
122 if (serial_str) { in smbios_write_type1()
123 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
/dports/sysutils/u-boot-tools/u-boot-2020.07/lib/
H A Dsmbios.c118 char *serial_str = env_get("serial#"); in smbios_write_type1() local
125 if (serial_str) { in smbios_write_type1()
126 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
127 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/lib/
H A Dsmbios.c115 char *serial_str = env_get("serial#"); in smbios_write_type1() local
122 if (serial_str) { in smbios_write_type1()
123 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
124 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()
/dports/sysutils/pesign/pesign-0.110/src/
H A Defikeygen.c478 char *serial_str = NULL; in main() local
512 {"serial", 's', POPT_ARG_STRING, &serial_str, 0, in main()
648 if (serial_str) { in main()
649 serial = strtoull(serial_str, NULL, 0); in main()
693 if (serial == ULLONG_MAX && serial_str == NULL) { in main()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/lib/
H A Dsmbios.c254 char *serial_str = env_get("serial#"); in smbios_write_type1() local
268 if (serial_str) { in smbios_write_type1()
269 t->serial_number = smbios_add_string(ctx, serial_str); in smbios_write_type1()
270 strncpy((char *)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()

123456