/systemd/src/basic/ |
H A D | calendarspec.h | 34 struct CalendarComponent *next; member in struct:CalendarComponent 58 int calendar_spec_next_usec(const CalendarSpec *spec, usec_t usec, usec_t *next);
|
H A D | mempool.c | 29 struct pool *next; member in struct:pool 38 * place the next pointer at its offset 0. */ 66 p->next = mp->first_pool; 98 n = p->next;
|
H A D | c-rbtree.c | 103 * c_rbnode_next() - return next node 107 * returns the logically next node to @n. If @n is NULL, the last node or 112 * Return: Pointer to next node, or NULL. 236 * recursive repaint is required, the next node to be re-painted 576 CRBNode *p, *s, *gc, *x, *next = NULL; local 603 * next: next node to rebalance on 626 next = (c == C_RBNODE_BLACK) ? p : NULL; 649 /* right child is next, no need to touch grandchild */ 673 next [all...] |
H A D | calendarspec.c | 41 n = c->next; 80 CalendarComponent **b, *i, **j, *next; local 84 for (i = *c; i; i = i->next) 91 for (i = *c; i; i = i->next) 96 b[n-1]->next = NULL; 97 next = b[n-1]; 101 if (b[k-1]->value == next->value && 102 b[k-1]->repeat == next->repeat) { 107 b[k-1]->next = next; 1063 calendar_spec_next_usec(const CalendarSpec *spec, usec_t usec, usec_t *next) argument [all...] |
/systemd/src/libudev/ |
H A D | libudev-private.h | 87 struct udev_list_node *next, *prev; member in struct:udev_list_node 102 for (node = (list)->next; \ 104 node = (node)->next) 106 for (node = (list)->next, tmp = (node)->next; \ 108 node = tmp, tmp = (tmp)->next)
|
H A D | libudev-list.c | 52 list->next = list; 58 return list->next == list; 63 struct udev_list_node *next) 65 next->prev = new; 66 new->next = next; 68 prev->next = new; 79 struct udev_list_node *next = entry->next; local 81 next 61 udev_list_node_insert_between(struct udev_list_node *new, struct udev_list_node *prev, struct udev_list_node *next) argument 274 struct udev_list_node *next; local [all...] |
/systemd/src/login/ |
H A D | logind-utmp.c | 110 usec_t n, next; local 122 next = when_wall(n, m->scheduled_shutdown_timeout); 123 if (next > 0) { 124 r = sd_event_source_set_time(s, n + next);
|
H A D | sysfs-show.c | 49 struct udev_list_entry *next, *lookahead; local 83 lookahead = next = udev_list_entry_get_next(*item); 129 *item = next;
|
/systemd/src/resolve/ |
H A D | resolved-dns-search-domain.c | 174 DnsSearchDomain *next; local 179 next = first->domains_next; 182 dns_search_domain_unlink_all(next); 186 DnsSearchDomain *next; local 191 next = first->domains_next; 196 dns_search_domain_unlink_marked(next);
|
H A D | resolved-dns-query.c | 91 DnsSearchDomain *next = NULL; local 96 next = c->search_domain->domains_next; 98 next = dns_scope_get_search_domains(c->scope); 101 if (!next) /* We hit the end of the list */ 104 if (!next->route_only) 108 next = next->domains_next; 112 c->search_domain = dns_search_domain_ref(next);
|
H A D | resolved-dns-server.c | 592 DnsServer *next; local 597 next = first->servers_next; 600 dns_server_unlink_all(next); 604 DnsServer *next; local 609 next = first->servers_next; 614 dns_server_unlink_marked(next); 706 /* If there's currently no DNS server set, then the next 711 /* Change to the next one, but make sure to follow the linked 718 /* If there was no next one, then start from the beginning of
|
/systemd/src/bootchart/ |
H A D | bootchart.h | 51 struct ps_sched_struct *next; member in struct:ps_sched_struct 72 struct ps_struct *next; /* siblings */ member in struct:ps_struct
|
/systemd/src/core/ |
H A D | dbus-cgroup.c | 396 CGroupBlockIODeviceBandwidth *a, *next; local 402 LIST_FOREACH_SAFE(device_bandwidths, a, next, c->blockio_device_bandwidths)
|
H A D | load-fragment.c | 3118 CGroupBlockIODeviceBandwidth *next; local 3120 LIST_FOREACH_SAFE (device_bandwidths, b, next, c->blockio_device_bandwidths) 3679 /* Empty the symlink names for the next run */
|
H A D | manager.c | 104 usec_t next; local 112 next = now(CLOCK_MONOTONIC) + JOBS_IN_PROGRESS_WAIT_USEC; 117 next, 0, 1982 uint64_t next; local 1989 next = now(CLOCK_MONOTONIC) + JOBS_IN_PROGRESS_PERIOD_USEC; 1990 r = sd_event_source_set_time(source, next);
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-match.h | 53 struct bus_match_node *parent, *next, *prev, *child; member in struct:bus_match_node
|
H A D | bus-message.h | 54 struct bus_body_part *next; member in struct:bus_body_part 230 for ((i) = 0, (part) = &(m)->body; (i) < (m)->n_body_parts; (i)++, (part) = (part)->next)
|
H A D | bus-message.c | 96 struct bus_body_part *next = part->next; local 98 part = next; 1196 m->body_end->next = part; 3201 part = part->next;
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | netlink-internal.h | 119 sd_netlink_message *next; /* next in a chain of multi-part messages */ member in struct:sd_netlink_message
|
/systemd/src/udev/ |
H A D | udev-builtin-keyboard.c | 106 char *next; local 112 val = strtol(current, &next, 0); 113 if (*next && *next != ':') 116 if (next != current) 119 if (*next) 120 next++; 122 return next; 129 char *next; local 137 next [all...] |
H A D | udev-rules.c | 810 /* move line to next key */ 1748 const char *next; local 1750 next = strchr(s, '|'); 1751 if (next != NULL) { 1752 size_t matchlen = (size_t)(next - s); 1761 s = &next[1]; 1869 /* loop through token list, match, run actions or forward to next rule */ 1987 struct token *next; local 1990 next = cur; 1991 while (next 2447 char *pos, *next; local [all...] |
/systemd/src/journal/ |
H A D | journal-verify.c | 525 uint64_t next, m, j; local 541 next = le64toh(o->entry_array.next_entry_array_offset); 542 if (next != 0 && next <= a) { 543 error(p, "Array chain has cycle (jumps back from "OFSfmt" to "OFSfmt")", a, next); 567 a = next; 607 uint64_t next; local 618 next = le64toh(o->data.next_hash_offset); 619 if (next != 0 && next < 744 uint64_t next, m, j; local [all...] |
/systemd/src/timesync/ |
H A D | timesyncd-manager.c | 125 static int manager_arm_timer(Manager *m, usec_t next); 239 static int manager_arm_timer(Manager *m, usec_t next) { argument 244 if (next == 0) { 250 r = sd_event_source_set_time(m->event_timer, now(clock_boottime_or_monotonic()) + next); 261 now(clock_boottime_or_monotonic()) + next, 0, 373 /* If touch fails, there isn't much we can do. Maybe it'll work next time. */ 806 /* Try next host */ 833 /* Try next host */ 869 * next one. */ 878 /* Hmm, we are through all addresses, let's look for the next hos [all...] |
/systemd/src/libsystemd/sd-event/ |
H A D | sd-event.c | 127 usec_t next, accuracy; member in struct:sd_event_source::__anon147::__anon149 168 usec_t next; member in struct:clock_data 320 if (x->time.next < y->time.next) 322 if (x->time.next > y->time.next) 329 return usec_add(s->time.next, s->time.accuracy); 438 e->realtime.next = e->boottime.next = e->monotonic.next 2040 flush_timer(sd_event *e, int fd, uint32_t events, usec_t *next) argument [all...] |
/systemd/src/libsystemd/sd-resolve/ |
H A D | sd-resolve.c | 1088 struct addrinfo *next = ai->ai_next; local 1093 ai = next;
|