Searched defs:lookup_path (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/sbus/
H A Dsssd_dbus_interface.c600 char *lookup_path = NULL; local
607 lookup_path = talloc_strdup(tmp_ctx, object_path);
608 if (lookup_path == NULL) {
612 while (lookup_path != NULL) {
613 list = sss_ptr_hash_lookup(table, lookup_path,
624 lookup_path = sbus_opath_parent_subtree(tmp_ctx, lookup_path);
646 char *lookup_path = NULL; local
660 lookup_path = talloc_strdup(tmp_ctx, object_path);
661 if (lookup_path
[all...]

Completed in 8 milliseconds