Searched refs:prio (Results 251 - 275 of 605) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dconfig.c1542 int prio; local
1549 for (prio = 0; prio < config->num_prio; prio++) {
1550 prev = config->pssid[prio];
1565 for (prio = 0; prio < config->num_prio; prio++) {
1566 if (nlist[prio]->priority < ssid->priority)
1570 os_memmove(&nlist[prio
2152 int prio; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/examples/
H A Dcbq.init-v0.7.3772 bandwidth $BANDWIDTH rate $RATE weight $WEIGHT prio $PRIO \
790 prio $PRIO_MARK handle $mark fw classid 1:$CLASS
804 prio $PRIO_REALM route ${SREALM:+from $SREALM} \
848 prio $PRIO_RULE u32 $u32_s $u32_d classid 1:$CLASS
946 bandwidth $BANDWIDTH rate $NEW_RATE weight $NEW_WGHT prio $PRIO \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/examples/
H A Dcbq.init-v0.7.3772 bandwidth $BANDWIDTH rate $RATE weight $WEIGHT prio $PRIO \
790 prio $PRIO_MARK handle $mark fw classid 1:$CLASS
804 prio $PRIO_REALM route ${SREALM:+from $SREALM} \
848 prio $PRIO_RULE u32 $u32_s $u32_d classid 1:$CLASS
946 bandwidth $BANDWIDTH rate $NEW_RATE weight $NEW_WGHT prio $PRIO \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/examples/
H A Dcbq.init-v0.7.3772 bandwidth $BANDWIDTH rate $RATE weight $WEIGHT prio $PRIO \
790 prio $PRIO_MARK handle $mark fw classid 1:$CLASS
804 prio $PRIO_REALM route ${SREALM:+from $SREALM} \
848 prio $PRIO_RULE u32 $u32_s $u32_d classid 1:$CLASS
946 bandwidth $BANDWIDTH rate $NEW_RATE weight $NEW_WGHT prio $PRIO \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dswapfile.c455 (!wrapped && si->prio != swap_info[next]->prio)) {
583 p->prio > swap_info[swap_list.next]->prio)
1602 if (p->prio < 0) {
1604 swap_info[i]->prio = p->prio--;
1619 if (p->prio < 0)
1620 p->prio = --least_priority;
1623 if (p->prio >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/davinci/
H A Dvpif_capture.c818 fh->prio = V4L2_PRIORITY_UNSET;
819 v4l2_prio_open(&ch->prio, &fh->prio);
872 v4l2_prio_close(&ch->prio, fh->prio);
1447 ret = v4l2_prio_check(&ch->prio, fh->prio);
1557 ret = v4l2_prio_check(&ch->prio, fh->prio);
1713 ret = v4l2_prio_check(&ch->prio, f
1761 vpif_g_priority(struct file *file, void *priv, enum v4l2_priority *prio) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/davinci/
H A Dvpif_capture.c818 fh->prio = V4L2_PRIORITY_UNSET;
819 v4l2_prio_open(&ch->prio, &fh->prio);
872 v4l2_prio_close(&ch->prio, fh->prio);
1447 ret = v4l2_prio_check(&ch->prio, fh->prio);
1557 ret = v4l2_prio_check(&ch->prio, fh->prio);
1713 ret = v4l2_prio_check(&ch->prio, f
1761 vpif_g_priority(struct file *file, void *priv, enum v4l2_priority *prio) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dswapfile.c455 (!wrapped && si->prio != swap_info[next]->prio)) {
583 p->prio > swap_info[swap_list.next]->prio)
1602 if (p->prio < 0) {
1604 swap_info[i]->prio = p->prio--;
1619 if (p->prio < 0)
1620 p->prio = --least_priority;
1623 if (p->prio >
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dm_action.c143 int prio = 0; local
189 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
342 int prio = 0; local
419 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
490 int ret = 0, prio = 0, msg_size = 0; local
527 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dm_action.c165 int prio = 0; local
211 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
364 int prio = 0; local
441 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
512 int ret = 0, prio = 0, msg_size = 0; local
549 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dm_action.c143 int prio = 0; local
189 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
342 int prio = 0; local
419 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
490 int ret = 0, prio = 0, msg_size = 0; local
527 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dm_action.c165 int prio = 0; local
211 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
364 int prio = 0; local
441 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
512 int ret = 0, prio = 0, msg_size = 0; local
549 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dm_action.c143 int prio = 0; local
189 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
342 int prio = 0; local
419 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
490 int ret = 0, prio = 0, msg_size = 0; local
527 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dm_action.c165 int prio = 0; local
211 addattr_l(n, MAX_MSG, ++prio, NULL, 0);
364 int prio = 0; local
441 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
512 int ret = 0, prio = 0, msg_size = 0; local
549 addattr_l(&req.n, MAX_MSG, ++prio, NULL, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/bridge/brctl/
H A Dbrctl_cmd.c226 int prio; local
229 if (sscanf(argv[2], "%i", &prio) != 1) {
234 err = br_set_bridge_priority(argv[1], prio);
452 "<bridge> <prio>\t\tset bridge priority" },
462 "<bridge> <port> <prio>\tset port priority" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/bridge/brctl/
H A Dbrctl_cmd.c226 int prio; local
229 if (sscanf(argv[2], "%i", &prio) != 1) {
234 err = br_set_bridge_priority(argv[1], prio);
452 "<bridge> <prio>\t\tset bridge priority" },
462 "<bridge> <port> <prio>\tset port priority" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/bridge/brctl/
H A Dbrctl_cmd.c226 int prio; local
229 if (sscanf(argv[2], "%i", &prio) != 1) {
234 err = br_set_bridge_priority(argv[1], prio);
452 "<bridge> <prio>\t\tset bridge priority" },
462 "<bridge> <port> <prio>\tset port priority" },
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_pdu.h130 u_char prio; member in struct:isis_lan_hello_hdr
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dsh_intc.h109 int intc_set_priority(unsigned int irq, unsigned int prio);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/utils/
H A Detc53xx.h244 unsigned char prio:2; /* priority */ member in struct:_ROBO_ARL_ENTRY_CTRL_STRUC
279 unsigned char prio:1; /* priority */ member in struct:_ROBO_ARL_ENTRY_MCAST_CTRL_STRUC
294 unsigned int prio:2; /* priority */ member in struct:_ROBO_ARL_SEARCH_RESULT_EXTENSION
407 unsigned char prio:1; /* priority */ member in struct:_ROBO_ARL_TABLE_MCAST_DATA_STRUC
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/utils_arm/
H A Detc53xx.h244 unsigned char prio:2; /* priority */ member in struct:_ROBO_ARL_ENTRY_CTRL_STRUC
279 unsigned char prio:1; /* priority */ member in struct:_ROBO_ARL_ENTRY_MCAST_CTRL_STRUC
294 unsigned int prio:2; /* priority */ member in struct:_ROBO_ARL_SEARCH_RESULT_EXTENSION
407 unsigned char prio:1; /* priority */ member in struct:_ROBO_ARL_TABLE_MCAST_DATA_STRUC
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/xtensa/variants/s6000/include/variant/
H A Ddmac.h234 int prio, /* 0 (highest) .. 3 (lowest) */
251 (prio << S6_DMA_CHNCTRL_PRIO) |
297 int prio,
325 s6dmac_enable_chan(dmac, r, prio, periphxfer,
233 s6dmac_enable_chan(u32 dmac, int chan, int prio, int periphxfer, int srcinc, int dstinc, int comchunk, int srcskip, int dstskip, int burstsize, int bandwidthconserve, int lowwmark, int timestamp, int enable) argument
296 s6dmac_request_chan(u32 dmac, int chan, int prio, int periphxfer, int srcinc, int dstinc, int comchunk, int srcskip, int dstskip, int burstsize, int bandwidthconserve, int lowwmark, int timestamp, int enable) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/xtensa/variants/s6000/include/variant/
H A Ddmac.h234 int prio, /* 0 (highest) .. 3 (lowest) */
251 (prio << S6_DMA_CHNCTRL_PRIO) |
297 int prio,
325 s6dmac_enable_chan(dmac, r, prio, periphxfer,
233 s6dmac_enable_chan(u32 dmac, int chan, int prio, int periphxfer, int srcinc, int dstinc, int comchunk, int srcskip, int dstskip, int burstsize, int bandwidthconserve, int lowwmark, int timestamp, int enable) argument
296 s6dmac_request_chan(u32 dmac, int chan, int prio, int periphxfer, int srcinc, int dstinc, int comchunk, int srcskip, int dstskip, int burstsize, int bandwidthconserve, int lowwmark, int timestamp, int enable) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dsh_intc.h109 int intc_set_priority(unsigned int irq, unsigned int prio);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_pdu.h130 u_char prio; member in struct:isis_lan_hello_hdr

Completed in 197 milliseconds

<<11121314151617181920>>