/kernel/linux/linux-6.6/fs/ext4/ |
H A D | block_validity.c | 349 int ext4_check_blockref(const char *function, unsigned int line, in ext4_check_blockref() argument 364 ext4_error_inode(inode, function, line, blk, in ext4_check_blockref()
|
/kernel/linux/linux-6.6/fs/unicode/ |
H A D | utf8-selftest.c | 23 #define _test(cond, func, line, fmt, ...) do { \ 28 func, line, #cond, (fmt?":":".")); \
|
/kernel/linux/linux-6.6/include/linux/mfd/abx500/ |
H A D | ab8500.h | 332 * @irq: irq line 505 void ab8500_debug_register_interrupt(int line); 508 static inline void ab8500_debug_register_interrupt(int line) {} in ab8500_debug_register_interrupt() argument
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-regmap.c | 52 unsigned int line = offset % gpio->ngpio_per_reg; in gpio_regmap_simple_xlate() local 56 *mask = BIT(line); in gpio_regmap_simple_xlate()
|
/kernel/linux/linux-6.6/init/ |
H A D | do_mounts.c | 63 static int __init root_dev_setup(char *line) in root_dev_setup() argument 65 strscpy(saved_root_name, line, sizeof(saved_root_name)); in root_dev_setup()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | superio.c | 400 serial_port.line = 0; in superio_serial_init() 410 serial_port.line = 1; in superio_serial_init()
|
/kernel/linux/linux-6.6/drivers/media/cec/core/ |
H A D | cec-pin-error-inj.c | 72 bool cec_pin_error_inj_parse_line(struct cec_adapter *adap, char *line) in cec_pin_error_inj_parse_line() argument 78 char *p = line; in cec_pin_error_inj_parse_line()
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | gecko.py | 75 line: None 96 comm: Thread command-line (name). 170 line=None, 180 comm: command-line (name) of the thread at this sample 238 "line": 5, 366 # Add the command-line options 374 # Parse the command-line arguments
|
/kernel/linux/linux-6.6/tools/power/x86/amd_pstate_tracer/ |
H A D | amd_pstate_trace.py | 198 for line in data.splitlines(): 201 , line)
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | fib_notifications.sh | 29 local line 45 local line
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_entries.h | 327 __field( unsigned int, line ) 335 __entry->line,
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | main.c | 275 /* Split command line into argument vector. */ 276 static int make_args(char *line, char *n_argv[], int maxargs, int cmd_nb) in make_args() argument 279 char *cp = line; in make_args() 367 /* Append continuation lines if any (coming after a line ending in do_batch() 373 p_err("missing continuation line on command %d", in do_batch()
|
/kernel/liteos_a/ |
H A D | Makefile | 40 $(foreach line,$(shell hb env | sed 's/\[OHOS INFO\]/ohos/g;s/ /_/g;s/:_/=/g' || true),$(eval $(line)))
|
/test/testfwk/developer_test/libs/fuzzlib/ |
H A D | fuzzer_helper.py | 85 for line in gn_file.readlines()[4:]: 86 striped_str = line.strip()
|
/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils.c | 246 void *AttestMemAlloc(uint32_t size, const char* file, uint32_t line, const char* func) in AttestMemAlloc() argument 261 (void)AddMemInfo(addr, file, line, func); in AttestMemAlloc()
|
/test/xts/device_attest_lite/services/core/utils/ |
H A D | attest_utils.c | 248 void *AttestMemAlloc(uint32_t size, const char* file, uint32_t line, const char* func) in AttestMemAlloc() argument 263 (void)AddMemInfo(addr, file, line, func); in AttestMemAlloc()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpdec_xiph.c | 354 PayloadContext *data, const char *line) in xiph_parse_sdp_line() 361 if (av_strstart(line, "fmtp:", &p)) { in xiph_parse_sdp_line() 353 xiph_parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) xiph_parse_sdp_line() argument
|
H A D | rtpdec_h264.c | 390 PayloadContext *h264_data, const char *line) in parse_h264_sdp_line() 393 const char *p = line; in parse_h264_sdp_line() 389 parse_h264_sdp_line(AVFormatContext *s, int st_index, PayloadContext *h264_data, const char *line) parse_h264_sdp_line() argument
|
H A D | rtpdec_mpeg4.c | 339 PayloadContext *data, const char *line) in parse_sdp_line() 346 if (av_strstart(line, "fmtp:", &p)) in parse_sdp_line() 338 parse_sdp_line(AVFormatContext *s, int st_index, PayloadContext *data, const char *line) parse_sdp_line() argument
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | glslang_tab.cpp.h | 527 #line 72 "MachineIndependent/glslang.y" 566 #line 567 "MachineIndependent/glslang_tab.cpp.h"
|
/third_party/glslang/glslang/Include/ |
H A D | Common.h | 228 name = nullptr; string = 0; line = 0; column = 0; in init() 250 int line; member
|
/third_party/alsa-utils/seq/aconnect/ |
H A D | aconnect.c | 39 static void error_handler(const char *file, int line, const char *function, int err, const char *fmt, ...) in error_handler() argument 46 fprintf(stderr, "ALSA lib %s:%i:(%s) ", file, line, function); in error_handler()
|
/third_party/libuv/src/unix/ |
H A D | ibmi.c | 318 static int get_ibmi_physical_address(const char* line, char (*phys_addr)[6]) { in get_ibmi_physical_address() argument 330 iconv_a2e(line, line_name, sizeof(line_name)); in get_ibmi_physical_address() 457 * line description. Normally, the name field contains the line in uv_interface_addresses() 478 * it off so we can get the line description to pass to QDCRLIND. in uv_interface_addresses()
|
/third_party/mbedtls/programs/x509/ |
H A D | cert_app.c | 90 const char *file, int line, in my_debug() 95 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug() 89 my_debug(void *ctx, int level, const char *file, int line, const char *str) my_debug() argument
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_pthread_server.c | 67 const char *file, int line, in my_mutexed_debug() 76 file, line, thread_id, str); in my_mutexed_debug() 66 my_mutexed_debug(void *ctx, int level, const char *file, int line, const char *str) my_mutexed_debug() argument
|