Lines Matching defs:gp_gpo

30  *   ad_gpo_process_gpo_send/recv: populate list of gp_gpo objects
122 struct gp_gpo {
168 struct gp_gpo ***candidate_gpos,
821 struct gp_gpo **candidate_gpos,
823 struct gp_gpo ***_dacl_filtered_gpos,
829 struct gp_gpo *candidate_gpo = NULL;
837 struct gp_gpo **dacl_filtered_gpos = NULL;
855 struct gp_gpo *,
961 struct gp_gpo **dacl_filtered_gpos,
963 struct gp_gpo ***_cse_filtered_gpos,
969 struct gp_gpo *dacl_filtered_gpo = NULL;
971 struct gp_gpo **cse_filtered_gpos = NULL;
981 struct gp_gpo *,
1567 struct gp_gpo **dacl_filtered_gpos;
1569 struct gp_gpo **cse_filtered_gpos;
2052 struct gp_gpo **candidate_gpos = NULL;
2229 struct gp_gpo *cse_filtered_gpo =
2334 struct gp_gpo *cse_filtered_gpo =
3110 struct gp_gpo ***_candidate_gpos,
3117 struct gp_gpo **candidate_gpos = NULL;
3216 struct gp_gpo *,
3226 candidate_gpos[gpo_dn_idx] = talloc_zero(candidate_gpos, struct gp_gpo);
3246 candidate_gpos[gpo_dn_idx] = talloc_zero(candidate_gpos, struct gp_gpo);
3522 struct gp_gpo **candidate_gpos;
3532 * gp_gpo objects, prioritized based on SOM type, link order, and whether the
3537 * parsed into the various fields of the gp_gpo object.
3613 struct gp_gpo *gp_gpo = state->candidate_gpos[state->gpo_index];
3615 /* gp_gpo is NULL only after all GPOs have been processed */
3616 if (gp_gpo == NULL) return EOK;
3618 const char *gpo_dn = gp_gpo->gpo_dn;
3792 struct gp_gpo *gp_gpo;
3801 gp_gpo = state->candidate_gpos[state->gpo_index];
3812 gp_gpo->gpo_guid = talloc_steal(gp_gpo, gpo_guid);
3813 if (gp_gpo->gpo_guid == NULL) {
3819 gp_gpo->gpo_guid);
3833 file_sys_path = talloc_strdup(gp_gpo, raw_file_sys_path);
3835 ret = ad_gpo_extract_smb_components(gp_gpo, smb_host,
3836 file_sys_path, &gp_gpo->smb_server,
3837 &gp_gpo->smb_share, &gp_gpo->smb_path);
3845 DEBUG(SSSDBG_TRACE_ALL, "smb_server: %s\n", gp_gpo->smb_server);
3846 DEBUG(SSSDBG_TRACE_ALL, "smb_share: %s\n", gp_gpo->smb_share);
3847 DEBUG(SSSDBG_TRACE_ALL, "smb_path: %s\n", gp_gpo->smb_path);
3851 &gp_gpo->gpo_func_version);
3860 gp_gpo->gpo_func_version);
3864 &gp_gpo->gpo_flags);
3872 DEBUG(SSSDBG_TRACE_ALL, "gpo_flags: %d\n", gp_gpo->gpo_flags);
3887 ret = ad_gpo_parse_sd(gp_gpo, el[0].values[0].data, el[0].values[0].length,
3888 &gp_gpo->gpo_sd);
3913 ret = ad_gpo_parse_machine_ext_names(gp_gpo,
3915 &gp_gpo->gpo_cse_guids,
3916 &gp_gpo->num_gpo_cse_guids);
3936 struct gp_gpo ***candidate_gpos,