Searched refs:attributes (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-message.c132 free(m->containers[i].attributes);
526 assert(m->containers[m->n_containers].attributes);
529 attribute = &m->containers[m->n_containers].attributes[type];
735 _cleanup_free_ struct netlink_attribute *attributes = NULL; local
737 attributes = new0(struct netlink_attribute, count);
738 if(!attributes)
747 when building, we ignore out-of-range attributes */
751 if (attributes[type].offset)
754 attributes[type].offset = (uint8_t *) rta - (uint8_t *) m->hdr;
755 attributes[typ
[all...]
H A Dnetlink-internal.h104 struct netlink_attribute *attributes; member in struct:netlink_container
105 unsigned short n_attributes; /* number of attributes in container */
/systemd/src/tmpfiles/
H A Dtmpfiles.c859 } attributes[] = { local
909 for (i = 0; i < ELEMENTSOF(attributes); i++)
910 if (*p == attributes[i].character)
913 if (i >= ELEMENTSOF(attributes)) {
918 v = attributes[i].value;
952 return log_error_errno(errno, "Skipping file attributes adjustment on symlink %s.", path);

Completed in 1338 milliseconds