Searched defs:attribute (Results 1 - 5 of 5) sorted by relevance
/systemd/src/basic/ |
H A D | xattr-util.c | 106 ssize_t fgetxattrat_fake(int dirfd, const char *filename, const char *attribute, void *value, size_t size, int flags) { argument 119 l = getxattr(fn, attribute, value, size);
|
H A D | cgroup-util.c | 1013 * via the "cgroup.populated" attribute. */ 1818 int cg_set_attribute(const char *controller, const char *path, const char *attribute, const char *value) { argument 1822 r = cg_get_path(controller, path, attribute, &p); 1829 int cg_get_attribute(const char *controller, const char *path, const char *attribute, char **ret) { argument 1833 r = cg_get_path(controller, path, attribute, &p); 2004 * cgroup attribute */
|
/systemd/src/shared/ |
H A D | efivars.h | 45 int efi_get_variable(sd_id128_t vendor, const char *name, uint32_t *attribute, void **value, size_t *size); 85 static inline int efi_get_variable(sd_id128_t vendor, const char *name, uint32_t *attribute, void **value, size_t *size) { argument
|
H A D | efivars.c | 197 uint32_t *attribute, 252 if (attribute) 253 *attribute = a; 194 efi_get_variable( sd_id128_t vendor, const char *name, uint32_t *attribute, void **value, size_t *size) argument
|
/systemd/src/libsystemd/sd-netlink/ |
H A D | netlink-message.c | 183 /* get offset of the new attribute */ 186 /* get the size of the new rta attribute (with padding at the end) */ 192 /* realloc to fit the new attribute */ 198 /* get pointer to the attribute we are about to add */ 205 /* fill in the attribute */ 519 struct netlink_attribute *attribute; local 529 attribute = &m->containers[m->n_containers].attributes[type]; 531 if(!attribute->offset) 534 rta = (struct rtattr*)((uint8_t *) m->hdr + attribute->offset); 539 *net_byteorder = attribute [all...] |
Completed in 22 milliseconds