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

/systemd/src/udev/
H A Dudev-rules.c83 unsigned int gids_max; member in struct:udev_rules
545 if (rules->gids_cur+1 >= rules->gids_max) {
550 add = rules->gids_max;
554 gids = realloc(rules->gids, (rules->gids_max + add ) * sizeof(struct uid_gid));
558 rules->gids_max += add;
1701 rules->gids_max = 0;

Completed in 21 milliseconds