Searched refs:log_warning (Results 1 – 9 of 9) sorted by relevance
/third_party/eudev/src/udev/ |
D | udevd.c | 693 log_warning("could not unlink /run/udev/queue: %m"); in event_queue_update() 941 log_warning("worker ["PID_FMT"] is unknown, ignoring", pid); in handle_signal() 949 … log_warning("worker ["PID_FMT"] exited with return code %i", pid, WEXITSTATUS(status)); in handle_signal() 951 log_warning("worker ["PID_FMT"] terminated by signal %i (%s)", in handle_signal() 960 … log_warning("worker ["PID_FMT"] exit with status 0x%04x", pid, status); in handle_signal() 1014 log_warning("invalid udev.children-max ignored: %s", value); in parse_proc_cmdline_item() 1018 log_warning("invalid udev.exec-delay ignored: %s", value); in parse_proc_cmdline_item() 1022 log_warning("invalid udev.event-timeout ignored: %s", value); in parse_proc_cmdline_item() 1076 log_warning("Invalid --children-max ignored: %s", optarg); in parse_argv() 1081 log_warning("Invalid --exec-delay ignored: %s", optarg); in parse_argv() [all …]
|
D | udev-builtin-keyboard.c | 161 log_warning("Failed to get serio parent for '%s'", udev_device_get_devnode(dev)); in set_trackpoint_sensitivity() 213 log_warning("Unable to parse scan code from \"%s\"", key); in builtin_keyboard() 244 log_warning("Unable to parse EV_ABS code from \"%s\"", key); in builtin_keyboard()
|
D | udev-builtin-blkid.c | 201 log_warning("incorrect %s checksum on %s", in builtin_blkid() 204 log_warning("incorrect checksum on %s", in builtin_blkid()
|
D | udev-event.c | 616 log_warning("slow: '%s' ["PID_FMT"]", cmd, pid); in spawn_wait()
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_m2m_enc.c | 53 …t_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed int value, const char *name, int log_warning) in v4l2_set_ext_ctrl() argument 68 av_log(s->avctx, log_warning || errno != EINVAL ? AV_LOG_WARNING : AV_LOG_DEBUG, in v4l2_set_ext_ctrl() 74 …_ext_ctrl(V4L2m2mContext *s, unsigned int id, signed int *value, const char *name, int log_warning) in v4l2_get_ext_ctrl() argument 90 av_log(s->avctx, log_warning || errno != EINVAL ? AV_LOG_WARNING : AV_LOG_DEBUG, in v4l2_get_ext_ctrl()
|
/third_party/python/PC/layout/support/ |
D | pip.py | 31 log_warning("Failed to find {} - pip will not be included", pip_dir)
|
D | logging.py | 73 def log_warning(msg, *args, **kwargs): function
|
/third_party/python/PC/layout/ |
D | main.py | 118 log_warning("Failed to find TCL_LIBRARY") 280 log_warning("Failed to compile {}", src) 622 log_warning(f"Disabling --{n.replace('_', '-')} on unsupported platform") 626 log_warning("Assuming --include-tcltk to support --include-idle")
|
/third_party/eudev/src/shared/ |
D | log.h | 107 #define log_warning(...) log_full(LOG_WARNING, __VA_ARGS__) macro
|