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

  /src/games/gomoku/
bdinit.c 250 frame_index fib = spb0->s_frame[rb]; local in function:init_overlap_frame
251 intersect[fia * FAREA + fib] = s;
252 u_char *op = &overlap[fia * FAREA + fib];
  /src/sys/dev/ic/
ld_aac.c 112 struct aac_fib *fib; local in function:ld_aac_dobio
137 fib = ac->ac_fib;
139 fib->Header.XferState = htole32(AAC_FIBSTATE_HOSTOWNED |
149 raw = (struct aac_raw_io *)&fib->data[0];
150 fib->Header.Command = htole16(RawIo);
172 size = sizeof(fib->Header) + size;
173 fib->Header.Size = htole16(size);
180 fib->Header.Command = htole16(ContainerCommand);
182 bw = (struct aac_blockwrite *)&fib->data[0];
193 br = (struct aac_blockread *)&fib->data[0]
    [all...]
aac.c 121 * Adapter-space FIB queue manipulation.
681 * Initialise FIB queues. Note that it appears that the layout of
889 * Send a Container shutdown followed by a HostShutdown FIB
922 struct aac_fib *fib; local in function:aac_new_intr
943 fib = sc->sc_aif_fib;
945 ((u_int32_t*)fib)[i] =
949 aac_handle_aif(sc, &fib);
957 fib = ac->ac_fib;
961 (char *)fib - (char *)fm->fm_fibs,
965 fib->Header.XferState |
1060 struct aac_fib *fib; local in function:aac_host_command
1129 struct aac_fib *fib; local in function:aac_host_response
1225 struct aac_fib *fib; local in function:aac_sync_fib
    [all...]

Completed in 12 milliseconds