softmac_switch_req_t
list_create(&sup->su_req_list, sizeof (softmac_switch_req_t),
offsetof(softmac_switch_req_t, ssq_req_list_node));
softmac_switch_req_t *req;
list_create(&reqlist, sizeof (softmac_switch_req_t),
offsetof(softmac_switch_req_t, ssq_req_list_node));
req = kmem_alloc(sizeof (softmac_switch_req_t), KM_NOSLEEP);
kmem_free(req, sizeof (softmac_switch_req_t));
kmem_free(req, sizeof (softmac_switch_req_t));
softmac_switch_req_t *req;
kmem_free(req, sizeof (softmac_switch_req_t));
softmac_switch_req_t *req;
kmem_free(req, sizeof (softmac_switch_req_t));