Searched refs:aac_fib_context (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac_ioctl.c | 68 extern int aac_return_aif_wait(struct aac_softstate *, struct aac_fib_context *, 70 extern int aac_return_aif(struct aac_softstate *, struct aac_fib_context *, 311 struct aac_fib_context *fibctx_p, *ctx_p; in aac_open_getadapter_fib() 315 fibctx_p = kmem_zalloc(sizeof (struct aac_fib_context), KM_NOSLEEP); in aac_open_getadapter_fib() 361 struct aac_fib_context *ctx_p; in aac_next_getadapter_fib() 403 struct aac_fib_context *ctx_p; in aac_close_getadapter_fib() 422 kmem_free(ctx_p, sizeof (struct aac_fib_context)); in aac_close_getadapter_fib()
|
H A D | aac.h | 354 struct aac_fib_context { struct 360 struct aac_fib_context *next, *prev; argument 481 struct aac_fib_context aifctx; /* sys aif ctx */ 482 struct aac_fib_context *fibctx_p;
|
H A D | aac.c | 6372 struct aac_fib_context *ctx_p; in aac_save_aif() 6396 aac_return_aif_common(struct aac_softstate *softs, struct aac_fib_context *ctx, in aac_return_aif_common() 6414 aac_return_aif(struct aac_softstate *softs, struct aac_fib_context *ctx, in aac_return_aif() 6426 aac_return_aif_wait(struct aac_softstate *softs, struct aac_fib_context *ctx, in aac_return_aif_wait()
|