Searched refs:master (Results 501 - 525 of 1311) sorted by relevance

<<21222324252627282930>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_message.c340 thread_execute (master, hello_received, on, 0);
342 thread_execute (master, twoway_received, on, 0);
344 thread_execute (master, oneway_received, on, 0);
348 thread_add_event (master, backup_seen, oi, 0);
350 thread_add_event (master, neighbor_change, oi, 0);
378 thread_execute (master, twoway_received, on, 0);
395 thread_execute (master, negotiation_done, on, 0);
411 /* Duplicated DatabaseDescription is dropped by master */
421 thread_add_event (master, seqnumber_mismatch, on, 0);
429 thread_add_event (master, seqnumber_mismatc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_message.c340 thread_execute (master, hello_received, on, 0);
342 thread_execute (master, twoway_received, on, 0);
344 thread_execute (master, oneway_received, on, 0);
348 thread_add_event (master, backup_seen, oi, 0);
350 thread_add_event (master, neighbor_change, oi, 0);
378 thread_execute (master, twoway_received, on, 0);
395 thread_execute (master, negotiation_done, on, 0);
411 /* Duplicated DatabaseDescription is dropped by master */
421 thread_add_event (master, seqnumber_mismatch, on, 0);
429 thread_add_event (master, seqnumber_mismatc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_message.c340 thread_execute (master, hello_received, on, 0);
342 thread_execute (master, twoway_received, on, 0);
344 thread_execute (master, oneway_received, on, 0);
348 thread_add_event (master, backup_seen, oi, 0);
350 thread_add_event (master, neighbor_change, oi, 0);
378 thread_execute (master, twoway_received, on, 0);
395 thread_execute (master, negotiation_done, on, 0);
411 /* Duplicated DatabaseDescription is dropped by master */
421 thread_add_event (master, seqnumber_mismatch, on, 0);
429 thread_add_event (master, seqnumber_mismatc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/extensions/
H A Dlibxt_quota.c58 .userspacesize = offsetof(struct xt_quota_info, master),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djcapimin.c42 /* For debugging purposes, we zero the whole master structure.
156 (*cinfo->master->finish_pass) (cinfo);
160 while (! cinfo->master->is_last_pass) {
161 (*cinfo->master->prepare_for_pass) (cinfo);
174 (*cinfo->master->finish_pass) (cinfo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dthread.c523 /* Allocate new thread master. */
682 thread->master = m;
862 assert (FD_ISSET (thread->u.fd, &thread->master->readfd));
863 FD_CLR (thread->u.fd, &thread->master->readfd);
864 list = &thread->master->read;
867 assert (FD_ISSET (thread->u.fd, &thread->master->writefd));
868 FD_CLR (thread->u.fd, &thread->master->writefd);
869 list = &thread->master->write;
872 queue = thread->master->timer;
875 list = &thread->master
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpimd.c45 struct thread_master *master = 0; variable in typeref:struct:thread_master
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/w1/
H A Dw1_io.c100 * @param dev the master device
116 * @param dev the master device
132 * @param dev the master device
181 * @param dev the master device
217 * @param dev the master device
238 * @param dev the master device
260 * @param dev the master device
285 * @param dev the master device
310 * @param dev The bus master pointer
369 * The w1 master loc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/pxa/
H A Dpxa2xx-i2s.c78 int master; member in struct:pxa_i2s_port
141 pxa_i2s.master = 1;
144 pxa_i2s.master = 0;
184 if (pxa_i2s.master)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_amanda.c42 * this one (ie. same IP: it will be TCP and master is UDP). */
56 ret = nf_nat_mangle_udp_packet(skb, exp->master, ctinfo,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/pci/ice1712/
H A Dprodigy_hifi.c44 unsigned short master[2]; member in struct:prodigy_hifi_spec
54 #define WM_HP_MASTER 0x02 /* headphone master (both channels),
346 unsigned short vol, unsigned short master)
350 if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
353 nvol = (((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 128)
363 unsigned short vol, unsigned short master)
367 if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
370 nvol = (((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 128)
418 wm_set_vol(ice, idx, spec->vol[2 + i], spec->master[i]);
471 spec->vol[ofs + i], spec->master[
345 wm_set_vol(struct snd_ice1712 *ice, unsigned int index, unsigned short vol, unsigned short master) argument
362 wm8766_set_vol(struct snd_ice1712 *ice, unsigned int index, unsigned short vol, unsigned short master) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/pci/ice1712/
H A Dprodigy_hifi.c44 unsigned short master[2]; member in struct:prodigy_hifi_spec
54 #define WM_HP_MASTER 0x02 /* headphone master (both channels),
346 unsigned short vol, unsigned short master)
350 if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
353 nvol = (((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 128)
363 unsigned short vol, unsigned short master)
367 if ((master & WM_VOL_MUTE) || (vol & WM_VOL_MUTE))
370 nvol = (((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 128)
418 wm_set_vol(ice, idx, spec->vol[2 + i], spec->master[i]);
471 spec->vol[ofs + i], spec->master[
345 wm_set_vol(struct snd_ice1712 *ice, unsigned int index, unsigned short vol, unsigned short master) argument
362 wm8766_set_vol(struct snd_ice1712 *ice, unsigned int index, unsigned short vol, unsigned short master) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_amanda.c42 * this one (ie. same IP: it will be TCP and master is UDP). */
56 ret = nf_nat_mangle_udp_packet(skb, exp->master, ctinfo,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/w1/
H A Dw1_io.c100 * @param dev the master device
116 * @param dev the master device
132 * @param dev the master device
181 * @param dev the master device
217 * @param dev the master device
238 * @param dev the master device
260 * @param dev the master device
285 * @param dev the master device
310 * @param dev The bus master pointer
369 * The w1 master loc
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/soc/pxa/
H A Dpxa2xx-i2s.c78 int master; member in struct:pxa_i2s_port
141 pxa_i2s.master = 1;
144 pxa_i2s.master = 0;
184 if (pxa_i2s.master)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dthread.c523 /* Allocate new thread master. */
682 thread->master = m;
862 assert (FD_ISSET (thread->u.fd, &thread->master->readfd));
863 FD_CLR (thread->u.fd, &thread->master->readfd);
864 list = &thread->master->read;
867 assert (FD_ISSET (thread->u.fd, &thread->master->writefd));
868 FD_CLR (thread->u.fd, &thread->master->writefd);
869 list = &thread->master->write;
872 queue = thread->master->timer;
875 list = &thread->master
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpimd.c45 struct thread_master *master = 0; variable in typeref:struct:thread_master
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Dtest-privs.c78 struct thread_master *master; variable in typeref:struct:thread_master
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/setup/
H A Dnamed.conf7 type master;
53 type master;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Dtest-privs.c78 struct thread_master *master; variable in typeref:struct:thread_master
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/extensions/
H A Dlibxt_quota.c58 .userspacesize = offsetof(struct xt_quota_info, master),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djcapimin.c42 /* For debugging purposes, we zero the whole master structure.
156 (*cinfo->master->finish_pass) (cinfo);
160 while (! cinfo->master->is_last_pass) {
161 (*cinfo->master->prepare_for_pass) (cinfo);
174 (*cinfo->master->finish_pass) (cinfo);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/setup/
H A Dnamed.conf7 type master;
53 type master;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/setup/
H A Dnamed.conf7 type master;
53 type master;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dthread.c523 /* Allocate new thread master. */
682 thread->master = m;
862 assert (FD_ISSET (thread->u.fd, &thread->master->readfd));
863 FD_CLR (thread->u.fd, &thread->master->readfd);
864 list = &thread->master->read;
867 assert (FD_ISSET (thread->u.fd, &thread->master->writefd));
868 FD_CLR (thread->u.fd, &thread->master->writefd);
869 list = &thread->master->write;
872 queue = thread->master->timer;
875 list = &thread->master
[all...]

Completed in 248 milliseconds

<<21222324252627282930>>