smb_probe_module 403 source3/auth/auth.c if (NT_STATUS_IS_OK(smb_probe_module("auth", module_name))) {
smb_probe_module 567 source3/include/proto.h NTSTATUS smb_probe_module(const char *subsystem, const char *module);
smb_probe_module 570 source3/include/proto.h NTSTATUS smb_probe_module(const char *subsystem, const char *module);
smb_probe_module 253 source3/lib/iconv.c if (!ret->pull && NT_STATUS_IS_OK(smb_probe_module("charset", fromcode))) {
smb_probe_module 260 source3/lib/iconv.c if (!ret->push && NT_STATUS_IS_OK(smb_probe_module("charset", tocode))) {
smb_probe_module 189 source3/libgpo/gpext/gpext.c status = smb_probe_module(SAMBA_SUBSYSTEM_GPEXT,
smb_probe_module 140 source3/passdb/pdb_interface.c if(NT_STATUS_IS_OK(smb_probe_module("pdb", module_name)) && !(entry = pdb_find_backend_entry(module_name))) {
smb_probe_module 1592 source3/rpc_server/srv_pipe.c status = smb_probe_module(
smb_probe_module 146 source3/smbd/perfcount.c (NT_STATUS_IS_OK(smb_probe_module("perfcount", module_path)) &&
smb_probe_module 165 source3/smbd/vfs.c (NT_STATUS_IS_OK(smb_probe_module("vfs", module_path)) &&
smb_probe_module 304 source3/winbindd/idmap.c status = smb_probe_module("idmap", modulename);
smb_probe_module 572 source3/winbindd/idmap.c ret = smb_probe_module("idmap", modulename);
smb_probe_module 205 source3/winbindd/nss_info.c status = smb_probe_module( "nss_info", backend );