Searched defs:Device (Results 1 - 2 of 2) sorted by relevance

/systemd/src/login/
H A Dlogind-device.h22 typedef struct Device Device; typedef in typeref:struct:Device
28 struct Device { struct
37 LIST_FIELDS(struct Device, devices);
41 Device* device_new(Manager *m, const char *sysfs, bool master);
42 void device_free(Device *d);
43 void device_attach(Device *d, Seat *s);
/systemd/src/core/
H A Ddevice.h22 typedef struct Device Device; typedef in typeref:struct:Device
31 struct Device { struct
40 LIST_FIELDS(struct Device, same_sysfs);

Completed in 10 milliseconds