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

/freebsd-11.0-release/etc/rc.d/
H A Dipropd_master27 done > /var/heimdal/slaves || return 1
/freebsd-11.0-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-11.0-release/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c193 if (asprintf(&slavefile, "%s/slaves", hdb_db_dir(context)) == -1
673 asprintf(&statfile, "%s/slaves-stats", hdb_db_dir(context));
705 write_stats(krb5_context context, slave *slaves, uint32_t current_version) argument
717 fprintf(fp, "Status for slaves, last updated: %s\n\n", str);
736 while (slaves) {
739 rtbl_add_column_entry(tbl, SLAVE_NAME, slaves->name);
741 (struct sockaddr*)&slaves->addr.sa, &addr);
749 snprintf(str, sizeof(str), "%u", (unsigned)slaves->version);
752 if (slaves->flags & SLAVE_F_DEAD)
757 ret = krb5_format_time(context, slaves
817 slave *slaves = NULL; local
[all...]
/freebsd-11.0-release/usr.sbin/nfsuserd/
H A Dnfsuserd.c96 pid_t slaves[MAXNFSUSERD]; variable
246 slaves[i] = (pid_t)-1;
397 * Temporarily block SIGUSR1 and SIGCHLD, so slaves[] can't
420 slaves[i] = fork();
421 if (slaves[i] == 0) {
434 } else if (slaves[i] < 0) {
697 if (slaves[i] != (pid_t)-1) {
699 kill(slaves[i], SIGUSR1);
/freebsd-11.0-release/crypto/heimdal/appl/gssmask/
H A Dgssmaestro.c722 static getarg_strings slaves; variable
727 { "slaves", 0, arg_strings, &slaves, "Slaves",
784 if (slaves.num_strings == 0)
798 list = permutate_all(&slaves, &num_list);
804 printf("Connecting to slaves\n");
805 for (i = 0; i < slaves.num_strings; i++)
806 connect_client(slaves.strings[i]);
813 for (i = 0; i < slaves.num_strings; i++) {
829 * First test if all slaves ca
[all...]
/freebsd-11.0-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 147 milliseconds