| /freebsd-11-stable/sbin/dump/ |
| HD | tape.c | 105 } slaves[SLAVES+1]; variable 146 slaves[i].tblock = (char (*)[TP_BSIZE]) in alloctape() 148 slaves[i].req = (struct req *)slaves[i].tblock - ntrec - 1; in alloctape() 150 slp = &slaves[0]; in alloctape() 240 if (++slp >= &slaves[SLAVES]) in flushtape() 241 slp = &slaves[0]; in flushtape() 261 if (slaves[i].sent) { in flushtape() 262 if (atomic(read, slaves[i].fd, in flushtape() 268 slaves[i].sent = 0; in flushtape() 317 if (slaves[f].sent) { in trewind() [all …]
|
| /freebsd-11-stable/sys/dev/chromebook_platform/ |
| HD | chromebook_platform.c | 52 } slaves[] = { variable 75 for (i = 0; i < nitems(slaves); i++) { in chromebook_i2c_identify() 76 if (device_find_child(bus, slaves[i].name, -1) != NULL) in chromebook_i2c_identify() 78 if (slaves[i].pci_id != pci_get_devid(controller)) in chromebook_i2c_identify() 80 child = BUS_ADD_CHILD(bus, 0, slaves[i].name, -1); in chromebook_i2c_identify() 82 iicbus_set_addr(child, slaves[i].addr); in chromebook_i2c_identify()
|
| /freebsd-11-stable/crypto/heimdal/lib/kadm5/ |
| HD | ipropd_master.c | 705 write_stats(krb5_context context, slave *slaves, uint32_t current_version) in write_stats() argument 736 while (slaves) { in write_stats() 739 rtbl_add_column_entry(tbl, SLAVE_NAME, slaves->name); in write_stats() 741 (struct sockaddr*)&slaves->addr.sa, &addr); in write_stats() 749 snprintf(str, sizeof(str), "%u", (unsigned)slaves->version); in write_stats() 752 if (slaves->flags & SLAVE_F_DEAD) in write_stats() 757 ret = krb5_format_time(context, slaves->seen, str, sizeof(str), TRUE); in write_stats() 760 slaves = slaves->next; in write_stats() 817 slave *slaves = NULL; in main() local 923 for (p = slaves; p != NULL; p = p->next) { in main() [all …]
|
| HD | ChangeLog | 54 every time. - make slaves get the whole new database if they have 582 * ipropd_master.c (main): process all slaves, not just up to the 795 * ipropd_master.c: handle slaves that come and go; add status
|
| /freebsd-11-stable/usr.sbin/timed/timed/ |
| HD | CHANGES | 23 -dump information about slaves, master, and so on each time 28 use a hash table to keep track of slaves, instead of the stupid linear 29 list. This becomes handy with hundreds of slaves, instead of 101 MAN. The limit of 1013 on the number of slaves hosts should be doc'ed. 108 more than 200-300 slaves. The master cannot keep up because 110 gets behind, slaves start demanding elections. To 111 significantly increase the number of slaves would require
|
| /freebsd-11-stable/usr.sbin/nfsuserd/ |
| HD | nfsuserd.c | 101 pid_t slaves[MAXNFSUSERD]; variable 293 slaves[i] = (pid_t)-1; in main() 470 slaves[i] = fork(); in main() 471 if (slaves[i] == 0) { in main() 484 } else if (slaves[i] < 0) { in main() 812 if (slaves[i] != (pid_t)-1) { in cleanup_term() 814 kill(slaves[i], SIGUSR1); in cleanup_term()
|
| /freebsd-11-stable/crypto/heimdal/appl/gssmask/ |
| HD | gssmaestro.c | 722 static getarg_strings slaves; variable 727 { "slaves", 0, arg_strings, &slaves, "Slaves", 784 if (slaves.num_strings == 0) in main() 798 list = permutate_all(&slaves, &num_list); in main() 805 for (i = 0; i < slaves.num_strings; i++) in main() 806 connect_client(slaves.strings[i]); in main() 813 for (i = 0; i < slaves.num_strings; i++) { in main()
|
| /freebsd-11-stable/etc/rc.d/ |
| HD | ipropd_master | 27 done > /var/heimdal/slaves || return 1
|
| /freebsd-11-stable/sys/dev/mlx4/mlx4_core/ |
| HD | mlx4_port.c | 1119 slave_gid -= bitmap_weight(slaves_pport_actv.slaves, in mlx4_get_slave_num_gids() 1122 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_slave_num_gids() 1156 slave_gid -= bitmap_weight(slaves_pport_actv.slaves, in mlx4_get_base_gid_ix() 1160 vfs = bitmap_weight(slaves_pport.slaves, dev->persist->num_vfs + 1) - 1; in mlx4_get_base_gid_ix() 1759 num_vfs = bitmap_weight(slaves_pport.slaves, in mlx4_get_slave_from_roce_gid() 1803 slaves_pport_actv.slaves, in mlx4_get_slave_from_roce_gid() 1833 slaves_pport_actv.slaves, in mlx4_get_slave_from_roce_gid()
|
| HD | mlx4_eq.c | 348 if (test_bit(i, slaves_pport.slaves)) in set_all_slave_state() 607 if (!test_bit(i, slaves_port.slaves) && !mlx4_is_bonded(dev)) in mlx4_eq_int() 651 if (!test_bit(i, slaves_port.slaves) && !mlx4_is_bonded(dev)) in mlx4_eq_int()
|
| HD | mlx4_cmd.c | 2821 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport() 2830 set_bit(i, slaves_pport.slaves); in mlx4_phys_to_slaves_pport() 2844 bitmap_zero(slaves_pport.slaves, MLX4_MFUNC_MAX); in mlx4_phys_to_slaves_pport_actv() 2851 set_bit(i, slaves_pport.slaves); in mlx4_phys_to_slaves_pport_actv()
|
| HD | mlx4_main.c | 1302 slaves_port1.slaves, slaves_port2.slaves, in mlx4_mf_bond() 1314 nvfs = bitmap_weight(slaves_port1.slaves, dev->persist->num_vfs + 1) + in mlx4_mf_bond() 1315 bitmap_weight(slaves_port2.slaves, dev->persist->num_vfs + 1) - 2; in mlx4_mf_bond()
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | am335x-wega.dtsi | 72 slaves = <2>;
|
| HD | am335x-chilisom.dtsi | 196 slaves = <1>;
|
| HD | am335x-phycore-som.dtsi | 92 slaves = <1>;
|
| HD | am335x-cm-t335.dts | 374 slaves = <1>;
|
| HD | dm814x.dtsi | 507 slaves = <2>;
|
| HD | am335x-shc.dts | 207 slaves = <1>;
|
| HD | am33xx.dtsi | 770 slaves = <2>;
|
| HD | dra72-evm.dts | 689 slaves = <1>;
|
| /freebsd-11-stable/crypto/heimdal/doc/ |
| HD | intro.texi | 63 slaves
|
| HD | setup.texi | 485 to the slaves, running 504 the slaves. This principal should be added when running @kbd{kadmin -l 532 the slaves. The master keeps track of all the changes by assigning a 533 version number to every change to the database. The slaves know which 539 Protocol-wise, all the slaves connect to the master and as a greeting 544 also a keep-alive protocol that makes sure all slaves are up and running. 547 slaves, the ipropd-master also listens on a status unix 559 Create the file @file{/var/heimdal/slaves} on the master containing all 560 the slaves that the database should be propagated to. Each line contains 586 database so they can be propagated to the slaves. There is also a [all …]
|
| HD | init-creds | 340 (immediately), and the slaves (propogation interval). So, when
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-alpha.c | 454 fixS *slaves; /* Head of linked list of lituses. */ member 682 for (slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs() 699 slave = fixp->tc_fix_data.info->slaves; in alpha_adjust_relocs() 1691 info->slaves = fixP; in emit_insn() 1749 fixP->tc_fix_data.next_reloc = info->slaves; in emit_insn() 1750 info->slaves = fixP; in emit_insn()
|
| /freebsd-11-stable/sys/dev/mlx4/ |
| HD | device.h | 1479 DECLARE_BITMAP(slaves, MLX4_MFUNC_MAX);
|