Searched refs:aac_fib_context (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daacvar.h300 struct aac_fib_context { struct
304 struct aac_fib_context *next, *prev;
387 struct aac_fib_context *fibctx;
H A Daac.c207 struct aac_fib_context *ctx, caddr_t uptr);
2918 struct aac_fib_context *ctx;
3227 struct aac_fib_context *ctx;
3445 struct aac_fib_context *fibctx, *ctx;
3450 fibctx = malloc(sizeof(struct aac_fib_context), M_AACBUF, M_NOWAIT|M_ZERO);
3490 struct aac_fib_context *ctx;
3521 struct aac_fib_context *ctx;
3566 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr)
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h331 struct aac_fib_context { struct
335 struct aac_fib_context *next, *prev;
433 struct aac_fib_context *fibctx;
H A Daacraid.c205 struct aac_fib_context *ctx, caddr_t uptr);
2711 struct aac_fib_context *ctx;
3118 struct aac_fib_context *ctx;
3330 struct aac_fib_context *fibctx, *ctx;
3335 fibctx = malloc(sizeof(struct aac_fib_context), M_AACRAIDBUF, M_NOWAIT|M_ZERO);
3375 struct aac_fib_context *ctx;
3406 struct aac_fib_context *ctx;
3457 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr)

Completed in 140 milliseconds