HomeSort by: relevance | last modified time | path
    Searched defs:beacon (Results 1 - 4 of 4) sorted by relevancy

  /src/games/atc/
struct.h 58 typedef SCREEN_POS BEACON;
71 BEACON *beacon; member in struct:__anon439b482b0308
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...]
  /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

Completed in 17 milliseconds