Searched refs:smb_path (Results 1 - 2 of 2) sorted by relevance
/sssd/src/providers/ad/ |
H A D | ad_gpo_child.c | 48 const char *smb_path; member in struct:input_buffer 92 /* smb_path */ 94 DEBUG(SSSDBG_TRACE_ALL, "smb_path length: %d\n", len); 99 ibuf->smb_path = talloc_strndup(ibuf, (char *)(buf + p), len); 100 if (ibuf->smb_path == NULL) return ENOMEM; 101 DEBUG(SSSDBG_TRACE_ALL, "smb_path: %s\n", ibuf->smb_path); 274 * input smb_path, 278 static errno_t gpo_cache_store_file(const char *smb_path, argument 299 talloc_asprintf(tmp_ctx, "%s%s", smb_path, smb_cse_suffi 432 ad_gpo_parse_ini_file(const char *smb_path, int *_gpt_version) argument 525 copy_smb_file_to_gpo_cache(SMBCCTX *smbc_ctx, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix) argument 617 perform_smb_operations(int cached_gpt_version, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int *_sysvol_gpt_version) argument [all...] |
H A D | ad_gpo.c | 128 const char *smb_path; member in struct:gp_gpo 178 const char *smb_path, 2245 DEBUG(SSSDBG_TRACE_FUNC, "smb_path: %s\n", cse_filtered_gpo->smb_path); 2251 cse_filtered_gpo->smb_path, 2307 cse_filtered_gpo->smb_path, 3284 * The smb_share and smb_path outputs are extracted from the input_path. 3308 char *smb_path = NULL; local 3336 smb_path = ptr; 3348 if (smb_path 3951 create_cse_send_buffer(TALLOC_CTX *mem_ctx, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int cached_gpt_version, struct io_buffer **io_buf) argument 4046 const char *smb_path; member in struct:ad_gpo_process_cse_state 4066 ad_gpo_process_cse_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, bool send_to_child, struct sss_domain_info *domain, const char *gpo_guid, const char *smb_server, const char *smb_share, const char *smb_path, const char *smb_cse_suffix, int cached_gpt_version, int gpo_timeout_option) argument [all...] |
Completed in 70 milliseconds