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

/freebsd-9.3-release/sbin/dump/
H A Dtape.c84 * sends writeheader()'s and lists of daddr's to the slaves via pipes.
85 * The following structure defines the instruction packets sent to slaves.
105 } slaves[SLAVES+1]; variable in typeref:struct:slave
146 slaves[i].tblock = (char (*)[TP_BSIZE])
148 slaves[i].req = (struct req *)slaves[i].tblock - ntrec - 1;
150 slp = &slaves[0];
240 if (++slp >= &slaves[SLAVES])
241 slp = &slaves[0];
261 if (slaves[
[all...]
/freebsd-9.3-release/crypto/heimdal/tests/gss/
H A Dcheck-gssmask.in121 --slaves=localhost:8889 \
122 --slaves=localhost:8890 \
123 --slaves=localhost:8891 \
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c133 asprintf(&slavefile, "%s/slaves", hdb_db_dir(context));
605 asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context));
637 write_stats(krb5_context context, slave *slaves, uint32_t current_version) argument
649 fprintf(fp, "Status for slaves, last updated: %s\n\n", str);
668 while (slaves) {
671 rtbl_add_column_entry(tbl, SLAVE_NAME, slaves->name);
673 (struct sockaddr*)&slaves->addr, &addr);
681 snprintf(str, sizeof(str), "%u", (unsigned)slaves->version);
684 if (slaves->flags & SLAVE_F_DEAD)
689 ret = krb5_format_time(context, slaves
744 slave *slaves = NULL; local
[all...]
/freebsd-9.3-release/usr.sbin/nfsuserd/
H A Dnfsuserd.c96 pid_t slaves[MAXNFSUSERD]; variable
242 slaves[i] = (pid_t)-1;
377 * Temporarily block SIGUSR1 and SIGCHLD, so slaves[] can't
400 slaves[i] = fork();
401 if (slaves[i] == 0) {
414 } else if (slaves[i] < 0) {
655 if (slaves[i] != (pid_t)-1) {
657 kill(slaves[i], SIGUSR1);
/freebsd-9.3-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c612 static getarg_strings slaves; variable
617 { "slaves", 0, arg_strings, &slaves, "Slaves",
672 if (slaves.num_strings == 0)
686 list = permutate_all(&slaves, &num_list);
692 printf("Connecting to slaves\n");
693 for (i = 0; i < slaves.num_strings; i++)
694 connect_client(slaves.strings[i]);
701 for (i = 0; i < slaves.num_strings; i++) {
717 * First test if all slaves ca
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-alpha.c458 fixS *slaves; /* Head of linked list of lituses. */
688 for (slave = fixp->tc_fix_data.info->slaves;
705 slave = fixp->tc_fix_data.info->slaves;
1698 info->slaves = fixP;
1756 fixP->tc_fix_data.next_reloc = info->slaves;
1757 info->slaves = fixP;
454 fixS *slaves; /* Head of linked list of lituses. */ member in struct:alpha_reloc_tag

Completed in 84 milliseconds