Searched refs:member_new (Results 1 – 1 of 1) sorted by relevance
2097 s1394_isoch_cec_member_t *member_new; in t1394_join_isoch_cec() local2113 member_new = kmem_zalloc(sizeof (s1394_isoch_cec_member_t), KM_SLEEP); in t1394_join_isoch_cec()2127 kmem_free(member_new, sizeof (s1394_isoch_cec_member_t)); in t1394_join_isoch_cec()2142 kmem_free(member_new, sizeof (s1394_isoch_cec_member_t)); in t1394_join_isoch_cec()2155 kmem_free(member_new, sizeof (s1394_isoch_cec_member_t)); in t1394_join_isoch_cec()2174 kmem_free(member_new, sizeof (s1394_isoch_cec_member_t)); in t1394_join_isoch_cec()2203 member_new->isoch_cec_evts = join_isoch_info->isoch_cec_evts; in t1394_join_isoch_cec()2204 member_new->isoch_cec_evts_arg = join_isoch_info->isoch_cec_evts_arg; in t1394_join_isoch_cec()2205 member_new->cec_mem_options = join_isoch_info->jii_options; in t1394_join_isoch_cec()2206 member_new->cec_mem_target = (s1394_target_t *)t1394_hdl; in t1394_join_isoch_cec()[all …]