tty_port_default_lookahead_bufRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: ✅void tty_port_default_lookahead_buf(struct tty_port *port, const unsigned char *p, const unsigned char *f, unsigned int count);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In drivers/tty/tty_port.c (ffffffff81a55390)
Location: drivers/tty/tty_port.c:46
Inline: False
Symbols:
ffffffff81a55390-ffffffff81a55411: tty_port_default_lookahead_buf (STB_LOCAL)
6.5: ✅void tty_port_default_lookahead_buf(struct tty_port *port, const unsigned char *p, const unsigned char *f, unsigned int count);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In drivers/tty/tty_port.c (ffffffff81a9f970)
Location: drivers/tty/tty_port.c:46
Inline: False
Symbols:
ffffffff81a9f970-ffffffff81a9f9f1: tty_port_default_lookahead_buf (STB_LOCAL)
6.8: ✅void tty_port_default_lookahead_buf(struct tty_port *port, const u8 *p, const u8 *f, size_t count);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In drivers/tty/tty_port.c (ffffffff81af23b0)
Location: drivers/tty/tty_port.c:44
Inline: False
Symbols:
ffffffff81af23b0-ffffffff81af2431: tty_port_default_lookahead_buf (STB_LOCAL)
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
6.2 and 6.5 ✅
6.5 and 6.8 ⚠️const unsigned char *p ➡️ const u8 *p
const unsigned char *f ➡️ const u8 *f
unsigned int count ➡️ size_t count