Lines Matching full:pref
2957 struct p2p_channel *pref = NULL, *n;2972 n = os_realloc_array(pref, num + 1,2976 pref = n;2977 pref[num].op_class = op_class;2978 pref[num].chan = chan;2988 config->p2p_pref_chan = pref;2997 os_free(pref);