Symbol: aac_slot
usr/src/uts/common/io/aac/aac.c
1221
aac_send_command(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
1299
struct aac_slot *slotp;
usr/src/uts/common/io/aac/aac.c
1824
struct aac_slot *slotp = acp->slotp;
usr/src/uts/common/io/aac/aac.c
2030
struct aac_slot *slotp = acp->slotp;
usr/src/uts/common/io/aac/aac.c
2065
struct aac_slot *slotp = acp->slotp;
usr/src/uts/common/io/aac/aac.c
2084
struct aac_slot *slotp = acp->slotp;
usr/src/uts/common/io/aac/aac.c
304
static struct aac_slot *aac_get_slot(struct aac_softstate *);
usr/src/uts/common/io/aac/aac.c
305
static void aac_release_slot(struct aac_softstate *, struct aac_slot *);
usr/src/uts/common/io/aac/aac.c
306
static int aac_alloc_fib(struct aac_softstate *, struct aac_slot *);
usr/src/uts/common/io/aac/aac.c
307
static void aac_free_fib(struct aac_slot *);
usr/src/uts/common/io/aac/aac.c
329
static int aac_send_command(struct aac_softstate *, struct aac_slot *);
usr/src/uts/common/io/aac/aac.c
5561
struct aac_slot *slotp = acp->slotp;
usr/src/uts/common/io/aac/aac.c
5724
struct aac_slot *slotp = acp->slotp;
usr/src/uts/common/io/aac/aac.c
5871
struct aac_slot *slotp;
usr/src/uts/common/io/aac/aac.c
5911
struct aac_slot *slotp;
usr/src/uts/common/io/aac/aac.c
5941
struct aac_slot *slotp = acp->slotp;
usr/src/uts/common/io/aac/aac.c
6076
aac_alloc_fib(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
6150
aac_free_fib(struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
6164
struct aac_slot *slotp;
usr/src/uts/common/io/aac/aac.c
6183
struct aac_slot *slotp;
usr/src/uts/common/io/aac/aac.c
6201
softs->io_slot = kmem_zalloc(sizeof (struct aac_slot) * \
usr/src/uts/common/io/aac/aac.c
6219
kmem_free(softs->io_slot, sizeof (struct aac_slot) * \
usr/src/uts/common/io/aac/aac.c
6225
struct aac_slot *
usr/src/uts/common/io/aac/aac.c
6228
struct aac_slot *slotp;
usr/src/uts/common/io/aac/aac.c
6238
aac_release_slot(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.c
8235
aac_print_fib(struct aac_softstate *softs, struct aac_slot *slotp)
usr/src/uts/common/io/aac/aac.h
217
struct aac_slot *next; /* next slot in the free slot list */
usr/src/uts/common/io/aac/aac.h
293
struct aac_slot *slotp; /* slot used by this command */
usr/src/uts/common/io/aac/aac.h
448
struct aac_slot *io_slot; /* static list for allocated slots */
usr/src/uts/common/io/aac/aac.h
449
struct aac_slot *free_io_slot_head;
usr/src/uts/common/io/aac/aac.h
547
extern void aac_print_fib(struct aac_softstate *, struct aac_slot *);