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

/freebsd-11-stable/sys/dev/chromebook_platform/
H A Dchromebook_platform.c52 } slaves[] = { variable in typeref:struct:__anon6227
75 for (i = 0; i < nitems(slaves); i++) {
76 if (device_find_child(bus, slaves[i].name, -1) != NULL)
78 if (slaves[i].pci_id != pci_get_devid(controller))
80 child = BUS_ADD_CHILD(bus, 0, slaves[i].name, -1);
82 iicbus_set_addr(child, slaves[i].addr);
/freebsd-11-stable/etc/rc.d/
H A Dipropd_master27 done > /var/heimdal/slaves || return 1
/freebsd-11-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-11-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-11-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-11-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c101 pid_t slaves[MAXNFSUSERD]; variable
293 slaves[i] = (pid_t)-1;
447 * Temporarily block SIGUSR1 and SIGCHLD, so slaves[] can't
470 slaves[i] = fork();
471 if (slaves[i] == 0) {
484 } else if (slaves[i] < 0) {
812 if (slaves[i] != (pid_t)-1) {
814 kill(slaves[i], SIGUSR1);
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_port.c1119 slave_gid -= bitmap_weight(slaves_pport_actv.slaves,
1122 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1156 slave_gid -= bitmap_weight(slaves_pport_actv.slaves,
1160 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1;
1759 num_vfs = bitmap_weight(slaves_pport.slaves,
1803 slaves_pport_actv.slaves,
1833 slaves_pport_actv.slaves,
H A Dmlx4_eq.c165 /* All active slaves need to receive the event */
348 if (test_bit(i, slaves_pport.slaves))
607 if (!test_bit(i, slaves_port.slaves) && !mlx4_is_bonded(dev))
651 if (!test_bit(i, slaves_port.slaves) && !mlx4_is_bonded(dev))
H A Dmlx4_cmd.c960 /* modify the response for slaves */
2286 mlx4_warn(dev, "Got command event with bitmask from %d slaves but %d were served\n",
2737 "Bad slave number:%d (number of activated slaves: %lu)\n",
2821 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX);
2830 set_bit(i, slaves_pport.slaves);
2844 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX);
2851 set_bit(i, slaves_pport.slaves);
H A Dmlx4_main.c1302 slaves_port1.slaves, slaves_port2.slaves,
1314 nvfs = bitmap_weight(slaves_port1.slaves, dev->persist->num_vfs + 1) +
1315 bitmap_weight(slaves_port2.slaves, dev->persist->num_vfs + 1) - 2;
H A Dmlx4_resource_tracker.c500 mlx4_dbg(dev, "Started init_resource_tracker: %ld slaves\n",
570 bitmap_weight(slaves_pport.slaves,
/freebsd-11-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
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h1479 DECLARE_BITMAP(slaves, MLX4_MFUNC_MAX);
1481 /* Returns a bitmap of all slaves that are assigned to port. */
1485 /* Returns a bitmap of all slaves that are assigned exactly to all the */

Completed in 251 milliseconds