Searched refs:u3 (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | efivars.c | 329 uint16_t u3; member in struct:uuid 340 id128->bytes[6] = (uuid->u3 >> 8) & 0xff; 341 id128->bytes[7] = (uuid->u3) & 0xff; 453 uint16_t u3; member in struct:guid 462 uuid->u3 = id.bytes[6] << 8 | id.bytes[7];
|
/systemd/src/core/ |
H A D | manager.c | 1540 Unit *u1, *u2, *u3; local 1611 u3 = hashmap_get(m->watch_pids2, PID_TO_PTR(ucred->pid)); 1612 if (u3 && u3 != u2 && u3 != u1) { 1613 manager_invoke_notify_message(m, u3, ucred->pid, buf, n, fds); 1662 Unit *u1, *u2, *u3; local 1682 u3 = hashmap_get(m->watch_pids2, PID_TO_PTR(si.si_pid)); 1683 if (u3 && u3 ! [all...] |
Completed in 19 milliseconds