Searched refs:HW (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/tip/tip/
H A Dcu.c113 HW = 1, DU = -1;
182 if (HW && ttysetup(BR)) {
195 if (!HW && ttysetup(BR)) {
H A Dremote.c98 HW = 1;
157 if (!HW)
158 HW = (CU == NOSTR) || (DU && equal(DV, CU));
H A Dhunt.c82 if (!HW)
H A Dtip.c182 if (HW && ttysetup(number(value(BAUDRATE)))) {
195 if (!HW && ttysetup(number(value(BAUDRATE)))) {
H A Dtip.h85 EXTERN short HW; /* this device is hardwired, see hunt.c */ variable
/freebsd-11-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_port_buffer.c65 mlx5e_dbg(HW, priv, "buffer %d: size=%d, xon=%d, xoff=%d, epsb=%d, lossy=%d\n", i,
78 mlx5e_dbg(HW, priv, "total buffer size=%d, spare buffer size=%d\n",
138 mlx5e_dbg(HW, priv, "%s: xoff=%d\n", __func__, xoff);
254 mlx5e_dbg(HW, priv, "%s: change=%x\n", __func__, change);
293 mlx5e_dbg(HW, priv, "%s: buffer[%d]=%d\n", __func__, i, buffer_size[i]);
295 mlx5e_dbg(HW, priv, "%s: lossless buffer[%d] size cannot be zero\n",
304 mlx5e_dbg(HW, priv, "%s: total buffer requested=%d\n", __func__, total_used);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp171 BinaryStreamWriter HW(*HVS);
173 if (auto EC = HW.writeStreamRef(*HashValueStream))
178 if (auto EC = HW.writeObject(IndexOffset))
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h172 #define HW gettyflags[23].value macro
H A Dsubr.c317 if (HW)
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c410 en_dbg(HW, priv, "adding VLAN:%d\n", vid);
422 en_dbg(HW, priv, "failed adding vlan %d\n", vid);
436 en_dbg(HW, priv, "Killing VID:%d\n", vid);
920 * change while HW is updated holding the command semaphor */
1018 en_dbg(HW, priv, "Card is not up, ignoring rx mode change.\n");
1022 en_dbg(HW, priv, "Port is down, ignoring rx mode change.\n");
1035 en_dbg(HW, priv, "Link Up\n");
1196 en_dbg(HW, priv, "Could not update stats\n");
1399 en_dbg(HW, priv, "Initializing port\n");
1612 en_dbg(HW, pri
[all...]

Completed in 254 milliseconds