Searched defs:rc (Results 1 - 14 of 14) sorted by relevance
| /systemd/src/test/ |
| H A D | test-cgroup-mask.c | 110 int rc = 0; local 111 TEST_REQ_RUNNING_SYSTEMD(rc = test_cgroup_mask()); 112 return rc;
|
| H A D | test-unit-name.c | 466 int rc = 0; local 473 TEST_REQ_RUNNING_SYSTEMD(rc = test_unit_printf()); 486 return rc;
|
| /systemd/src/udev/ |
| H A D | udevadm-control.c | 45 int rc = 1, c; local 75 rc = 2; 77 rc = 0; 85 return rc; 88 rc = 2; 90 rc = 0; 95 rc = 2; 97 rc = 0; 101 rc = 2; 103 rc [all...] |
| H A D | udevadm-settle.c | 59 int rc = EXIT_FAILURE; local 129 rc = EXIT_SUCCESS; 135 rc = EXIT_SUCCESS; 141 rc = EXIT_SUCCESS; 155 return rc;
|
| H A D | udevadm-test-builtin.c | 48 int rc = EXIT_SUCCESS, c; local 61 rc = 2; 68 rc = 3; 78 rc = 5; 92 rc = 4; 96 rc = udev_builtin_run(dev, cmd, command, true); 97 if (rc < 0) { 98 fprintf(stderr, "error executing '%s', exit code %i\n\n", command, rc); 99 rc = 6; 104 return rc; [all...] |
| H A D | udevadm.c | 88 int rc = 1, c; local 106 rc = adm_help(udev, argc, argv); 110 rc = adm_version(udev, argc, argv); 126 rc = run_command(udev, udevadm_cmds[i], argc, argv); 131 rc = 2; 136 return rc;
|
| H A D | udevadm-test.c | 53 int rc = 0, c; local 94 rc = 2; 110 rc = 3; 124 rc = 4; 152 return rc;
|
| H A D | udev-builtin-blkid.c | 193 int rc; local 209 rc = blkid_do_fullprobe(pr); 210 if (rc < 0) 211 return rc; /* -1 = error, 1 = nothing, 0 = success */
|
| H A D | udev-builtin-keyboard.c | 128 int rc; local 131 rc = ioctl(fd, EVIOCGABS(evcode), &absinfo); 132 if (rc < 0) { 151 rc = ioctl(fd, EVIOCSABS(evcode), &absinfo); 152 if (rc < 0)
|
| H A D | udev-builtin-net_id.c | 401 int rc; local 439 rc = snprintf(names->ccw_group, sizeof(names->ccw_group), "c%s", bus_id); 440 if (rc >= 0 && rc < (int)sizeof(names->ccw_group))
|
| H A D | udevadm-hwdb.c | 571 int rc = EXIT_SUCCESS; local 607 rc = EXIT_FAILURE; 614 rc = EXIT_FAILURE; 621 rc = EXIT_FAILURE; 629 rc = EXIT_FAILURE; 656 rc = EXIT_FAILURE; 663 rc = EXIT_FAILURE; 686 return rc;
|
| /systemd/src/libudev/ |
| H A D | libudev-monitor.c | 695 int rc; local 702 rc = poll(pfd, 1, 0); 703 if (rc > 0)
|
| /systemd/src/resolve/ |
| H A D | resolved-bus.c | 74 const char *rc, *n; local 77 rc = dns_rcode_to_string(q->answer_rcode); 78 if (!rc) { 80 rc = p; 83 n = strjoina(_BUS_ERROR_DNS, rc); 84 sd_bus_error_setf(&error, n, "Could not resolve '%s', server or network returned error %s", dns_query_string(q), rc);
|
| /systemd/src/udev/cdrom_id/ |
| H A D | cdrom_id.c | 863 int rc = 0; local 903 rc = 1; 912 rc = 1; 930 rc = 1; 937 rc = 1; 1084 return rc;
|
Completed in 35 milliseconds