Searched refs:us (Results 1 - 4 of 4) sorted by relevance
/systemd/src/udev/collect/ |
H A D | collect.c | 201 * Adds a new ID 'us' to the internal list, 204 static void invite(char *us) argument 210 fprintf(stderr, "Adding ID '%s'\n", us); 215 if (streq(him->name, us)) { 221 fprintf(stderr, "ID '%s' not in database\n", us); 228 * Marks the ID 'us' as invalid, 232 static void reject(char *us) argument 238 fprintf(stderr, "Removing ID '%s'\n", us); 243 if (streq(him->name, us)) { 249 fprintf(stderr, "ID '%s' not in database\n", us); 357 char *checkpoint, *us; local [all...] |
/systemd/src/basic/ |
H A D | time-util.c | 191 bool utc, bool us) { 205 if (us) 212 if (us) { 291 snprintf(buf, l, USEC_FMT"us %s", 313 { "us", 1 }, 709 { "us", 1ULL }, 840 { "us", NSEC_PER_USEC }, 190 format_timestamp_internal(char *buf, size_t l, usec_t t, bool utc, bool us) argument
|
/systemd/src/machine/ |
H A D | machine-dbus.c | 137 return 1; /* Will call us back */ 183 return 1; /* Will call us back */ 243 _cleanup_free_ char *us = NULL, *them = NULL; local 249 r = readlink_malloc("/proc/self/ns/net", &us); 258 if (streq(us, them)) 503 return 1; /* Will call us back */ 595 return 1; /* Will call us back */ 694 return 1; /* Will call us back */ 907 return 1; /* Will call us back */ 1170 return 1; /* Will call us bac [all...] |
/systemd/test/ |
H A D | test-functions | 394 /usr/lib/kbd/keymaps/i386/qwerty/us.*; do 1152 # differs from default '/'. This allows us to use Dracut with
|
Completed in 26 milliseconds