Searched refs:u1 (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Defivars.c327 uint32_t u1; member in struct:uuid
334 id128->bytes[0] = (uuid->u1 >> 24) & 0xff;
335 id128->bytes[1] = (uuid->u1 >> 16) & 0xff;
336 id128->bytes[2] = (uuid->u1 >> 8) & 0xff;
337 id128->bytes[3] = (uuid->u1) & 0xff;
451 uint32_t u1; member in struct:guid
460 uuid->u1 = id.bytes[0] << 24 | id.bytes[1] << 16 | id.bytes[2] << 8 | id.bytes[3];
/systemd/src/core/
H A Dmanager.c1540 Unit *u1, *u2, *u3; local
1599 u1 = manager_get_unit_by_pid_cgroup(m, ucred->pid);
1600 if (u1) {
1601 manager_invoke_notify_message(m, u1, ucred->pid, buf, n, fds);
1606 if (u2 && u2 != u1) {
1612 if (u3 && u3 != u2 && u3 != u1) {
1662 Unit *u1, *u2, *u3; local
1676 u1 = manager_get_unit_by_pid_cgroup(m, si.si_pid);
1677 if (u1)
1678 invoke_sigchld_event(m, u1,
[all...]

Completed in 17 milliseconds