/src/distrib/utils/embedded/conf/ |
amd64.conf | 5 board=amd64 key
|
i386.conf | 5 board=i386 key
|
octeon.conf | 4 board=octeon key
|
/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 in function:mach_init 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 in function:cpu_reboot 355 board = board_info(); 356 KASSERT(board != NULL) 443 const struct alchemy_board *board; local in function:aupci_intr_map 454 const struct alchemy_board *board; local in function:aupcmcia_machdep 463 const struct alchemy_board *board; local in function:auspi_machdep [all...] |
obio.c | 50 #include <evbmips/alchemy/board.h> 81 const struct alchemy_board *board; local in function:obio_attach 86 board = board_info(); 87 for (od = board->ab_devices; od->od_name != NULL; od++) {
|
/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 in function:ar5312_get_board_info 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 in function:ar5312_get_radio_info 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 in function:ar5315_get_board_info 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 in function:ar5315_get_radio_info 120 board = ar5315_get_board_info(); 121 if (board == NULL [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
Makefile | 9 dtb-$(CONFIG_ARCH_K3) += k3-am654-base-board.dtb 13 dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb 15 dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb
|
/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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/ |
zynqmp-zcu102-rev1.0.dts | 21 board_sn: board-sn@0 { 29 board_name: board-name@d0 { 33 board_revision: board-revision@e0 {
|
/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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi | 4 * the iWave-RZ/G1H Qseven board development platform connected with the 5 * camera daughter board.
|
sama5d3xmb_emac.dtsi | 3 * sama5d3xmb_emac.dts - Device Tree Include file for SAMA5D3x mother board
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
salvator-x.dtsi | 3 * Device Tree Source for the Salvator-X board 11 model = "Renesas Salvator-X board";
|
/src/usr.sbin/installboot/arch/ |
evbarm.c | 67 evb_board board; local in function:evbarm_setboot 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 in function:evbmips_setboot 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");
|
riscv.c | 67 evb_board board; local in function:riscv_setboot 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");
|
/src/usr.sbin/installboot/ |
evboards.c | 75 * The board database is implemented as a property list. The base 82 * base board plist is specific to the $MACHINE (e.g. "evbarm"), and 95 * The schema of the base board plist is as follows: 101 * -- Value: dictionary representing a board object. 104 * <key>example,example-board</key> 108 * -- Value: string containing the board description. 112 * <string>Example Co. Example Board</string> 116 * -- Value: string representing the board-specific 163 * Each overlay includes complete board objects that entirely replace 164 * the system-provided board objects in memory. Some of the keys i 794 prop_dictionary_t board; local in function:evb_db_load_overlay 929 prop_dictionary_t board; local in function:evb_db_load_base 1066 evb_board board; local in function:evb_db_get_board_from_ofw 1143 evb_board board = NULL; local in function:evb_db_get_board_from_dtb 1210 evb_board board = NULL; local in function:evb_db_get_board 1310 evb_board board; local in function:evb_db_list_boards [all...] |
/src/games/dab/ |
Makefile | 8 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \
|
/src/games/gomoku/ |
makemove.c | 58 if (board[PT(x, y)].s_wval != 0) 107 struct spotstr *sp = &board[mv]; 119 struct spotstr *fsp = &board[mv]; 157 game.win_spot = (spot_index)(fsp - board); 186 &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir]; 193 cp1 = &board[cbp1->c_vertex].s_fval[us][cbp1->c_dir]; 247 if (board[s].s_occ == EMPTY) { 253 frame_index b = board[s2].s_frame[r]; 255 if (board[s].s_occ == EMPTY) { 265 if (board[s].s_occ == EMPTY) [all...] |