Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.c68 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 Daac.h354 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 Daac.c6378 struct aac_fib_context *ctx_p; in aac_save_aif()
6402 aac_return_aif_common(struct aac_softstate *softs, struct aac_fib_context *ctx, in aac_return_aif_common()
6420 aac_return_aif(struct aac_softstate *softs, struct aac_fib_context *ctx, in aac_return_aif()
6432 aac_return_aif_wait(struct aac_softstate *softs, struct aac_fib_context *ctx, in aac_return_aif_wait()