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

/systemd/tools/
H A Dmake-man-index.py82 section = t.find('./refmeta/manvolnum').text
83 refname = t.find('./refnamediv/refname').text
84 purpose = ' '.join(t.find('./refnamediv/refpurpose').text.split())
120 para = template.find(".//para[@id='counts']")
H A Dmake-man-rules.py81 refmeta = xml.find('./refmeta')
82 title = refmeta.find('./refentrytitle').text
83 number = refmeta.find('./manvolnum').text
H A Dmake-directive-index.py192 section = t.find('./refmeta/manvolnum').text
193 pagename = t.find('./refmeta/refentrytitle').text
255 varlist = template.find(".//*[@id='{}']".format(name))
284 para = template.find(".//para[@id='colophon']")
/systemd/test/
H A Dtest-functions17 DEBUGTOOLS="df free ls stty cat ps ln ip route dmesg dhclient mkdir cp ping dhclient strace less grep id tty touch du sort hostname find"
40 echo "Could not find a suitable QEMU binary" >&2
132 local _fixfiles_tools="bash uname cat sort uniq awk grep egrep head expr find rm secon setfiles"
264 find "$initdir" -executable -not -path '*/lib/modules/*.ko' -type f | xargs strip --strip-unneeded | ddebug
363 find \
372 [[ "$LOOKS_LIKE_DEBIAN" ]] && type -p dpkg-architecture &>/dev/null && find "/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/security" -xtype f
373 find \
470 dfatal "Run \"ldd $_bin\" to find out what it is."
725 # find symlinks linked to given library file
780 # find
[all...]
/systemd/src/libsystemd/sd-bus/
H A Dbus-internal.h109 sd_bus_object_find_t find; member in struct:node_vtable
H A Dbus-objects.c50 if (c->find) {
53 r = c->find(bus, path, c->interface, u, &u, error);
1621 sd_bus_object_find_t find,
1679 s->node_vtable.find = find;
1823 sd_bus_object_find_t find,
1826 return add_object_vtable_internal(bus, slot, prefix, interface, vtable, true, find, userdata);
2484 * call into the find() callbacks of any registered vtable. Therefore,
2488 * object might be in an "destructed" state, as long as we can find it.
1614 add_object_vtable_internal( sd_bus *bus, sd_bus_slot **slot, const char *path, const char *interface, const sd_bus_vtable *vtable, bool fallback, sd_bus_object_find_t find, void *userdata) argument
1817 sd_bus_add_fallback_vtable( sd_bus *bus, sd_bus_slot **slot, const char *prefix, const char *interface, const sd_bus_vtable *vtable, sd_bus_object_find_t find, void *userdata) argument
/systemd/src/systemd/
H A Dsd-bus.h196 int sd_bus_add_fallback_vtable(sd_bus *bus, sd_bus_slot **slot, const char *prefix, const char *interface, const sd_bus_vtable *vtable, sd_bus_object_find_t find, void *userdata);

Completed in 664 milliseconds