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

/sssd-io/src/responder/kcm/
H A Dkcmsrv_ccache_mem.c336 uuid_t dfl_uuid; member in struct:ccdb_mem_get_default_state
372 uuid_clear(state->dfl_uuid);
374 uuid_copy(state->dfl_uuid, ccwrap->cc->uuid);
390 uuid_copy(dfl, state->dfl_uuid);
H A Dkcmsrv_ccache.c1347 uuid_t dfl_uuid; local
1350 ret = state->db->ops->get_default_recv(subreq, dfl_uuid);
1360 if (uuid_compare(dfl_uuid, state->uuid) != 0) {
H A Dkcmsrv_ops.c571 uuid_t dfl_uuid; local
588 ret = kcm_cc_get_uuid(state->new_cc, dfl_uuid);
600 dfl_uuid);
1458 uuid_t dfl_uuid; local
1460 ret = kcm_ccdb_get_default_recv(subreq, &dfl_uuid);
1470 if (uuid_is_null(dfl_uuid) == true) {
1490 dfl_uuid);
1656 uuid_t dfl_uuid; local
1658 ret = kcm_ccdb_uuid_by_name_recv(subreq, state, dfl_uuid);
1672 dfl_uuid);
[all...]

Completed in 21 milliseconds