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

/sssd-io/src/lib/certmap/
H A Dsss_cert_content_nss.c740 current->name.other.data,
741 current->name.other.len, &item);
762 current->name.other.data,
763 current->name.other.len, &item);
781 current->name.other, &item);
791 current->name.other.data,
792 current->name.other.len, &item);
/sssd-io/src/monitor/
H A Dmonitor.c816 struct sss_domain_info *dom = domains, *other = NULL; local
820 other = get_next_domain(dom, 0);
827 while (other) {
828 id_min = MAX(dom->id_min, other->id_min);
830 (other->id_max ? other->id_max : UINT32_MAX));
834 dom->name, other->name, id_min, id_max);
836 other = get_next_domain(other, 0);
1427 /* Send D-Bus message to other service
[all...]

Completed in 11 milliseconds