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

/freebsd-10-stable/etc/rc.d/
H A Dipropd_master27 done > /var/heimdal/slaves || return 1
/freebsd-10-stable/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-10-stable/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-10-stable/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-10-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c101 pid_t slaves[MAXNFSUSERD]; variable
293 slaves[i] = (pid_t)-1;
445 * Temporarily block SIGUSR1 and SIGCHLD, so slaves[] can't
468 slaves[i] = fork();
469 if (slaves[i] == 0) {
482 } else if (slaves[i] < 0) {
810 if (slaves[i] != (pid_t)-1) {
812 kill(slaves[i], SIGUSR1);
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dam33xx.dtsi706 slaves = <2>;
H A Dam437x-gp-evm.dts491 slaves = <1>;
H A Dam4372.dtsi511 slaves = <2>;
H A Ddra7.dtsi1362 slaves = <2>;
/freebsd-10-stable/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 199 milliseconds