Lines Matching refs:smb_path
48 const char *smb_path;
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,
299 talloc_asprintf(tmp_ctx, "%s%s", smb_path, smb_cse_suffix);
306 /* create component directories of smb_path, if needed */
432 ad_gpo_parse_ini_file(const char *smb_path,
449 smb_path, GPT_INI);
528 const char *smb_path,
545 smb_share, smb_path, smb_cse_suffix);
581 ret = gpo_cache_store_file(smb_path, smb_cse_suffix, buf, buflen);
620 const char *smb_path,
647 ret = copy_smb_file_to_gpo_cache(smbc_ctx, smb_server, smb_share, smb_path,
656 ret = ad_gpo_parse_ini_file(smb_path, &sysvol_gpt_version);
668 smb_path, smb_cse_suffix);
793 ibuf->smb_path,