Searched refs:target_baud_rate (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dserdrv.c137 static void process_baud_rate( unsigned int target_baud_rate )
153 if ( target_baud_rate >= full_list->option[i] )
184 printf( "couldn't match baud rate %u\n", target_baud_rate );
223 unsigned int target_baud_rate; local
224 target_baud_rate = (unsigned int)strtoul(arg, NULL, 10);
225 if (target_baud_rate > 0)
228 printf( "user selected baud rate %u\n", target_baud_rate );
230 process_baud_rate( target_baud_rate );
H A Dserpardr.c148 static void process_baud_rate(unsigned int target_baud_rate) argument
164 if (target_baud_rate >= full_list->option[i])
195 printf("couldn't match baud rate %u\n", target_baud_rate);
238 unsigned int target_baud_rate; local
240 target_baud_rate = (unsigned int)strtoul(arg, NULL, 10);
242 if (target_baud_rate > 0)
245 printf("user selected baud rate %u\n", target_baud_rate);
247 process_baud_rate(target_baud_rate);

Completed in 104 milliseconds