Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 1687) sorted by relevance

12345678910>>...68

/illumos-gate/usr/src/cmd/bnu/
H A Deio.c141 DEBUG(7, "ewrdata failed\n%s", "");
150 DEBUG(7, "ewrdata lseek failed. Errno=%d\n", errno);
156 DEBUG(7, "ewrdata: startPoint past end of file.\n%s", "");
160 DEBUG(9, "ewrdata writing %d ...", sizeof(cmsglen));
164 DEBUG(9, "ret %d\n", ret);
167 DEBUG(7, "ewrdata planning to send %ld bytes to remote.\n", msglen);
169 DEBUG(9, "ewrdata writing %d ...", len);
175 DEBUG(9, "ewrdata ret %d\n", ret);
204 DEBUG(9, "erddata wants %d\n", sizeof(cmsglen)); in erddata()
206 DEBUG(9, "%d bytes stashed\n", Erdlen); in erddata()
[all …]
H A Duucleanup.c230 DEBUG(5, "Progname (%s): STARTED\n", Progname);
231 DEBUG(5, "Myname (%s), ", Myname);
232 DEBUG(5, "_ShortLocal (%s)\n", _ShortLocal);
233 DEBUG(5, "Days C.(%d), ", _Cdays);
234 DEBUG(5, "D.(%d), ", _Ddays);
235 DEBUG(5, "W.(%d), ", _Wdays);
236 DEBUG(5, "X.(%d), ", _Xdays);
237 DEBUG(5, "other (%d)\n", _Odays);
266 DEBUG(7, "Directory: (%s) is open\n", file1);
282 DEBUG(7, "Directory: (%s) is open\n", file2);
[all …]
H A Dcallers.c247 DEBUG(5, "processdev: calling setdevcfg(%s, ", Progname);
248 DEBUG(5, "%s)\n", flds[F_TYPE]);
254 DEBUG(5, "Internal caller type %s\n", dev[D_CALLER]);
264 DEBUG(5, "interface(%s) failed", ca->CA_type);
291 DEBUG(1, "generic open timeout\n%s", "");
299 DEBUG(7, "opening with O_NDELAY set\n%s", "");
309 DEBUG(1, "generic open failed, errno = %d\n", errno);
319 DEBUG(1, "failed to lock device %s\n", dcname);
325 DEBUG(7, "clear O_NDELAY\n%s", "");
328 DEBUG( 7, "clear O_NDELAY failed, errno %d\n", errno);
[all …]
H A Duustat.c255 DEBUG(9, "Progname (%s): STARTED\n", Progname); in main()
256 DEBUG(9, "User=%s, ", User); in main()
257 DEBUG(9, "Loginuser=%s, ", Loginuser); in main()
258 DEBUG(9, "Jobid=%s, ", Jobid); in main()
259 DEBUG(9, "Rmtname=%s\n", Rmtname); in main()
294 DEBUG(9, "calling complete %d\n",Complete); in main()
488 DEBUG(9, "uprocessC(%s, ", dir);
489 DEBUG(9, "%s);\n", file);
499 DEBUG(4, "Can't stat file (%s),", fullname);
500 DEBUG(4, " errno (%d) -- skip it!\n", errno);
[all …]
H A Dbnuconvert.c63 DEBUG(5, "Progname (%s): STARTED\n", Progname);
72 DEBUG(5, "All jobs will be placed in directory (%c) ", svdcfile.grade);
73 DEBUG(5, "under each remote name in the spool area.%c\n", NULLCHAR);
85 DEBUG(9, "File1 is (%s)\n", file1);
86 DEBUG(9, "Rmtname is (%s)\n", Rmtname);
87 DEBUG(9, "Machname is (%s)\n", machname);
101 DEBUG(7, "Directory: %s\n", machname);
105 DEBUG(9, "File read from (%s) ", machname);
106 DEBUG(9, "is (%s)\n", file2);
116 DEBUG(9, "Rmtname is (%s)\n", Rmtname);
[all …]
H A Duusched.c101 DEBUG(9, "Progname (%s): STARTED\n", Progname);
103 DEBUG(1, "No limits for uusched in %s\n", LIMITS);
108 DEBUG(4, "Non-positive limit for uusched in %s\n", LIMITS);
109 DEBUG(1, "No limits for uusched\n%s", "");
111 DEBUG(4, "Uusched limit %d -- ", maxnumb);
114 DEBUG(4, "found %d -- cleaning up\n", i);
117 DEBUG(4, "continuing\n", maxnumb);
152 DEBUG(5, "machine: %s, ", M[num].mach);
153 DEBUG(5, "job grade list: %s\n", M[num].jgrade);
155 DEBUG(5, "Execute num=%d \n", num);
[all …]
H A Dfio.c241 DEBUG(8, "\nchecksum: %04x\n", fchksum);
245 DEBUG(4, "ack - '%c'\n", ack);
248 DEBUG(7, "%d retries\n", retries);
250 DEBUG(4, "RETRY:\n", 0);
288 DEBUG(7, "%d retries\n", retries);
291 DEBUG(8, "send ack: 'R'\n", 0);
294 DEBUG(4, "RETRY:\n", 0);
297 DEBUG(8, "send ack: 'Q'\n", 0);
301 DEBUG(8, "send ack: 'G'\n", 0);
421 DEBUG(8, "%d/", len);
[all …]
H A Dpermission.c145 DEBUG(5, "logFind called (name: %s, ", name);
146 DEBUG(5, "rmtname: %s)\n", rmtname);
152 DEBUG(5, "machine/login match failed%s", "");
159 DEBUG(7, "_Request (%s), ",
161 DEBUG(7, "_Switch (%s), ",
163 DEBUG(7, "_CallBack (%s), ",
165 DEBUG(7, "_MyName (%s), ", _MyName);
166 DEBUG(7, "_NoSpool (%s), ",
183 DEBUG(5, "mchFind called (%s)\n", name);
191 DEBUG(7, "_Request (%s), ",
[all …]
H A Duucico.c223 DEBUG(4, "Loginuser %s specified\n", optarg);
244 DEBUG(4, "force flag set (ignoring uucico limit)\n%s", "");
246 DEBUG(1, "No limits for uucico in %s\n", LIMITS);
250 DEBUG(4, "Non-positive limit for uucico in %s\n", LIMITS);
251 DEBUG(1, "No limits for uucico\n%s", "");
253 DEBUG(4, "Uucico limit %d -- ", maxnumb);
256 DEBUG(4, "exiting\n%s", "");
259 DEBUG(4, "continuing\n%s", "");
266 DEBUG(5, "No -s specified\n%s" , "");
273 DEBUG(5, "This system specified: -sMyname: %s, ", Myname);
[all …]
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c127 DEBUG((9,"t_sync failed, t_errno %d", t_errno)); in main()
152 DEBUG((9,"in nlps_server (NLPS/SMB message), pid %ld", Pid)); in nlps_server()
160 DEBUG((7,"nlps_server(): Error returned from getrequest()" )); in nlps_server()
199 DEBUG((7,"msg size: %d; 1st four chars (hex) %x %x %x %x", in nlps_server()
229 DEBUG((9,"in getrequest"));
236 DEBUG((9, "getrequest: l_rcv returned %d", size));
315 DEBUG((7,"msg size: %d; 1st four chars (hex) %x %x %x %x",
323 DEBUG((7,"t_rcv returned %d, flags: %x",size,flags));
360 DEBUG((9, "nullfix(): I_PEEK failed, errno is %d", errno)); in nullfix()
364 DEBUG((9, "nullfix(): no messages on stream to PEEK")); in nullfix()
[all …]
H A Dlsdbf.c102 DEBUG((9,"in read_dbf"));
116 DEBUG((9,"read_dbf: open file here: %s", DBFNAME));
120 DEBUG((5,"read_dbf: scan complete: non-commented lines: %u, size: %u",
135 DEBUG((1,"cannot calloc %u + %u bytes", size,
149 DEBUG((9, "get_dbf FAILED"));
162 DEBUG((7,"read_dbf: NEW data base dump..."));
165DEBUG((7, "svc code <%s>; id: %s; private address: %s; modules: %s; cmd line: %s; sflags: %x, prog…
173 DEBUG((7,"read_dbf: data base dump..."));
176DEBUG((7, "svc code <%s>; id: %s; r1: %s; r2: %s; r3: %s; private address: %s; modules: %s; cmd li…
222 DEBUG((9,"in get_dbf: "));
[all …]
H A Dlisten.c331 DEBUG((9, "Minor prefix: %s Netspec %s", Minor_prefix, Netspec)); in main()
481 DEBUG((9,"in net_open")); in net_open()
544 DEBUG((9,"in queue"));
592 DEBUG((9,"in dequeue"));
595 DEBUG((9,"cl_head = null"));
598 DEBUG((9, "NULL return"));
645 DEBUG((9,"in open_bind, qlen=%d clen=%d conp=%d",qlen,clen,conp));
663 DEBUG((9,"problem in t_open"));
669 DEBUG((9, "bind returns %d", ret));
702 DEBUG((9,"in bind, fd = %d, clen = %d", fd, clen));
[all …]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c72 DEBUG(4, "ulockf failed in onelock()\n%s", ""); in mklock()
98 DEBUG(4, "ulockf name %s\n", name); in cklock()
103 DEBUG(4, "Lock File--can't read (errno %d) --remove it!\n", in cklock()
111 DEBUG(4, "Lock File--bad format--remove it!\n%s", ""); in cklock()
116 DEBUG(4, "Lock File--process still active--not removed\n%s", in cklock()
121 DEBUG(4, "kill pid (%ld), ", (long)lpid); in cklock()
122 DEBUG(4, "returned %d", ret); in cklock()
123 DEBUG(4, "--ok to remove lock file (%s)\n", name); in cklock()
127 DEBUG(4, "ulockf failed in unlink()\n%s", ""); in cklock()
220 DEBUG(4, "%s: ", strerror(errno)); in onelock()
[all …]
H A Dcallers.c193 DEBUG(5, "processdev: calling setdevcfg(%s, ", Progname); in processdev()
194 DEBUG(5, "%s)\n", flds[F_TYPE]); in processdev()
200 DEBUG(5, "Internal caller type %s\n", dev[D_CALLER]); in processdev()
211 DEBUG(5, "interface(%s) failed", ca->CA_type); in processdev()
239 DEBUG(1, "generic open timeout\n%s", ""); in processdev()
247 DEBUG(7, "opening with O_NDELAY set\n%s", ""); in processdev()
257 DEBUG(1, "generic open failed, errno = %d\n", errno); in processdev()
267 DEBUG(1, "failed to lock device %s\n", dcname); in processdev()
273 DEBUG(7, "clear O_NDELAY\n%s", ""); in processdev()
276 DEBUG(7, "clear O_NDELAY failed, errno %d\n", in processdev()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddsapi.c29 #ifdef DEBUG
52 #ifdef DEBUG
81 #ifdef DEBUG in target_add_obj()
90 #ifdef DEBUG in target_add_obj()
109 #ifdef DEBUG in target_modify_obj()
118 #ifdef DEBUG in target_modify_obj()
137 #ifdef DEBUG in target_delete_obj()
146 #ifdef DEBUG in target_delete_obj()
165 #ifdef DEBUG in target_delete_assoc()
174 #ifdef DEBUG in target_delete_assoc()
[all …]
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dsmrsh.c129 #ifndef DEBUG
155 #ifndef DEBUG
177 #ifndef DEBUG
194 #ifndef DEBUG
212 #ifndef DEBUG
239 #ifndef DEBUG
300 #ifndef DEBUG
307 #ifdef DEBUG
319 #ifndef DEBUG
337 #ifndef DEBUG
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c53 #ifdef DEBUG
263 #ifdef DEBUG in lgrp_ancestor_delete()
283 #ifdef DEBUG in lgrp_ancestor_delete()
303 #ifdef DEBUG in lgrp_ancestor_delete()
312 #ifdef DEBUG in lgrp_ancestor_delete()
341 #ifdef DEBUG in lgrp_consolidate()
362 #ifdef DEBUG in lgrp_consolidate()
383 #ifdef DEBUG in lgrp_consolidate()
414 #ifdef DEBUG in lgrp_consolidate()
446 #ifdef DEBUG in lgrp_collapse_dups()
[all …]
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c157 #ifdef DEBUG
179 #ifdef DEBUG
197 #ifdef DEBUG
207 #ifdef DEBUG
228 #ifdef DEBUG
248 #ifdef DEBUG
273 #ifdef DEBUG
290 #ifdef DEBUG
331 #ifdef DEBUG
367 #ifdef DEBUG
[all …]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh658 [ $DEBUG -eq 1 ] && ${ECHO} "In get_passwd_nochk()"
864 [ $DEBUG -eq 1 ] && ${ECHO} "Checking baseDN: $ck_DN"
868 [ $DEBUG -eq 1 ] && ${ECHO} "check_baseDN: No '=' in baseDN."
881 [ $DEBUG -eq 1 ] && ${ECHO} "check_baseDN: invalid key=${dkey}"
885 [ $DEBUG -eq 1 ] && ${ECHO} "check_baseDN: valid key=${dkey}"
946 d) DEBUG=1;;
974 DEBUG=0 # Set Debug OFF
1079 export DEBUG VERB ECHO EVAL EGREP GREP STEP TMPDIR
1102 [ $DEBUG -eq 1 ] && ${ECHO} " IDS_SERVER = $IDS_SERVER"
1103 [ $DEBUG -eq 1 ] && ${ECHO} " IDS_PORT = $IDS_PORT"
[all …]
/illumos-gate/usr/src/uts/common/io/tpm/
H A Dtpm.c424 #ifdef DEBUG in tpm_get_timeouts()
438 #ifdef DEBUG in tpm_get_timeouts()
510 #ifdef DEBUG in tpm_get_duration()
525 #ifdef DEBUG in tpm_get_duration()
587 #ifdef DEBUG in tpm_get_version()
599 #ifdef DEBUG in tpm_get_version()
657 #ifdef DEBUG in tpm_continue_selftest()
683 #ifdef DEBUG in tpm_get_ordinal_duration()
693 #ifdef DEBUG in tpm_get_ordinal_duration()
704 #ifdef DEBUG in tpm_get_ordinal_duration()
[all …]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dcalls.c78 #ifdef DEBUG in findcalls()
95 #ifdef DEBUG in findcalls()
108 #ifdef DEBUG in findcalls()
114 #ifdef DEBUG in findcalls()
131 #ifdef DEBUG in findcalls()
138 #ifdef DEBUG in findcalls()
167 #ifdef DEBUG in findcalls()
189 #ifdef DEBUG in findcalls()
210 #ifdef DEBUG in findcalls()
/illumos-gate/usr/src/lib/iconv_modules/common/
H A Dcnv_ibmutf8.c66 #ifdef DEBUG in _icv_iconv()
117 #ifdef DEBUG in _icv_iconv()
152 #ifdef DEBUG
167 #ifdef DEBUG
174 #ifdef DEBUG
182 #ifdef DEBUG
189 #ifdef DEBUG
198 #ifdef DEBUG
207 #ifdef DEBUG
218 #ifdef DEBUG
/illumos-gate/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_kerrs.c44 #ifdef DEBUG
59 #ifdef DEBUG in spnego_set_error_message()
66 #ifdef DEBUG in spnego_set_error_message()
77 #ifdef DEBUG in spnego_vset_error_message()
85 #ifdef DEBUG in spnego_vset_error_message()
94 #ifdef DEBUG in spnego_get_error_message()
106 #ifdef DEBUG in spnego_free_error_message()
118 #ifdef DEBUG in spnego_clear_error_message()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dkerrs.c31 #ifdef DEBUG
46 #ifdef DEBUG in krb5_set_error_message()
53 #ifdef DEBUG in krb5_set_error_message()
64 #ifdef DEBUG in krb5_vset_error_message()
72 #ifdef DEBUG in krb5_vset_error_message()
81 #ifdef DEBUG in krb5_get_error_message()
93 #ifdef DEBUG in krb5_free_error_message()
105 #ifdef DEBUG in krb5_clear_error_message()
/illumos-gate/usr/src/cmd/ttymon/
H A Dulockf.c84 DEBUG(4, "ulockf failed in onelock()\n%s", ""); in mklock()
111 DEBUG(4, "ulockf name %s\n", name); in cklock()
115 DEBUG(4, "Lock File--can't read (errno %d) --remove it!\n", in cklock()
123 DEBUG(4, "Lock File--bad format--remove it!\n%s", ""); in cklock()
128 DEBUG(4, "Lock File--process still active--not removed\n%s", in cklock()
132 DEBUG(4, "kill pid (%ld), ", (long)lpid); in cklock()
133 DEBUG(4, "returned %d", ret); in cklock()
134 DEBUG(4, "--ok to remove lock file (%s)\n", name); in cklock()
139 DEBUG(4, "ulockf failed in unlink()\n%s", ""); in cklock()
304 DEBUG(4, "%s: ", strerror(errno)); in onelock()
[all …]

12345678910>>...68