Searched refs:BUS_MESSAGE_BSWAP32 (Results 1 - 2 of 2) sorted by relevance
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-message.h | 158 static inline uint32_t BUS_MESSAGE_BSWAP32(sd_bus_message *m, uint32_t u) { function 170 return BUS_MESSAGE_BSWAP32(m, m->header->dbus1.serial);
|
H A D | bus-message.c | 517 m->fields_size = BUS_MESSAGE_BSWAP32(m, h->dbus1.fields_size); 518 m->body_size = BUS_MESSAGE_BSWAP32(m, h->dbus1.body_size); 3146 return index >= c->begin + BUS_MESSAGE_BSWAP32(m, *c->array_size); 3465 *(uint32_t*) p = BUS_MESSAGE_BSWAP32(m, *(uint32_t*) q); 3478 j = BUS_MESSAGE_BSWAP32(m, *(uint32_t*) q); 3506 l = BUS_MESSAGE_BSWAP32(m, *(uint32_t*) q); 3573 *(uint32_t*) p = BUS_MESSAGE_BSWAP32(m, *(uint32_t*) q); 3586 j = BUS_MESSAGE_BSWAP32(m, *(uint32_t*) q); 3651 if (BUS_MESSAGE_BSWAP32(m, *(uint32_t*) q) > BUS_ARRAY_MAX_SIZE) 4202 l = BUS_MESSAGE_BSWAP32( [all...] |
Completed in 321 milliseconds