Home
last modified time | relevance | path

Searched refs:line (Results 4251 - 4275 of 5699) sorted by relevance

1...<<171172173174175176177178179180>>...228

/kernel/linux/linux-6.6/fs/ext4/
H A Dinode.c378 unsigned int line, in __check_block_validity()
386 ext4_error_inode(inode, func, line, map->m_pblk, in __check_block_validity()
4684 unsigned int line) in __ext4_iget()
4710 __ext4_error(sb, function, line, false, EFSCORRUPTED, 0, in __ext4_iget()
4721 ext4_error_inode(inode, function, line, 0, err_str); in __ext4_iget()
4747 ext4_error_inode(inode, function, line, 0, in __ext4_iget()
4773 ext4_error_inode_err(inode, function, line, 0, in __ext4_iget()
4813 ext4_error_inode(inode, function, line, 0, in __ext4_iget()
4836 ext4_error_inode(inode, function, line, 0, in __ext4_iget()
4848 ext4_error_inode(inode, function, line, in __ext4_iget()
377 __check_block_validity(struct inode *inode, const char *func, unsigned int line, struct ext4_map_blocks *map) __check_block_validity() argument
4682 __ext4_iget(struct super_block *sb, unsigned long ino, ext4_iget_flags flags, const char *function, unsigned int line) __ext4_iget() argument
5922 __ext4_mark_inode_dirty(handle_t *handle, struct inode *inode, const char *func, unsigned int line) __ext4_mark_inode_dirty() argument
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dsynclink_gt.c226 int line; /* tty line instance number */ member
560 * line discipline callback wrappers
562 * The wrappers maintain line discipline references
563 * while calling into the line discipline.
565 * ldisc_receive_buf - pass receive data to line discipline
586 int retval, line; in open() local
589 line = tty->index; in open()
590 if (line >= slgt_device_count) { in open()
591 DBGERR(("%s: open with invalid line # in open()
1524 sync_serial_settings __user *line = ifs->ifs_ifsu.sync; hdlcdev_ioctl() local
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp974 int& line,
978 line = 0;
985 ++line;
988 ++line;
991 // column & line start at 1
993 ++line;
997 int line, column;
998 getLocationLineAndColumn(location, line, column);
1000 snprintf(buffer, sizeof(buffer), "Line %d, Column %d", line, column);
1199 getLocationLineAndColumn(Location location, int& line, in
[all...]
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/utils/
H A Dlogger.h57 static void SetScopeParam(int func, int line);
61 Logger(const std::string &file, const std::string &func, int line, enum LOG_LEVEL level, ...);
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp394 for (auto line : lines) { in GetNetworkSharingTraffic()
396 std::regex_search(line, matches, IP_RE); in GetNetworkSharingTraffic()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-stmpe.c410 int line = bank * 8 + bit; in stmpe_gpio_irq() local
412 line); in stmpe_gpio_irq()
H A Dgpio-tc3589x.c276 int line = i * 8 + bit; in tc3589x_gpio_irq() local
278 line); in tc3589x_gpio_irq()
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Dmach-crag6410-module.c36 .line = S3C64XX_GPC(3),
233 .line = S3C64XX_GPN(5),
/kernel/linux/linux-5.10/arch/mips/ar7/
H A Dplatform.c568 uart_port.line = 0; in ar7_register_uarts()
579 uart_port.line = 1; in ar7_register_uarts()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h30 extern void __pte_error(const char *file, int line, unsigned long val);
31 extern void __pgd_error(const char *file, int line, unsigned long val);
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dassembler.h471 .macro bug, msg, line
484 .hword \line
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S159 @ Mask other GPIO line interrupts till key done
169 ands r8, r8, #KEYBRD_DATA_MASK @ is keyboard data line low?
/kernel/linux/linux-6.6/arch/mips/ar7/
H A Dplatform.c568 uart_port.line = 0; in ar7_register_uarts()
579 uart_port.line = 1; in ar7_register_uarts()
/kernel/linux/linux-5.10/tools/thermal/tmon/
H A Dtui.c98 void write_status_bar(int x, char *line) in write_status_bar() argument
100 mvwprintw(status_bar_window, 0, x, "%s", line); in write_status_bar()
135 /* two lines to show borders, one line per tz show trip point position in setup_windows()
308 /* print legend at the bottom line */ in show_dialogue()
545 /* fill a string with trip point type and value in one line
578 /* draw a line as ruler */ in show_data_w()
587 /* y at tz temp data line */ in show_data_w()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dams-delta-fiq-handler.S160 @ Mask other GPIO line interrupts till key done
170 ands r8, r8, #KEYBRD_DATA_MASK @ is keyboard data line low?
/kernel/linux/linux-5.10/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c224 vbi->line = vbi->type = 0; in cx25840_decode_vbi_line()
258 vbi->line = err ? 0 : l; in cx25840_decode_vbi_line()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c15 * NN counts 1 byte Dwords, an IDID with the VBI line # in it.
24 * 2 byte Internal DID: VBI-line-# 0x80
35 * before the first active region line and for active lines, they are:
261 vbi->line = vbi->type = 0; in cx18_av_decode_vbi_line()
295 vbi->line = err ? 0 : l; in cx18_av_decode_vbi_line()
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Daltera_jtaguart.c58 unsigned int sigs; /* Local copy of line sigs */
220 "interrupt vector=%d\n", port->line, port->irq); in altera_jtaguart_startup()
455 port->line = i; in altera_jtaguart_probe()
H A Dclps711x.c223 if (!port->line) { in uart_clps711x_set_ldisc()
472 s->port.line = of_alias_get_id(np, "serial"); in uart_clps711x_probe()
H A Dsunhv.c552 port->line = 0; in hv_probe()
568 &sunhv_reg, port->line, false); in hv_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dserial_core.h24 ((port)->cons && (port)->cons->index == (port)->line)
239 unsigned int line; /* port index */ member
/kernel/linux/linux-5.10/tools/scripts/
H A Dutilities.mak109 # within the context of a command line of a makefile rule
119 # to render the text as a single line; when the shell
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_tool_test.py94 for line in haystack:
95 if needle in line:
/kernel/linux/linux-5.10/init/
H A Ddo_mounts.c319 static int __init root_dev_setup(char *line) in root_dev_setup() argument
321 strlcpy(saved_root_name, line, sizeof(saved_root_name)); in root_dev_setup()
/kernel/linux/linux-5.10/net/core/
H A Dxdp.c487 void xdp_warn(const char *msg, const char *func, const int line) in xdp_warn() argument
489 WARN(1, "XDP_WARN: %s(line:%d): %s\n", func, line, msg); in xdp_warn()

Completed in 29 milliseconds

1...<<171172173174175176177178179180>>...228