Searched refs:slots (Results 1 – 12 of 12) sorted by relevance
/systemd-251/src/libsystemd/sd-bus/ |
D | test-bus-match.c | 39 static int match_add(sd_bus_slot *slots, struct bus_match_node *root, const char *match, int value)… in match_add() argument 45 s = slots + value; in match_add() 76 sd_bus_slot slots[19] = {}; in main() local 87 …assert_se(match_add(slots, &root, "arg2='wal\\'do',sender='foo',type='signal',interface='bar.x',",… in main() 88 …assert_se(match_add(slots, &root, "arg2='wal\\'do2',sender='foo',type='signal',interface='bar.x',"… in main() 89 …assert_se(match_add(slots, &root, "arg3='test',sender='foo',type='signal',interface='bar.x',", 3) … in main() 90 …assert_se(match_add(slots, &root, "arg3='test',sender='foo',type='method_call',interface='bar.x',"… in main() 91 assert_se(match_add(slots, &root, "", 5) >= 0); in main() 92 assert_se(match_add(slots, &root, "interface='quux.x'", 6) >= 0); in main() 93 assert_se(match_add(slots, &root, "interface='bar.x'", 7) >= 0); in main() [all …]
|
D | bus-slot.c | 35 LIST_PREPEND(slots, bus->slots, slot); in bus_slot_allocate() 171 LIST_REMOVE(slots, bus->slots, slot); in bus_slot_disconnect()
|
D | bus-internal.h | 148 LIST_FIELDS(sd_bus_slot, slots); 315 LIST_HEAD(sd_bus_slot, slots);
|
D | sd-bus.c | 174 while ((s = b->slots)) { in bus_free()
|
/systemd-251/src/libsystemd/sd-netlink/ |
D | netlink-slot.c | 45 LIST_PREPEND(slots, nl->slots, slot); in netlink_slot_allocate() 86 LIST_REMOVE(slots, nl->slots, slot); in netlink_slot_disconnect()
|
D | netlink-internal.h | 52 LIST_FIELDS(sd_netlink_slot, slots); 92 LIST_HEAD(sd_netlink_slot, slots);
|
D | sd-netlink.c | 186 while ((s = nl->slots)) { in netlink_free()
|
/systemd-251/src/udev/ |
D | udev-builtin-net_id.c | 281 static int parse_hotplug_slot_from_function_id(sd_device *dev, const char *slots, uint32_t *ret) { in parse_hotplug_slot_from_function_id() argument 296 assert(slots); in parse_hotplug_slot_from_function_id() 314 if (!snprintf_ok(path, sizeof path, "%s/%08"PRIx64, slots, function_id)) in parse_hotplug_slot_from_function_id() 333 char slots[PATH_MAX], *s; in dev_pci_slot() local 409 if (!snprintf_ok(slots, sizeof slots, "%s/slots", syspath)) in dev_pci_slot() 413 dir = opendir(slots); in dev_pci_slot() 415 return log_device_debug_errno(dev, errno, "Cannot access %s: %m", slots); in dev_pci_slot() 419 r = parse_hotplug_slot_from_function_id(hotplug_slot_dev, slots, &hotplug_slot); in dev_pci_slot() 444 if (snprintf_ok(str, sizeof str, "%s/%s/address", slots, de->d_name) && in dev_pci_slot()
|
/systemd-251/docs/ |
D | HOME_DIRECTORY.md | 63 by `fscrypt` and hence are suitable for carrying the key slots. Moreover, by 64 using extended attributes, the slots are directly attached to the directory and
|
/systemd-251/hwdb.d/ |
D | usb.ids | 14758 0164 NFC and Smartcard Module (NSM)with 4 SAM slots
|
D | 20-usb-vendor-model.hwdb | 44208 ID_MODEL_FROM_DATABASE=NFC and Smartcard Module (NSM)with 4 SAM slots
|
/systemd-251/ |
D | NEWS | 2264 * udev now exports decoded DMI information about installed memory slots
|