Searched refs:DEBUG (Results 1 - 25 of 1509) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Ddbg.h1 #define DEBUG 1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Ddbg.h1 #define DEBUG 1 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dsysctl.h28 #if defined(DEBUG) && defined(CONFIG_SYSCTL)
40 #endif /* DEBUG && CONFIG_SYSCTL */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Ddmallocmsg.c43 DEBUG(2,("Got MSG_REQ_DMALLOC_MARK: mark set\n"));
45 DEBUG(2,("Got MSG_REQ_DMALLOC_MARK but dmalloc not in this process\n"));
57 DEBUG(2,("Got MSG_REQ_DMALLOC_LOG_CHANGED: done\n"));
59 DEBUG(2,("Got MSG_REQ_DMALLOC_LOG_CHANGED but dmalloc not in this process\n"));
71 DEBUG(2, ("Registered MSG_REQ_DMALLOC_MARK and LOG_CHANGED\n"));
H A Dserver_mutex.c38 DEBUG(0,("grab_server_mutex: malloc failed for %s\n", name));
42 DEBUG(10,("grab_server_mutex: failed for %s\n", name));
H A Dfault.c36 DEBUG(0,("===============================================================\n"));
37 DEBUG(0,("INTERNAL ERROR: Signal %d in pid %d (%s)",sig,(int)sys_getpid(),SAMBA_VERSION_STRING));
38 DEBUG(0,("\nPlease read the appendix Bugs of the Samba HOWTO collection\n"));
39 DEBUG(0,("===============================================================\n"));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/pdb/
H A Dtest.c34 DEBUG(10, ("testsam_setsampwent called\n"));
44 DEBUG(10, ("testsam_endsampwent called\n"));
53 DEBUG(10, ("testsam_getsampwent called\n"));
63 DEBUG(10, ("testsam_getsampwnam called\n"));
73 DEBUG(10, ("testsam_getsampwsid called\n"));
83 DEBUG(10, ("testsam_delete_sam_account called\n"));
93 DEBUG(10, ("testsam_update_sam_account called\n"));
103 DEBUG(10, ("testsam_add_sam_account called\n"));
132 DEBUG(0, ("testsam: Couldn't register custom debugging class!\n"));
133 } else DEBUG(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Dlibbb_udhcp.h14 #define DEBUG macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dversion.c36 # if defined(DEBUG)
37 "DEBUG "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dversion.c36 # if defined(DEBUG)
37 "DEBUG "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcredentials.c59 DEBUG(4,("cred_session_key\n"));
61 DEBUG(5,(" clnt_chal: %s\n", credstr(clnt_chal->data)));
62 DEBUG(5,(" srv_chal : %s\n", credstr(srv_chal->data)));
63 DEBUG(5,(" clnt+srv : %s\n", credstr(sum2)));
64 DEBUG(5,(" sess_key : %s\n", credstr(session_key)));
90 DEBUG(4,("cred_create\n"));
92 DEBUG(5,(" sess_key : %s\n", credstr(session_key)));
93 DEBUG(5,(" stor_cred: %s\n", credstr(stor_cred->data)));
94 DEBUG(5,(" timestamp: %x\n" , timestamp.time));
95 DEBUG(
[all...]
H A Dntlm_check.c42 DEBUG(10,("No password set - DISALLOWING access\n"));
48 DEBUG(0, ("smb_pwd_check_ntlmv1: incorrect challenge size (%lu)\n",
54 DEBUG(0, ("smb_pwd_check_ntlmv1: incorrect password length (%lu)\n",
67 DEBUG(100,("Part password (P16) was |\n"));
99 DEBUG(10,("No password set - DISALLOWING access\n"));
105 DEBUG(0, ("smb_pwd_check_ntlmv2: incorrect challenge size (%lu)\n",
114 DEBUG(0, ("smb_pwd_check_ntlmv2: incorrect password length (%lu)\n",
138 DEBUG(100,("Part password (P16) was |\n"));
190 DEBUG(3,("ntlm_password_check: NO NT password stored for user %s.\n",
196 DEBUG(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dfrsp.c14 #ifdef DEBUG
20 #ifdef DEBUG
H A Dfsqrt.c15 #ifdef DEBUG
21 #ifdef DEBUG
32 #ifdef DEBUG
H A Dfsqrts.c16 #ifdef DEBUG
22 #ifdef DEBUG
33 #ifdef DEBUG
H A Dlfs.c16 #ifdef DEBUG
25 #ifdef DEBUG
32 #ifdef DEBUG
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_plugin.c35 DEBUG(0, ("The plugin module needs an argument!\n"));
50 DEBUG(5, ("Trying to load sam plugin %s\n", plugin_name));
53 DEBUG(0, ("Failed to load sam plugin %s using sys_dlopen (%s)\n", plugin_name, sys_dlerror()));
60 DEBUG(0, ("Failed to find function 'pdb_version' using sys_dlsym in sam plugin %s (%s)\n", plugin_name, sys_dlerror()));
66 DEBUG(0, ("Wrong PASSDB_INTERFACE_VERSION! sam plugin has version %d and version %d is needed! Please update!\n",
74 DEBUG(0, ("Failed to find function 'pdb_init' using sys_dlsym in sam plugin %s (%s)\n", plugin_name, sys_dlerror()));
78 DEBUG(5, ("Starting sam plugin %s with location %s\n", plugin_name, plugin_location));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/profile/
H A Dprofile.c57 DEBUG(1,("INFO: Profiling turned OFF from pid %d\n", (int)src));
62 DEBUG(1,("INFO: Profiling counts turned ON from pid %d\n", (int)src));
67 DEBUG(1,("INFO: Full profiling turned ON from pid %d\n", (int)src));
71 DEBUG(1,("INFO: Profiling values cleared from pid %d\n", (int)src));
75 DEBUG(1,("INFO: Profiling support unavailable in this build.\n"));
91 DEBUG(1,("INFO: Received REQ_PROFILELEVEL message from PID %u\n",(unsigned int)src));
118 DEBUG(0,("Can't create or use IPC area. Error was %s\n",
127 DEBUG(0,("Can't attach to IPC area. Error was %s\n",
134 DEBUG(0,("ERROR shmctl : can't IPC_STAT. Error was %s\n",
140 DEBUG(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c79 DEBUG(0,
87 DEBUG(10,
103 DEBUG(3,
110 DEBUG(3, ("pty: opened %s\n", line));
132 DEBUG(0,
145 DEBUG(3,
153 DEBUG(3, ("More weirdness, could not open %s\n", slavedev));
162 DEBUG(3, ("Error in ioctl call for slave pty\n"));
174 DEBUG(3, ("Could not re-direct stdin\n"));
179 DEBUG(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth.c35 DEBUG(0,("Can't register auth_method!\n"
45 DEBUG(5,("Attempting to register auth backend %s\n", name));
48 DEBUG(0,("There already is an auth method registered with the name %s!\n", name));
57 DEBUG(5,("Successfully added auth method '%s'\n", name));
86 DEBUG(5, ("get_ntlm_challenge (auth subsystem): returning previous challenge by module %s (normal)\n",
95 DEBUG(5, ("auth_get_challenge: module %s did not want to specify a challenge\n", auth_method->name));
99 DEBUG(5, ("auth_get_challenge: getting challenge from module %s\n", auth_method->name));
101 DEBUG(1, ("auth_get_challenge: CONFIGURATION ERROR: authentication method %s has already specified a challenge. Challenge by %s ignored.\n",
113 DEBUG(3, ("auth_get_challenge: getting challenge from authentication method %s FAILED.\n",
116 DEBUG(
[all...]
H A Dauth_server.c56 DEBUG(1,("server_cryptkey: Can't resolve address for %s\n",desthost));
61 DEBUG(1,("Password server loop - disabling password server %s\n",desthost));
75 DEBUG(3,("connected to password server %s\n",desthost));
83 DEBUG(0,("password server not available\n"));
91 DEBUG(1,("password server fails session request\n"));
100 DEBUG(3,("got session\n"));
103 DEBUG(1,("%s rejected the negprot\n",desthost));
111 DEBUG(1,("%s isn't in user level security mode\n",desthost));
124 DEBUG(0,("%s rejected the initial session setup (%s)\n",
133 DEBUG(
[all...]
H A Dpampass.c72 DEBUG(dbglvl, ("smb_pam_error_handler: PAM: %s : %s\n",
96 DEBUG(0, ("smb_pam_nt_status_error_handler: PAM: BUG: PAM and NT_STATUS \
129 DEBUG(0,("smb_pam_conv: PAM on this system is broken - appdata_ptr == NULL !\n"));
216 DEBUG(0,("make_pw_chat: malloc failed!\n"));
274 DEBUG(10,("smb_pam_passchange_conv: starting converstation for %d messages\n", num_msg));
288 DEBUG(0,("smb_pam_passchange_conv: PAM on this system is broken - appdata_ptr == NULL !\n"));
295 DEBUG(0,("smb_pam_passchange_conv: malloc for reply failed!\n"));
302 DEBUG(10,("smb_pam_passchange_conv: Processing message %d\n", replies));
305 DEBUG(10,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_ON: PAM said: %s\n", msg[replies]->msg));
310 DEBUG(1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_tdb.c69 DEBUG(3,("db_allocate_rid: Failed to locate next rid record in idmap db\n"));
74 DEBUG(0, ("db_allocate_rid: no RIDs available!\n"));
105 DEBUG(0, ("idmap Fatal Error: UID range full!! (max: %lu)\n",
113 DEBUG(0, ("idmap_tdb: Fatal error while fetching a new id\n!"));
119 DEBUG(0, ("idmap Fatal Error: UID range full!! (max: %lu)\n",
125 DEBUG(10,("db_allocate_id: ID_USERID (*id).uid = %d\n", (unsigned int)hwm));
135 DEBUG(0, ("idmap Fatal Error: GID range full!! (max: %lu)\n",
144 DEBUG(0, ("idmap_tdb: Fatal error while fetching a new id\n!"));
150 DEBUG(0, ("idmap Fatal Error: GID range full!! (max: %lu)\n",
156 DEBUG(1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libads/
H A Dads_ldap.c50 DEBUG(1,("ads_name_to_sid: asprintf failed!\n"));
58 DEBUG(1,("name_to_sid ads_search: %s\n", ads_errstr(rc)));
64 DEBUG(1,("name_to_sid: %s not found\n", name));
69 DEBUG(1,("No sid for %s !?\n", name));
74 DEBUG(1,("No sAMAccountType for %s !?\n", name));
82 DEBUG(3,("ads name_to_sid mapped %s\n", name));
111 DEBUG(1,("ads_sid_to_name: sid_binstring failed!\n"));
117 DEBUG(1,("ads_sid_to_name: asprintf failed!\n"));
125 DEBUG(1,("ads_sid_to_name ads_search: %s\n", ads_errstr(rc)));
135 DEBUG(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_wkssvc.c54 DEBUG(4,("cmd_wks_query_info: server:%s info level: %d\n",
57 DEBUG(5, ("cmd_wks_query_info: smb_cli->fd:%d\n", smb_cli->fd));
71 DEBUG(5,("cmd_wks_query_info: query succeeded\n"));
82 DEBUG(5,("cmd_wks_query_info: query failed\n"));

Completed in 221 milliseconds

1234567891011>>