Searched refs:slaves (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtape.c89 * sends writeheader()'s and lists of daddr's to the slaves via pipes.
90 * The following structure defines the instruction packets sent to slaves.
110 } slaves[SLAVES+1]; variable in typeref:struct:slave
147 slaves[i].tblock = (char (*)[TP_BSIZE])
149 slaves[i].req = (struct req *)slaves[i].tblock - ntrec - 1;
151 slp = &slaves[0];
295 if (++slp >= &slaves[SLAVES])
296 slp = &slaves[0];
316 if (slaves[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dwait-process.c116 /* Type of an entry in the slaves array.
132 static slaves_entry_t * volatile slaves = static_slaves; variable
156 /* Skip unused entries in the slaves array. */
157 if (slaves[n].used)
159 pid_t slave = slaves[n].child;
182 /* Try to store the new slave in an unused entry of the slaves array. */
184 slaves_entry_t *s = slaves;
202 /* Extend the slaves array. Note that we cannot use xrealloc(),
205 slaves_entry_t *old_slaves = slaves;
213 the slaves lis
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-gssmask.in123 --slaves=localhost:8889 \
124 --slaves=localhost:8890 \
125 --slaves=localhost:8891 \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_master.c148 asprintf(&slavefile, "%s/slaves", hdb_db_dir(context));
626 asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context));
658 write_stats(krb5_context context, slave *slaves, uint32_t current_version) argument
670 fprintf(fp, "Status for slaves, last updated: %s\n\n", str);
689 while (slaves) {
692 rtbl_add_column_entry(tbl, SLAVE_NAME, slaves->name);
694 (struct sockaddr*)&slaves->addr, &addr);
702 snprintf(str, sizeof(str), "%u", (unsigned)slaves->version);
705 if (slaves->flags & SLAVE_F_DEAD)
710 ret = krb5_format_time(context, slaves
769 slave *slaves = NULL; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/rs6000/mca/
H A Dmca_machdep.c79 #define INIT_SLAVE_CHN_BITMASK(slaves) (0xFFFFFFFF << (32 - (slaves))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Ddv-bfin_ebiu_amc.c37 struct hw *slaves[4]; member in struct:bfin_ebiu_amc
102 struct hw *slave = amc->slaves[i];
342 amc->slaves[addr + nr_bytes] = client;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-alpha.c511 fixS *slaves; /* Head of linked list of lituses. */
752 for (slave = fixp->tc_fix_data.info->slaves;
769 slave = fixp->tc_fix_data.info->slaves;
1864 info->slaves = fixP;
1922 fixP->tc_fix_data.next_reloc = info->slaves;
1923 info->slaves = fixP;
507 fixS *slaves; /* Head of linked list of lituses. */ member in struct:alpha_reloc_tag

Completed in 185 milliseconds