Searched refs:slave (Results 1 – 6 of 6) sorted by relevance
/systemd-251/src/machine/ |
D | machine-dbus.c | 607 _cleanup_close_ int master = -1, slave = -1; in bus_machine_method_open_shell() local 690 slave = machine_open_terminal(m, pty_name, O_RDWR|O_NOCTTY|O_CLOEXEC); in bus_machine_method_open_shell() 691 if (slave < 0) in bus_machine_method_open_shell() 692 return slave; in bus_machine_method_open_shell() 722 "StandardInputFileDescriptor", "h", slave, in bus_machine_method_open_shell() 723 "StandardOutputFileDescriptor", "h", slave, in bus_machine_method_open_shell() 724 "StandardErrorFileDescriptor", "h", slave, in bus_machine_method_open_shell() 829 slave = safe_close(slave); in bus_machine_method_open_shell()
|
/systemd-251/src/network/ |
D | networkd-link.c | 1783 Link *slave; in link_update_operstate() local 1785 SET_FOREACH(slave, link->slaves) { in link_update_operstate() 1786 link_update_operstate(slave, false); in link_update_operstate() 1788 if (slave->carrier_state < LINK_CARRIER_STATE_CARRIER) in link_update_operstate()
|
/systemd-251/ |
D | TODO | 1059 … (drop mount/umount/pivot_root from seccomp, disallow fuse via DeviceAllow, imply Mountflags=slave) 1347 * MountFlags=shared acts as MountFlags=slave right now.
|
D | NEWS | 4853 a slave later, then now the bridge does not inherit slave's MAC. 4854 To inherit slave's MAC, for example, create the following file:
|
/systemd-251/hwdb.d/ |
D | pci.ids | 17378 0501 PTP270PEX PTP/IEEE1588 slave card (PCI Express) 23585 c251 NFB-200G2-slave 23933 00af Capture slave device
|
D | 20-pci-vendor-model.hwdb | 51396 ID_MODEL_FROM_DATABASE=PTP270PEX PTP/IEEE1588 slave card (PCI Express) 69435 ID_MODEL_FROM_DATABASE=NFB-200G2-slave 70338 ID_MODEL_FROM_DATABASE=Capture slave device
|