Searched refs:media_list (Results 1 – 1 of 1) sorted by relevance
3145 int *media_list = NULL; in compat_ifmu_ulist() local3155 media_list = (int *)kalloc_data(ifmr->ifm_count * sizeof(int), in compat_ifmu_ulist()3157 if (media_list == NULL) { in compat_ifmu_ulist()3164 error = copyin(user_addr, media_list, ifmr->ifm_count * sizeof(int)); in compat_ifmu_ulist()3174 old_media = media_list[i]; in compat_ifmu_ulist()3185 media_list[i] = new_media; in compat_ifmu_ulist()3189 error = copyout(media_list, user_addr, ifmr->ifm_count * sizeof(int)); in compat_ifmu_ulist()3198 if (media_list != NULL) { in compat_ifmu_ulist()3199 kfree_data(media_list, ifmr->ifm_count * sizeof(int)); in compat_ifmu_ulist()