Home
last modified time | relevance | path

Searched defs:board (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/sys/dev/raid/ida/
H A Dida_pci.c215 struct ida_board *board = ida_pci_match(dev); in ida_pci_probe() local
227 struct ida_board *board = ida_pci_match(dev); in ida_pci_attach() local
H A Didavar.h185 u_int32_t board; member
/dflybsd-src/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c289 const struct ar531x_boarddata *board = AR5312_BOARDCONFIG(ah); in ar5312GetMacAddr() local
/dflybsd-src/games/tetris/
H A Dtetris.c55 cell board[B_SIZE]; variable
/dflybsd-src/games/backgammon/common_source/
H A Dinit.c72 int board[26]; variable
/dflybsd-src/games/monop/
H A Dmonop.c163 SQUARE board[N_SQRS+1] = { /* board itself (+1 for Jail) */ variable
/dflybsd-src/sys/dev/netif/ath/ath_hal/
H A Dah_soc.h86 const struct ar531x_boarddata *board; /* board config data */ member
/dflybsd-src/games/gomoku/
H A Dmain.c65 struct spotstr board[BAREA]; /* info for board */ variable
/dflybsd-src/games/boggle/boggle/
H A Dbog.c57 char *board; variable
/dflybsd-src/games/bs/
H A Dbs.c124 static char hits[2][BWIDTH][BDEPTH], board[2][BWIDTH][BDEPTH]; variable