/src/games/atc/ |
lex.l | 70 beacon { return(BeaconOp); }
|
input.c | 81 static const char *beacon(int); 190 state9[] = { { 'b', 5, " beacon #", NULL }, 191 { '*', 5, " beacon #", NULL }, 195 state11[] = { { 'b', 8, " beacon #", beacon }, 196 { '*', 8, " beacon #", beacon }, 486 return ("Unknown beacon"); 487 xdiff = sp->beacon[bn].x - p.xpos; 489 ydiff = sp->beacon[bn].y - p.ypos 524 beacon(int c __unused) function in typeref:typename:const char * [all...] |
struct.h | 58 typedef SCREEN_POS BEACON; 71 BEACON *beacon; member in struct:__anon439b482b0308
|
grammar.y | 182 if (reallocarr(&sp->beacon, 183 sp->num_beacons + REALLOC, sizeof(BEACON)) != 0) 186 sp->beacon[sp->num_beacons].x = $2; 187 sp->beacon[sp->num_beacons].y = $3;
|
graphics.c | 217 (void)wmove(radar, scp->beacon[iu].y, scp->beacon[iu].x * 2);
|
update.c | 133 if (pp->delayd && pp->xpos == sp->beacon[pp->delayd_no].x && 134 pp->ypos == sp->beacon[pp->delayd_no].y) {
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
Makefile | 2 dtb-$(CONFIG_ARCH_R8A774A1) += r8a774a1-beacon-rzg2m-kit.dtb 11 dtb-$(CONFIG_ARCH_R8A774B1) += r8a774b1-beacon-rzg2n-kit.dtb 25 dtb-$(CONFIG_ARCH_R8A774E1) += r8a774e1-beacon-rzg2h-kit.dtb
|
/src/sys/net80211/ |
ieee80211.h | 430 * BEACON management packets 433 * octet beacon interval[2] 443 #define IEEE80211_BEACON_INTERVAL(beacon) \ 444 ((beacon)[8] | ((beacon)[9] << 8)) 445 #define IEEE80211_BEACON_CAPABILITY(beacon) \ 446 ((beacon)[10] | ((beacon)[11] << 8))
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
Makefile | 34 dtb-$(CONFIG_ARCH_MXC) += imx8mm-beacon-kit.dtb 47 dtb-$(CONFIG_ARCH_MXC) += imx8mn-beacon-kit.dtb
|
/src/sys/dev/pci/ |
if_iwi.c | 1246 struct iwi_notif_beacon_state *beacon; local in function:iwi_notification_intr 1343 beacon = (struct iwi_notif_beacon_state *)(notif + 1); 1345 if (beacon->state == IWI_BEACON_MISS) { 1346 DPRINTFN(5, ("%s: %u beacon(s) missed\n", 1347 device_xname(sc->sc_dev), le32toh(beacon->number)));
|
if_iwnreg.h | 834 * For the most reliable scan, set > AP beacon interval (typically 100msec). 1244 uint32_t beacon; member in struct:iwn_rx_stat 1322 /* Structures for IWN_{RX,BEACON}_STATISTICS notification. */ 1507 * @IWN_UCODE_TLV_FLAGS_BF_UPDATED: new beacon filtering API
|