Searched refs:aac_fib_context (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/dev/aacraid/ |
| HD | aacraid_var.h | 308 struct aac_fib_context { struct 312 struct aac_fib_context *next, *prev; argument 406 struct aac_fib_context *fibctx;
|
| HD | aacraid.c | 200 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/ |
| HD | aacvar.h | 300 struct aac_fib_context { struct 304 struct aac_fib_context *next, *prev; argument 387 struct aac_fib_context *fibctx;
|
| HD | aac.c | 205 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()
|