Searched defs:prio (Results 1 - 25 of 25) sorted by relevance

/external/wpa_supplicant/
H A Dpreauth.h41 int prio, int preauth);
70 int prio, int preauth)
68 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Devents.c503 int num, prio, timeout; local
527 for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
529 wpa_s, wpa_s->conf->pssid[prio], results, num,
H A Dpreauth.c350 * @prio: Priority (the smaller number, the higher priority)
358 int prio, int preauth)
388 if (prio < PMKID_CANDIDATE_PRIO_SCAN)
389 cand->priority = prio;
395 cand->priority = prio;
415 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
357 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dconfig.c1250 int prio; local
1257 for (prio = 0; prio < config->num_prio; prio++) {
1258 prev = config->pssid[prio];
1273 for (prio = 0; prio < config->num_prio; prio++) {
1274 if (nlist[prio]->priority < ssid->priority)
1278 os_memmove(&nlist[prio
1795 int prio; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.h29 int prio, int preauth);
61 int prio, int preauth)
59 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
H A Dpreauth.c352 * @prio: Priority (the smaller number, the higher priority)
360 int prio, int preauth)
391 if (prio < PMKID_CANDIDATE_PRIO_SCAN)
392 cand->priority = prio;
398 cand->priority = prio;
418 "candidate " MACSTR " prio %d", MAC2STR(bssid), prio);
359 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
/external/kernel-headers/original/linux/
H A Dplist.h38 * |10 | |10| |21| |21| |21| |40| (prio)
89 int prio; member in struct:plist_node
119 .prio = (__prio), \
142 * @prio: initial node priority
144 static inline void plist_node_init(struct plist_node *node, int prio) argument
146 node->prio = prio;
H A Dswap.h132 int prio; /* swap priority */ member in struct:swap_info_struct
H A Dpkt_sched.h250 __u8 prio; /* prio of this VQ */ member in struct:tc_gred_qopt
278 __u32 prio; member in struct:tc_htb_opt
H A Dsched.h490 * values are inverted: lower p->prio value means higher priority.
504 #define rt_prio(prio) unlikely((prio) < MAX_RT_PRIO)
505 #define rt_task(p) rt_prio((p)->prio)
782 int prio, static_prio, normal_prio; member in struct:task_struct
1117 extern void rt_mutex_setprio(struct task_struct *p, int prio);
/external/iproute2/tc/
H A Dtc_filter.c56 __u32 prio = 0; local
106 if (prio)
108 if (get_u32(&prio, *argv, 0))
136 req.t.tcm_info = TC_H_MAKE(prio<<16, protocol);
230 __u32 prio = TC_H_MAJ(t->tcm_info)>>16; local
238 if (!filter_prio || filter_prio != prio) {
239 if (prio)
240 fprintf(fp, "pref %u ", prio);
267 __u32 prio = 0; local
303 if (prio)
[all...]
H A Dm_action.c178 int prio = 0; local
224 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
377 int prio = 0; local
454 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
525 int ret = 0, prio = 0, msg_size = 0; local
562 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
H A Dq_cbq.c32 fprintf(stderr, " [ prio NUMBER ] [ cell BYTES ] [ ewma LOG ]\n");
279 } else if (matches(*argv, "prio") == 0) {
280 unsigned prio; local
282 if (get_u32(&prio, *argv, 0)) {
283 explain1("prio");
286 if (prio > TC_CBQ_MAXPRIO) {
287 fprintf(stderr, "\"prio\" must be number in the range 1...%d\n", TC_CBQ_MAXPRIO);
290 wrr.priority = prio;
514 fprintf(f, "prio %u", wrr->priority);
516 fprintf(f, "prio n
[all...]
/external/netperf/
H A Dnetcpu_looper.c227 int pid,prio; local
229 prio = PRIORITY;
234 setpri(pid, prio);
237 int pid,prio;
239 prio = PRIORITY;
241 schedctl(NDPRI, pid, prio);
/external/bluetooth/glib/gio/xdgmime/
H A Dxdgmimemagic.c666 int prio; local
668 prio = 0;
674 prio = match->priority;
699 *result_prio = prio;
H A Dxdgmimecache.c241 int *prio)
255 *prio = priority;
268 int *prio,
278 *prio = 0;
289 data, len, prio);
626 int prio; local
629 match = cache_magic_lookup_data (cache, data, len, &prio,
631 if (prio > priority)
633 priority = prio;
237 cache_magic_compare_to_data(XdgMimeCache *cache, xdg_uint32_t offset, const void *data, size_t len, int *prio) argument
265 cache_magic_lookup_data(XdgMimeCache *cache, const void *data, size_t len, int *prio, const char *mime_types[], int n_mime_types) argument
/external/chromium/base/third_party/xdg_mime/
H A Dxdgmimemagic.c666 int prio; local
668 prio = 0;
674 prio = match->priority;
699 *result_prio = prio;
H A Dxdgmimecache.c243 int *prio)
257 *prio = priority;
270 int *prio,
280 *prio = 0;
291 data, len, prio);
628 int prio; local
631 match = cache_magic_lookup_data (cache, data, len, &prio,
633 if (prio > priority)
635 priority = prio;
239 cache_magic_compare_to_data(XdgMimeCache *cache, xdg_uint32_t offset, const void *data, size_t len, int *prio) argument
267 cache_magic_lookup_data(XdgMimeCache *cache, const void *data, size_t len, int *prio, const char *mime_types[], int n_mime_types) argument
/external/webkit/WebCore/css/
H A DCSSGrammar.y245 %type <boolean> prio
1237 property ':' maybe_space expr prio {
1267 property ':' maybe_space error expr prio {
1274 property ':' maybe_space expr prio error {
1306 prio: label
/external/wpa_supplicant_6/wpa_supplicant/
H A Devents.c622 int prio, timeout; local
663 for (prio = 0; prio < wpa_s->conf->num_prio; prio++) {
665 wpa_s, wpa_s->conf->pssid[prio], &ssid);
H A Dconfig.c1457 int prio; local
1464 for (prio = 0; prio < config->num_prio; prio++) {
1465 prev = config->pssid[prio];
1480 for (prio = 0; prio < config->num_prio; prio++) {
1481 if (nlist[prio]->priority < ssid->priority)
1485 os_memmove(&nlist[prio
2005 int prio; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Dnetworkconfig.cpp384 QString prio; local
385 prio = prio.setNum(prioritySpinBox->value());
386 setNetworkParam(id, "priority", prio.toAscii().constData(),
/external/ppp/pppd/
H A Dtty.c563 int err, prio; local
565 prio = privopen? OPRIO_ROOT: tty_options[0].priority;
566 if (prio < OPRIO_ROOT)
570 if (prio < OPRIO_ROOT)
H A Doptions.c633 int prio = option_priority; local
638 prio += OPRIO_ROOT;
642 if (prio < mainopt->priority) {
644 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) {
651 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE)
793 mainopt->priority = prio;
/external/iproute2/include/linux/
H A Dpkt_sched.h250 __u8 prio; /* prio of this VQ */ member in struct:tc_gred_qopt
278 __u32 prio; member in struct:tc_htb_opt

Completed in 462 milliseconds