| /src/external/gpl3/gdb.old/dist/gdb/testsuite/boards/ |
| local-board.exp | 16 # By default, DejaGnu makes the board remote unless the board name 17 # matches localhost. Sourcing this script from a board file forces 18 # the board to be NOT remote. 20 global board 23 set baseboard [lindex [split $board "/"] 0]
|
| local-remote-host.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 45 [board_info $board rsh_prog] \ 46 -l [board_info $board username] \ 47 [board_info $board hostname]]] 50 if { [board_info $board username] != $env(USER) } { 70 proc ${board}_spawn { board cmd } { 73 set remote [board_info $board hostname] 74 set username [board_info $board username] 75 set RSH [board_info $board rsh_prog [all...] |
| local-remote-host-native.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 19 # This board file is used to emulate the real remote host testing, in 27 # We set both target board and host board together to test a native gdb 51 [board_info $board rsh_prog] \ 52 -l [board_info $board username] \ 53 [board_info $board hostname]]] 78 proc ${board}_spawn { board cmd } { 81 set remote [board_info $board hostname [all...] |
| remote-gdbserver-on-localhost.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 44 [board_info $board rsh_prog] \ 45 -l [board_info $board username] \ 46 [board_info $board hostname]]] 49 if { [board_info $board username] != $env(USER) } { 75 proc ${board}_file { dest op args } { 96 proc ${board}_spawn { board cmd } { 99 set remote [board_info $board hostname] 100 set username [board_info $board username [all...] |
| remote-stdio-gdbserver.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 55 [board_info $board rsh_prog] \ 56 -l [board_info $board username] \ 57 [board_info $board hostname]]] 89 proc ${board}_spawn { board cmd } { 92 set remote [board_info $board hostname] 93 set username [board_info $board username] 94 set RSH [board_info $board rsh_prog] 97 set board_info($board,fileid) $spawn_i [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/boards/ |
| local-board.exp | 16 # By default, DejaGnu makes the board remote unless the board name 17 # matches localhost. Sourcing this script from a board file forces 18 # the board to be NOT remote. 20 global board 23 set baseboard [lindex [split $board "/"] 0]
|
| local-remote-host.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 45 [board_info $board rsh_prog] \ 46 -l [board_info $board username] \ 47 [board_info $board hostname]]] 50 if { [board_info $board username] != $env(USER) } { 70 proc ${board}_spawn { board cmd } { 73 set remote [board_info $board hostname] 74 set username [board_info $board username] 75 set RSH [board_info $board rsh_prog [all...] |
| local-remote-host-native.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 19 # This board file is used to emulate the real remote host testing, in 27 # We set both target board and host board together to test a native gdb 51 [board_info $board rsh_prog] \ 52 -l [board_info $board username] \ 53 [board_info $board hostname]]] 78 proc ${board}_spawn { board cmd } { 81 set remote [board_info $board hostname [all...] |
| remote-gdbserver-on-localhost.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 44 [board_info $board rsh_prog] \ 45 -l [board_info $board username] \ 46 [board_info $board hostname]]] 49 if { [board_info $board username] != $env(USER) } { 75 proc ${board}_file { dest op args } { 96 proc ${board}_spawn { board cmd } { 99 set remote [board_info $board hostname] 100 set username [board_info $board username [all...] |
| remote-stdio-gdbserver.exp | 16 # This file is a dejagnu "board file" and is used to run the testsuite 55 [board_info $board rsh_prog] \ 56 -l [board_info $board username] \ 57 [board_info $board hostname]]] 89 proc ${board}_spawn { board cmd } { 92 set remote [board_info $board hostname] 93 set username [board_info $board username] 94 set RSH [board_info $board rsh_prog] 97 set board_info($board,fileid) $spawn_i [all...] |
| /src/distrib/utils/embedded/conf/ |
| amd64.conf | 5 board=amd64
|
| i386.conf | 5 board=i386
|
| /src/external/gpl2/dtc/dist/tests/ |
| test_kernel_dts | 49 foreach my $board (@boards) { 50 my $dts_file = "$linux_dts_dir/$board.dts"; 52 my $old_dtb_file = "/tmp/$board.dtb.old"; 53 my $new_dtb_file = "/tmp/$board.dtb.new"; 65 print " FAILED to run old DTC on $board\n"; 73 print " FAILED to run new DTC on $board\n"; 81 print " FAILED $board\n";
|
| /src/games/tetris/ |
| shapes.c | 79 * taking the current board into account. 86 if (board[pos] || board[pos + *o++] || board[pos + *o++] || 87 board[pos + *o]) 93 * Write the given shape into the current board, turning it on 102 board[pos] = onoff; 103 board[pos + *o++] = onoff; 104 board[pos + *o++] = onoff; 105 board[pos + *o] = onoff [all...] |
| /src/sys/arch/evbmips/alchemy/ |
| machdep.c | 114 #include <evbmips/alchemy/board.h> 151 const struct alchemy_board *board; local 155 board = board_info(); 156 KASSERT(board != NULL); 163 cpu_setmodel("%s", board->ab_name); 205 * Perform board-specific initialization. 207 board->ab_init(); 350 const struct alchemy_board *board; local 355 board = board_info(); 356 KASSERT(board != NULL) 443 const struct alchemy_board *board; local 454 const struct alchemy_board *board; local 463 const struct alchemy_board *board; local [all...] |
| /src/sys/arch/mips/atheros/ |
| ar5312_board.c | 60 * Locate the Board Configuration data using heuristics. 68 static const struct ar531x_boarddata *board = NULL; local 72 if (board == NULL) { 99 board = (const struct ar531x_boarddata *) ptr; 103 return board; 108 * to the board configuration data. 114 const struct ar531x_boarddata *board; local 118 board = ar5312_get_board_info(); 119 if (board == NULL) 121 baddr = (const uint8_t *) board; [all...] |
| ar5315_board.c | 45 * This file provides code to locate board-specific configuration and radio 79 * Locate the Board Configuration data using heuristics. 87 static const struct ar531x_boarddata *board = NULL; local 90 if (board == NULL) { 99 board = (const struct ar531x_boarddata *) ptr; 103 return board; 108 * board configuration data. 114 const struct ar531x_boarddata *board; local 120 board = ar5315_get_board_info(); 121 if (board == NULL [all...] |
| /src/games/backgammon/common_source/ |
| board.c | 1 /* $NetBSD: board.c,v 1.9 2009/08/12 05:17:57 dholland Exp $ */ 35 static char sccsid[] = "@(#)board.c 8.1 (Berkeley) 5/31/93"; 37 __RCSID("$NetBSD: board.c,v 1.9 2009/08/12 05:17:57 dholland Exp $"); 83 if (-board[25] > i) 85 if (-board[25] > i + 5) 87 if (-board[25] > i + 10) 119 if (board[0] > i) 121 if (board[0] > i + 5) 123 if (board[0] > i + 10) 171 if (board[k] > 0) [all...] |
| one.c | 55 if (board[mm->p[i]] * cturn <= 0) 57 if (mm->g[i] != home && board[mm->g[i]] * cturn < -1) 74 board[mm->p[i]] -= cturn; 76 if (board[mm->g[i]] == -cturn) { 77 board[home] -= cturn; 78 board[mm->g[i]] = 0; 86 board[mm->g[i]] += cturn; 135 if (board[i] * cturn > 0) 152 board[mm->p[i]] += cturn; 154 board[mm->g[i]] -= cturn [all...] |
| odds.c | 89 if (board[i] > 0) { 97 menstuck = abs(board[b]); 99 if (board[j] * a > 0) { 101 addon = place + ((board[j] * a > 2 || j == b) ? 5 : 0); 106 (board[i + a * k] * a >= 0 || 107 board[i + a * (diff - k)] >= 0))
|
| Makefile | 6 SRCS= allow.c board.c check.c fancy.c init.c odds.c \
|
| /src/games/backgammon/backgammon/ |
| extra.c | 84 * board. */ 135 fprintf(trace, " %d", board[i]); 141 /* check men moving off board */ 198 if (board[b] == 0) 203 if (board[i] * inc < -1) 204 odds(abs(b - i), 0, abs(board[b])); 205 if (abs(board[b]) == 1) 221 if (board[i] * inc > 0) { 223 if (board[i + inc * j] * inc < -1) { 230 ct += abs(board[i]) * (36 - count()) [all...] |
| /src/sys/arch/luna68k/stand/boot/ |
| autoconf.c | 27 #include <machine/board.h>
|
| /src/usr.sbin/installboot/arch/ |
| evbarm.c | 67 evb_board board; local 71 warnx("Unable to load board db."); 75 board = evb_db_get_board(params); 76 if (board == NULL) 79 rv = evb_uboot_setboot(params, board); 108 warnx("Unable to load board db."); 112 fprintf(stderr, "Known boards (for -o board=...) are:\n");
|
| evbmips.c | 67 evb_board board; local 71 warnx("Unable to load board db."); 75 board = evb_db_get_board(params); 76 if (board == NULL) 79 rv = evb_uboot_setboot(params, board); 108 warnx("Unable to load board db."); 112 fprintf(stderr, "Known boards (for -o board=...) are:\n");
|