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

/freebsd-12-stable/sys/dev/aac/
H A Daacvar.h302 struct aac_fib_context { struct
306 struct aac_fib_context *next, *prev;
389 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-12-stable/sys/dev/aacraid/
H A Daacraid_var.h333 struct aac_fib_context { struct
337 struct aac_fib_context *next, *prev;
435 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 174 milliseconds