Searched defs:DeviceUdevConf (Results 1 – 1 of 1) sorted by relevance
27 struct DeviceUdevConf { struct28 const char *name;29 mode_t mode;30 uid_t uid;31 gid_t gid;32 const char *parameter;33 int action;34 struct ListNode list;35 struct ListNode paramNode;