Home
last modified time | relevance | path

Searched refs:slaves (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dwait-process.c130 static slaves_entry_t * volatile slaves = static_slaves; variable
155 if (slaves[n].used) in cleanup_slaves()
157 pid_t slave = slaves[n].child; in cleanup_slaves()
182 slaves_entry_t *s = slaves; in register_slave_subprocess()
203 slaves_entry_t *old_slaves = slaves; in register_slave_subprocess()
217 slaves = new_slaves; in register_slave_subprocess()
227 slaves[slaves_count].child = child; in register_slave_subprocess()
228 slaves[slaves_count].used = 1; in register_slave_subprocess()
239 slaves_entry_t *s = slaves; in unregister_slave_subprocess()
/netbsd/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-gssmask.in120 --slaves=localhost:8889 \
121 --slaves=localhost:8890 \
122 --slaves=localhost:8891 \
/netbsd/usr.sbin/timed/
H A DCHANGES22 -dump information about slaves, master, and so on each time
27 use a hash table to keep track of slaves, instead of the stupid linear
28 list. This becomes handy with hundreds of slaves, instead of
100 MAN. The limit of 1013 on the number of slaves hosts should be doc'ed.
107 more than 200-300 slaves. The master cannot keep up because
109 gets behind, slaves start demanding elections. To
110 significantly increase the number of slaves would require
/netbsd/usr.sbin/timed/timed/
H A DCHANGES31 -dump information about slaves, master, and so on each time
36 use a hash table to keep track of slaves, instead of the stupid linear
37 list. This becomes handy with hundreds of slaves, instead of
109 MAN. The limit of 1013 on the number of slaves hosts should be doc'ed.
116 more than 200-300 slaves. The master cannot keep up because
118 gets behind, slaves start demanding elections. To
119 significantly increase the number of slaves would require
/netbsd/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_master.c1481 while (slaves) { in write_stats()
1486 (struct sockaddr*)&slaves->addr, &addr); in write_stats()
1497 if (slaves->flags & SLAVE_F_DEAD) in write_stats()
1508 slaves = slaves->next; in write_stats()
1565 slave *slaves = NULL; in main() local
1696 for (p = slaves; p != NULL; p = p->next) { in main()
1756 for (p = slaves; p != NULL; p = p->next) { in main()
1811 for (p = slaves; p != NULL; p = p->next) { in main()
1825 for (p = slaves; p != NULL; p = p->next) { in main()
1835 for(p = slaves; p != NULL; p = p->next) { in main()
[all …]
H A DChangeLog54 every time. - make slaves get the whole new database if they have
582 * ipropd_master.c (main): process all slaves, not just up to the
795 * ipropd_master.c: handle slaves that come and go; add status
/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_ebiu_amc.c37 struct hw *slaves[4]; member
102 struct hw *slave = amc->slaves[i]; in bfin_ebiu_amc_write_amgctl()
354 if (addr + nr_bytes > ARRAY_SIZE (amc->slaves)) in bfin_ebiu_amc_attach_address_callback()
358 amc->slaves[addr + nr_bytes] = client; in bfin_ebiu_amc_attach_address_callback()
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A Ddv-bfin_ebiu_amc.c37 struct hw *slaves[4]; member
102 struct hw *slave = amc->slaves[i]; in bfin_ebiu_amc_write_amgctl()
354 if (addr + nr_bytes > ARRAY_SIZE (amc->slaves)) in bfin_ebiu_amc_attach_address_callback()
358 amc->slaves[addr + nr_bytes] = client; in bfin_ebiu_amc_attach_address_callback()
/netbsd/sys/arch/rs6000/mca/
H A Dmca_machdep.c79 #define INIT_SLAVE_CHN_BITMASK(slaves) (0xFFFFFFFF << (32 - (slaves)) argument
/netbsd/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dbcm23550-sparrow.dts44 stdout-path = "/slaves@3e000000/serial@0:115200n8";
H A Domap3-sniper.dts236 * The TWL4030 VAUX2 and VDAC regulators power sensors that are slaves on I2C3.
H A Dbcm23550.dtsi125 slaves@3e000000 {
H A Dam335x-myirtech-myd.dts106 slaves = <2>;
/netbsd/crypto/external/bsd/heimdal/dist/doc/
H A Dsetup.texi508 to the slaves, running
527 the slaves. This principal should be added when running @kbd{kadmin -l
555 the slaves. The master keeps track of all the changes by assigning a
556 version number to every change to the database. The slaves know which
562 Protocol-wise, all the slaves connect to the master and as a greeting
570 slaves, the ipropd-master also listens on a status unix
582 Create the file @file{/var/heimdal/slaves} on the master containing all
609 database so they can be propagated to the slaves. There is also a
612 this signal. Then, start @command{ipropd-slave} on all the slaves:
626 The master write outs the current status of the slaves, last seen and
[all …]
H A Dintro.texi64 slaves
/netbsd/external/bsd/nsd/dist/doc/
H A DUPGRADING60 * you can list nsd-commandline-options, zones, masters, slaves, keys.
H A DNSD-4-features115 notify [zone] : for master zones here, send notifies to its slaves.
H A DNSD-FOR-BIND-USERS196 a master to further slaves as well. This way meshes of name servers
H A DTODO38 - Option to only notify a batch of slaves (from loads) at a time, with
/netbsd/sys/arch/hp300/DOC/
H A DOptions94 which priority is given to slaves on the host adaptor. Define
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-alpha.c503 fixS *slaves; /* Head of linked list of lituses. */ member
739 for (slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
756 slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
1848 info->slaves = fixP; in emit_insn()
1906 fixP->tc_fix_data.next_reloc = info->slaves; in emit_insn()
1907 info->slaves = fixP; in emit_insn()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c503 fixS *slaves; /* Head of linked list of lituses. */ member
739 for (slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
756 slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
1848 info->slaves = fixP; in emit_insn()
1906 fixP->tc_fix_data.next_reloc = info->slaves; in emit_insn()
1907 info->slaves = fixP; in emit_insn()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-alpha.c503 fixS *slaves; /* Head of linked list of lituses. */ member
739 for (slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
756 slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
1848 info->slaves = fixP; in emit_insn()
1906 fixP->tc_fix_data.next_reloc = info->slaves; in emit_insn()
1907 info->slaves = fixP; in emit_insn()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c503 fixS *slaves; /* Head of linked list of lituses. */ member
742 for (slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
759 slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs()
1850 info->slaves = fixP; in emit_insn()
1908 fixP->tc_fix_data.next_reloc = info->slaves; in emit_insn()
1909 info->slaves = fixP; in emit_insn()
/netbsd/crypto/external/bsd/heimdal/dist/
H A DNEWS63 - Don't send diffs to slaves with not yet known version
120 one slave receving a full HDB can cause other slaves to timeout
123 full syncs for all slaves until HDB write activity drops.

12