Lines Matching defs:cos
135 /* parse cos - from the config file */
140 "cos missing\n"));
145 /* parse b_band - mapped from cos */
155 /* parse dl_priority.dl_max - mapped from cos */
205 uint8_t cos;
258 /* parse cos, if present */
259 if ((err = nvlist_lookup_byte(nvlp, DLCOSMK_COS, &cos)) == 0) {
261 /* parse b_band, mapped from cos */
270 /* parse dl_priority, mapped from cos */
280 dlcosmk_data->usr_pri = cos;
496 /* just give the cos, since that is what is provided in the config */
499 dlcosmk0dbg(("dlcosmk_info: error adding cos\n"));