Searched refs:slots (Results 1 - 5 of 5) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dtest-bus-match.c55 static int match_add(sd_bus_slot *slots, struct bus_match_node *root, const char *match, int value) { argument
61 s = slots + value;
94 sd_bus_slot slots[19]; local
101 assert_se(match_add(slots, &root, "arg2='wal\\'do',sender='foo',type='signal',interface='bar.x',", 1) >= 0);
102 assert_se(match_add(slots, &root, "arg2='wal\\'do2',sender='foo',type='signal',interface='bar.x',", 2) >= 0);
103 assert_se(match_add(slots, &root, "arg3='test',sender='foo',type='signal',interface='bar.x',", 3) >= 0);
104 assert_se(match_add(slots, &root, "arg3='test',sender='foo',type='method_call',interface='bar.x',", 4) >= 0);
105 assert_se(match_add(slots, &root, "", 5) >= 0);
106 assert_se(match_add(slots, &root, "interface='quux.x'", 6) >= 0);
107 assert_se(match_add(slots,
[all...]
H A Dbus-slot.c52 LIST_PREPEND(slots, bus->slots, slot);
195 LIST_REMOVE(slots, bus->slots, slot);
H A Dbus-internal.h145 LIST_FIELDS(sd_bus_slot, slots);
322 LIST_HEAD(sd_bus_slot, slots);
H A Dsd-bus.c115 while ((s = b->slots)) {
116 /* At this point only floating slots can still be
120 * slots here, so that they still can be referenced by
/systemd/src/udev/
H A Dudev-builtin-net_id.c207 char slots[256], str[256]; local
239 xsprintf(slots, "%s/slots", udev_device_get_syspath(pci));
240 dir = opendir(slots);
258 xsprintf(str, "%s/%s/address", slots, dent->d_name);

Completed in 28 milliseconds