HomeSort by: relevance | last modified time | path
    Searched defs:slaves (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
wait-process.c 114 /* Type of an entry in the slaves array.
130 static slaves_entry_t * volatile slaves = static_slaves; variable
154 /* Skip unused entries in the slaves array. */
155 if (slaves[n].used)
157 pid_t slave = slaves[n].child;
180 /* Try to store the new slave in an unused entry of the slaves array. */
182 slaves_entry_t *s = slaves;
200 /* Extend the slaves array. Note that we cannot use xrealloc(),
203 slaves_entry_t *old_slaves = slaves;
211 the slaves list. *
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_ebiu_amc.c 38 struct hw *slaves[4]; member in struct:bfin_ebiu_amc
103 struct hw *slave = amc->slaves[i];
355 if (addr + nr_bytes > ARRAY_SIZE (amc->slaves))
359 amc->slaves[addr + nr_bytes] = client;
  /src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_ebiu_amc.c 38 struct hw *slaves[4]; member in struct:bfin_ebiu_amc
103 struct hw *slave = amc->slaves[i];
355 if (addr + nr_bytes > ARRAY_SIZE (amc->slaves))
359 amc->slaves[addr + nr_bytes] = client;
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
ipropd_master.c 187 if (asprintf(&slavefile, "%s/slaves", hdb_db_dir(context)) == -1
1418 else if (asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context)) != -1
1450 write_stats(krb5_context context, slave *slaves, uint32_t current_version)
1462 fprintf(fp, "Status for slaves, last updated: %s\n\n", str);
1481 while (slaves) {
1484 rtbl_add_column_entry(tbl, SLAVE_NAME, slaves->name);
1486 (struct sockaddr*)&slaves->addr, &addr);
1494 snprintf(str, sizeof(str), "%u", (unsigned)slaves->version_ack);
1497 if (slaves->flags & SLAVE_F_DEAD)
1502 ret = krb5_format_time(context, slaves->seen, str, sizeof(str), TRUE)
1565 slave *slaves = NULL; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-alpha.c 493 fixS *slaves; /* Head of linked list of lituses. */
730 for (slave = fixp->tc_fix_data.info->slaves;
747 slave = fixp->tc_fix_data.info->slaves;
1841 info->slaves = fixP;
1899 fixP->tc_fix_data.next_reloc = info->slaves;
1900 info->slaves = fixP;
489 fixS *slaves; \/* Head of linked list of lituses. *\/ member in struct:alpha_reloc_tag
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-alpha.c 493 fixS *slaves; /* Head of linked list of lituses. */
730 for (slave = fixp->tc_fix_data.info->slaves;
747 slave = fixp->tc_fix_data.info->slaves;
1841 info->slaves = fixP;
1899 fixP->tc_fix_data.next_reloc = info->slaves;
1900 info->slaves = fixP;
489 fixS *slaves; \/* Head of linked list of lituses. *\/ member in struct:alpha_reloc_tag

Completed in 24 milliseconds