Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/aacraid/
HDaacraid_var.h308 struct aac_fib_context { struct
312 struct aac_fib_context *next, *prev; argument
406 struct aac_fib_context *fibctx;
HDaacraid.c200 struct aac_fib_context *ctx, caddr_t uptr);
2716 struct aac_fib_context *ctx; in aac_poll()
3123 struct aac_fib_context *ctx; in aac_handle_aif()
3337 struct aac_fib_context *fibctx, *ctx; in aac_open_aif()
3342 fibctx = malloc(sizeof(struct aac_fib_context), M_AACRAIDBUF, M_NOWAIT|M_ZERO); in aac_open_aif()
3382 struct aac_fib_context *ctx; in aac_close_aif()
3413 struct aac_fib_context *ctx; in aac_getnext_aif()
3464 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr) in aac_return_aif()
/freebsd-head/sys/dev/aac/
HDaacvar.h300 struct aac_fib_context { struct
304 struct aac_fib_context *next, *prev; argument
387 struct aac_fib_context *fibctx;
HDaac.c205 struct aac_fib_context *ctx, caddr_t uptr);
2912 struct aac_fib_context *ctx; in aac_poll()
3218 struct aac_fib_context *ctx; in aac_handle_aif()
3436 struct aac_fib_context *fibctx, *ctx; in aac_open_aif()
3441 fibctx = malloc(sizeof(struct aac_fib_context), M_AACBUF, M_NOWAIT|M_ZERO); in aac_open_aif()
3481 struct aac_fib_context *ctx; in aac_close_aif()
3512 struct aac_fib_context *ctx; in aac_getnext_aif()
3557 aac_return_aif(struct aac_softc *sc, struct aac_fib_context *ctx, caddr_t uptr) in aac_return_aif()