Searched refs:ptys (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/Documentation/filesystems/ |
D | devpts.txt | 3 such that indices of ptys allocated in one instance are independent of indices 31 of the devpts fs is created. Any ptys created in this instance are independent 32 of ptys in other instances of devpts. Like in the single-instance mode, the
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/ |
D | reg.h | 1332 MLXSW_ITEM32(reg, ptys, local_port, 0x00, 16, 8); 1343 MLXSW_ITEM32(reg, ptys, proto_mask, 0x00, 0, 3); 1377 MLXSW_ITEM32(reg, ptys, eth_proto_cap, 0x0C, 0, 32); 1383 MLXSW_ITEM32(reg, ptys, eth_proto_admin, 0x18, 0, 32); 1389 MLXSW_ITEM32(reg, ptys, eth_proto_oper, 0x24, 0, 32); 1394 MLXSW_REG_ZERO(ptys, payload); in mlxsw_reg_ptys_pack()
|
D | switchx2.c | 740 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_get_settings() 807 err = mlxsw_reg_query(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_settings() 823 err = mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_set_settings() 940 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sx_port_speed_set()
|
D | spectrum.c | 1092 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_get_settings() 1159 err = mlxsw_reg_query(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_settings() 1175 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ptys), ptys_pl); in mlxsw_sp_port_set_settings()
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | port.c | 103 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys, in mlx5_query_port_ptys() argument 112 return mlx5_core_access_reg(dev, in, sizeof(in), ptys, in mlx5_query_port_ptys()
|
/linux-4.4.14/arch/um/ |
D | Kconfig.char | 14 ttys or ptys.
|
/linux-4.4.14/include/linux/mlx5/ |
D | driver.h | 777 int mlx5_query_port_ptys(struct mlx5_core_dev *dev, u32 *ptys,
|
/linux-4.4.14/drivers/tty/ |
D | Kconfig | 120 All modern Linux systems use the Unix98 ptys. Say Y unless
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 479 something else, like host ptys. 586 You can attach them to host ptys, ttys, file descriptors, and ports. 795 attaching them to host ptys:
|