Searched refs:hotplug2_child_t (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/hotplug2/
H A Dchildlist.h12 struct hotplug2_child_t *add_child(struct hotplug2_child_t *, pid_t, event_seqnum_t);
13 struct hotplug2_child_t *remove_child_by_pid(struct hotplug2_child_t *, pid_t, event_seqnum_t *, int *);
15 struct hotplug2_child_t { struct
H A Dchildlist.c19 struct hotplug2_child_t *add_child(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t seqnum) {
23 child = xmalloc(sizeof(struct hotplug2_child_t));
28 child->next = xmalloc(sizeof(struct hotplug2_child_t));
41 struct hotplug2_child_t *remove_child_by_pid(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t *largest_seqnum, int *child_c) {
42 struct hotplug2_child_t *tmp_child;
58 ((struct hotplug2_child_t *)(child->prev))->next = child->next;
61 ((struct hotplug2_child_t *)(child->next))->prev = child->prev;
H A Dhotplug2.c52 struct hotplug2_child_t *child;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/hotplug2/
H A Dchildlist.h12 struct hotplug2_child_t *add_child(struct hotplug2_child_t *, pid_t, event_seqnum_t);
13 struct hotplug2_child_t *remove_child_by_pid(struct hotplug2_child_t *, pid_t, event_seqnum_t *, int *);
15 struct hotplug2_child_t { struct
H A Dchildlist.c19 struct hotplug2_child_t *add_child(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t seqnum) {
23 child = xmalloc(sizeof(struct hotplug2_child_t));
28 child->next = xmalloc(sizeof(struct hotplug2_child_t));
41 struct hotplug2_child_t *remove_child_by_pid(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t *largest_seqnum, int *child_c) {
42 struct hotplug2_child_t *tmp_child;
58 ((struct hotplug2_child_t *)(child->prev))->next = child->next;
61 ((struct hotplug2_child_t *)(child->next))->prev = child->prev;
H A Dhotplug2.c52 struct hotplug2_child_t *child;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/hotplug2/
H A Dchildlist.h12 struct hotplug2_child_t *add_child(struct hotplug2_child_t *, pid_t, event_seqnum_t);
13 struct hotplug2_child_t *remove_child_by_pid(struct hotplug2_child_t *, pid_t, event_seqnum_t *, int *);
15 struct hotplug2_child_t { struct
H A Dchildlist.c19 struct hotplug2_child_t *add_child(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t seqnum) {
23 child = xmalloc(sizeof(struct hotplug2_child_t));
28 child->next = xmalloc(sizeof(struct hotplug2_child_t));
41 struct hotplug2_child_t *remove_child_by_pid(struct hotplug2_child_t *child, pid_t pid, event_seqnum_t *largest_seqnum, int *child_c) {
42 struct hotplug2_child_t *tmp_child;
58 ((struct hotplug2_child_t *)(child->prev))->next = child->next;
61 ((struct hotplug2_child_t *)(child->next))->prev = child->prev;
H A Dhotplug2.c52 struct hotplug2_child_t *child;

Completed in 86 milliseconds