/freebsd/sys/dev/chromebook_platform/ |
H A D | chromebook_platform.c | 49 } slaves[] = { variable 72 for (i = 0; i < nitems(slaves); i++) { in chromebook_i2c_identify() 73 if (device_find_child(bus, slaves[i].name, -1) != NULL) in chromebook_i2c_identify() 75 if (slaves[i].pci_id != pci_get_devid(controller)) in chromebook_i2c_identify() 77 child = BUS_ADD_CHILD(bus, 0, slaves[i].name, DEVICE_UNIT_ANY); in chromebook_i2c_identify() 79 iicbus_set_addr(child, slaves[i].addr); in chromebook_i2c_identify()
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | 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() 763 slaves = slaves->next; in write_stats() 820 slave *slaves = NULL; in main() local 926 for (p = slaves; p != NULL; p = p->next) { in main() [all …]
|
H A D | 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/sys/contrib/device-tree/Bindings/fsi/ |
H A D | fsi.txt | 4 The FSI bus is probe-able, so the OS is able to enumerate FSI slaves, and 5 engines within those slaves. However, we have a facility to match devicetree 16 represent the FSI slaves and their slave engines. As a basic outline: 66 FSI slaves 94 Engines are identified by their address under the slaves' address spaces. We 115 The FSI master may be connected to additional slaves, and slaves may have
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | cpsw.txt | 19 - slaves : Specifies number for slaves 81 slaves = <2>; 112 slaves = <2>;
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | 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/libexec/rc/rc.d/ |
H A D | ipropd_master | 28 done > /var/heimdal/slaves || return 1
|
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | altera-passive-serial.txt | 6 circuits in order to play nicely with other SPI slaves on the same bus.
|
H A D | xilinx-slave-serial.txt | 6 circuits in order to play nicely with other SPI slaves on the same bus.
|
/freebsd/sys/contrib/device-tree/Bindings/slimbus/ |
H A D | slim-ngd-qcom-ctrl.txt | 4 with SLIMBus slaves directly over the bus using messaging interface and
|
H A D | bus.txt | 21 slaves of the SLIMbus controller, as detailed below.
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm23550-sparrow.dts | 44 stdout-path = "/slaves@3e000000/serial@0:115200n8";
|
H A D | bcm23550.dtsi | 123 slaves@3e000000 {
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | blkdev.shlib | 324 dep="$(ls /sys/block/${dm_name}/slaves | awk '{print $1}')" 329 dep_dir+="/slaves/${dep}/device" 338 dep="$(ls /sys/block/$dm_name/slaves 2>/dev/null | awk '{print $1}')" 359 dep="$(ls /sys/block/$dm_name/slaves | awk '{print $1}')"
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | 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()
|
H A D | mlx4_eq.c | 348 if (test_bit(i, slaves_pport.slaves)) in set_all_slave_state() 606 if (!test_bit(i, slaves_port.slaves) && !mlx4_is_bonded(dev)) in mlx4_eq_int() 649 if (!test_bit(i, slaves_port.slaves) && !mlx4_is_bonded(dev)) in mlx4_eq_int()
|
H A D | 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()
|
H A D | mlx4_main.c | 1303 slaves_port1.slaves, slaves_port2.slaves, in mlx4_mf_bond() 1315 nvfs = bitmap_weight(slaves_port1.slaves, dev->persist->num_vfs + 1) + in mlx4_mf_bond() 1316 bitmap_weight(slaves_port2.slaves, dev->persist->num_vfs + 1) - 2; in mlx4_mf_bond()
|
/freebsd/crypto/heimdal/doc/ |
H A D | intro.texi | 63 slaves
|
H A D | 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 …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-sniper.dts | 236 * The TWL4030 VAUX2 and VDAC regulators power sensors that are slaves on I2C3.
|
H A D | am335x-myirtech-myd.dts | 106 slaves = <2>;
|
H A D | dm814x.dtsi | 707 slaves = <2>;
|
/freebsd/sys/contrib/openzfs/udev/ |
H A D | vdev_id | 308 if [ ! -e /sys/block/$DMDEV/slaves/* ] ; then
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c.txt | 33 subnodes of this will be considered as I2C slaves. The properties,
|