Searched refs:c2 (Results 1 - 5 of 5) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | dhcp-identifier.c | 32 #define HASH_KEY SD_ID128_MAKE(80,11,8c,c2,fe,4a,03,ee,3e,d6,0c,6f,36,39,14,09)
|
/systemd/src/systemd/ |
H A D | sd-messages.h | 37 #define SD_MESSAGE_JOURNAL_STOP SD_ID128_MAKE(d9,3f,b3,c9,c2,4d,45,1a,97,ce,a6,15,ce,59,c0,0b) 47 #define SD_MESSAGE_SEAT_STOP SD_ID128_MAKE(e7,85,2b,fe,46,78,4e,d0,ac,cd,e0,4b,c8,64,c2,d5) 85 #define SD_MESSAGE_BOOTCHART SD_ID128_MAKE(9f,26,aa,56,2c,f4,40,c2,b1,6c,77,3d,04,79,b5,18)
|
/systemd/src/libsystemd/sd-bus/ |
H A D | test-bus-chat.c | 521 pthread_t c1, c2; local 538 r = pthread_create(&c2, NULL, client2, bus); 550 q = pthread_join(c2, &p);
|
/systemd/src/udev/ata_id/ |
H A D | ata_id.c | 279 unsigned int c2; local 283 c2 = identify[offset_words * 2]; 286 *dest = c2;
|
/systemd/src/network/ |
H A D | networkd-address.c | 141 static int address_compare_func(const void *c1, const void *c2) { argument 142 const Address *a1 = c1, *a2 = c2;
|
Completed in 1921 milliseconds