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

/systemd/src/test/
H A Dtest-rbtree.c72 static size_t validate(CRBTree *t) { function
205 /* shuffle nodes and validate *empty* tree */
207 n = validate(&t);
210 /* add all nodes and validate after each insertion */
213 n = validate(&t);
220 /* remove all nodes (in different order) and validate on each round */
223 n = validate(&t);
228 /* shuffle nodes and validate *empty* tree again */
230 n = validate(&t);
236 n = validate(
[all...]
/systemd/src/udev/
H A Dudev-builtin.c79 if (builtins[i] && builtins[i]->validate && builtins[i]->validate(udev))
H A Dudev-builtin-net_setup_link.c104 .validate = builtin_net_setup_link_validate,
H A Dudev-builtin-kmod.c120 .validate = builtin_kmod_validate,
H A Dudev-builtin-hwdb.c221 .validate = builtin_hwdb_validate,
H A Dudev.h171 bool (*validate)(struct udev *udev); member in struct:udev_builtin
/systemd/src/libsystemd/sd-bus/
H A Dbus-message.c4929 bool (*validate)(const char *p),
4961 if (validate) {
4965 if (!validate(q))

Completed in 2055 milliseconds