Searched refs:softmac_dev_t (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h89 } softmac_dev_t; typedef in typeref:struct:softmac_dev_s
105 * style-2) for the same device to be processed. A softmac_dev_t will be
108 * We try to "register" the mac after all the softmac_dev_t's are processed so
135 softmac_dev_t *smac_softmac[2]; /* smac_mutex */
139 * This should be the same as the numbers of softmac_dev_t.
145 * Number of softmac_dev_t left when pre-detach fails. This is used
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c217 * A softmac_t is used to track each DDI_NT_NET device, and a softmac_dev_t
321 softmac_dev_t *softmac_dev = NULL;
441 softmac_dev = kmem_zalloc(sizeof (softmac_dev_t), KM_SLEEP);
679 softmac_dev_t *softmac_dev;
945 softmac_dev_t *softmac_dev;
1069 kmem_free(softmac_dev, sizeof (softmac_dev_t));

Completed in 101 milliseconds