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

/systemd/test/
H A Dtest-functions883 local _target=/etc/udev/rules.d _rule _found
891 _found="$r/$_rule"
892 inst_simple "$_found"
893 inst_rule_programs "$_found"
899 _found="${r}$_rule"
900 inst_simple "$_found" "$_target/${_found##*/}"
901 inst_rule_programs "$_found"
904 [[ $_found ]] || dinfo "Skipping udev rule: $_rule"
1009 local _modname=${1##*/} _fwdir _found _f
[all...]
/systemd/src/basic/
H A Dmacro.h351 bool _found = false; \
356 _found = true; \
361 _found; \
/systemd/src/core/
H A Dunit.h529 int unit_load_related_unit(Unit *u, const char *type, Unit **_found);
H A Dunit.c2446 int unit_load_related_unit(Unit *u, const char *type, Unit **_found) { argument
2452 assert(_found);
2460 r = manager_load_unit(u->manager, t, NULL, NULL, _found);
2461 assert(r < 0 || *_found != u);

Completed in 205 milliseconds