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

  /src/sys/dev/ic/
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...]
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...]
aacvar.h 76 #define AAC_PRINT_FIB(sc, fib) aac_print_fib((sc), (fib), __func__)
79 #define AAC_PRINT_FIB(sc, fib)
134 * in one block I/O request (64-bit or 32-bit, depending) FIB, or the
177 * Sync Fib
192 /* fib for synchronous commands */
  /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/usr.bin/config/
files.c 277 const struct files * const *fia = a, * const *fib = b;
279 int sb = (*fib)->fi_order;

Completed in 14 milliseconds