Lines Matching refs:fprintf
62 fprintf(stderr, "Error. LED path is too long. :[%d]\n",len); in write_to_led()
69 fprintf(stderr,"Error:[%s] opening:[%s]\n",strerror(errno),led_path); in write_to_led()
76 fprintf(stderr, "Error:[%s] writing to :[%s]\n",strerror(errno),led_path); in write_to_led()
101 fprintf(stderr, "Error. LED path is empty"); in led_function_router()
108 fprintf(stderr, "Invalid LED name for path :[%s]\n",led_path); in led_function_router()
116 fprintf(stderr, "Null LED function specified for : [%s]\n",led_name); in led_function_router()
153 fprintf(stderr,"Invalid LED function:[%s]\n",led_function); in led_function_router()
182 fprintf(stderr,"Invalid LED stable state operation:[%s] \n",led_function); in led_stable_state_function()
193 fprintf(stderr,"Error disabling blink. Function:[%s]\n", led_function); in led_stable_state_function()
203 fprintf(stderr,"Error driving LED. Function:[%s]\n", led_function); in led_stable_state_function()
222 fprintf(stderr,"Error writing timer to Led:[%s]\n", led_name); in blink_led()
234 fprintf(stderr,"Error writing [%s] to delay_on:[%s]\n",on_duration,led_name); in blink_led()
241 fprintf(stderr,"Error writing [%s] to delay_off:[%s]\n",off_duration,led_name); in blink_led()
275 fprintf(stderr,"Invalid blink operation:[%s]\n",blink_type); in led_default_blink()
308 fprintf(stderr, "Failed to read 'on' and 'off' duration.[%s]\n", strerror(-rc)); in led_custom_blink()
323 fprintf(stderr, "Error. Blink ON duration is too long. :[%d]\n",led_len); in led_custom_blink()
331 fprintf(stderr, "Error. Blink OFF duration is too long. :[%d]\n",led_len); in led_custom_blink()
360 fprintf(stderr, "Invalid buffer passed to LED read\n"); in read_led()
372 fprintf(stderr, "Error. LED path is too long. :[%d]\n",led_len); in read_led()
379 fprintf(stderr,"Error:[%s] opening:[%s]\n",strerror(errno),led_path); in read_led()
452 fprintf(stderr,"Error opening system bus.\n"); in start_led_services()
460 fprintf(stderr,"No LEDs present in the system\n"); in start_led_services()
470 fprintf(stderr, "Failed to add object to dbus: %s\n", in start_led_services()
492 fprintf(stderr, "Error. LED object is too long:[%d]\n",len); in start_led_services()
507 fprintf(stderr, "Failed to add object to dbus: %s\n", strerror(-rc)); in start_led_services()
515 fprintf(stderr, "Failed to emit InterfacesAdded " in start_led_services()
535 fprintf(stderr, "Failed to acquire service name: %s\n", strerror(-rc)); in start_led_services()
545 fprintf(stderr, "Failed to process bus: %s\n", strerror(-rc)); in start_led_services()
556 fprintf(stderr, "Failed to wait on bus: %s\n", strerror(-rc)); in start_led_services()
577 fprintf(stderr, "Error starting LED Services. Exiting"); in main()