/systemd-251/src/libsystemd/sd-journal/ |
D | journal-file.h | 32 typedef enum direction { enum 216 int journal_file_next_entry(JournalFile *f, uint64_t p, direction_t direction, Object **ret, uint64… 218 int journal_file_next_entry_for_data(JournalFile *f, Object *d, direction_t direction, Object **ret… 220 int journal_file_move_to_entry_by_offset(JournalFile *f, uint64_t p, direction_t direction, Object … 221 int journal_file_move_to_entry_by_seqnum(JournalFile *f, uint64_t seqnum, direction_t direction, Ob… 222 int journal_file_move_to_entry_by_realtime(JournalFile *f, uint64_t realtime, direction_t direction… 223 …nic(JournalFile *f, sd_id128_t boot_id, uint64_t monotonic, direction_t direction, Object **ret, u… 225 …y_by_offset_for_data(JournalFile *f, Object *d, uint64_t p, direction_t direction, Object **ret, u… 226 …seqnum_for_data(JournalFile *f, Object *d, uint64_t seqnum, direction_t direction, Object **ret, u… 227 …time_for_data(JournalFile *f, Object *d, uint64_t realtime, direction_t direction, Object **ret, u… [all …]
|
D | sd-journal.c | 490 direction_t direction, in next_for_match() argument 516 … return journal_file_move_to_entry_by_offset_for_data(f, d, after_offset, direction, ret, offset); in next_for_match() 525 r = next_for_match(j, i, f, after_offset, direction, NULL, &cp); in next_for_match() 529 if (np == 0 || (direction == DIRECTION_DOWN ? cp < np : cp > np)) in next_for_match() 547 r = next_for_match(j, m->matches, f, after_offset, direction, NULL, &np); in next_for_match() 551 assert(direction == DIRECTION_DOWN ? np >= after_offset : np <= after_offset); in next_for_match() 557 r = next_for_match(j, i, f, np, direction, NULL, &cp); in next_for_match() 561 assert(direction == DIRECTION_DOWN ? cp >= np : cp <= np); in next_for_match() 562 if (direction == DIRECTION_DOWN ? cp > np : cp < np) { in next_for_match() 587 direction_t direction, in find_location_for_match() argument [all …]
|
D | journal-file.c | 2161 static int bump_array_index(uint64_t *i, direction_t direction, uint64_t n) { in bump_array_index() argument 2166 if (direction == DIRECTION_DOWN) { in bump_array_index() 2181 …JournalFile *f, Object *o, uint64_t offset, uint64_t first, direction_t direction, uint64_t *ret) { in bump_entry_array() argument 2189 if (direction == DIRECTION_DOWN) in bump_entry_array() 2220 direction_t direction, in generic_array_get() argument 2246 if (direction == DIRECTION_DOWN) in generic_array_get() 2287 i = direction == DIRECTION_DOWN ? 0 : k - 1; in generic_array_get() 2309 } while (bump_array_index(&i, direction, k) > 0); in generic_array_get() 2311 r = bump_entry_array(f, o, a, first, direction, &a); in generic_array_get() 2327 direction_t direction, in generic_array_get_plus_one() argument [all …]
|
/systemd-251/src/libsystemd/sd-bus/ |
D | bus-introspect.c | 161 …arguments(struct introspect *i, const char *signature, const char **names, const char *direction) { in introspect_write_arguments() argument 181 if (direction) in introspect_write_arguments() 182 fprintf(i->f, " direction=\"%s\"/>\n", direction); in introspect_write_arguments()
|
/systemd-251/tools/ |
D | update-dbus-docs.py | 71 direction = arg.get('direction')
|
/systemd-251/docs/ |
D | USER_NAMES.md | 32 direction, meaning that strictly speaking according to POSIX both the empty
|
/systemd-251/hwdb.d/ |
D | 60-keyboard.hwdb | 394 KEYBOARD_KEY_65=direction # Screen Rotate 897 KEYBOARD_KEY_6c=direction # rotate screen 901 KEYBOARD_KEY_6c=direction # rotate 912 KEYBOARD_KEY_6c=direction # rotate
|
/systemd-251/ |
D | NEWS | 1188 about types of cameras (regular or infrared), and in which direction
|