Home
last modified time | relevance | path

Searched refs:debug (Results 76 – 100 of 562) sorted by relevance

12345678910>>...23

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c67 if (debug & D_PHYINT) in phyint_lookup()
82 if (debug & D_PHYINT) in phyint_lookup_on_index()
98 if (debug & D_PHYINT) in phyint_create()
183 if (debug & D_PHYINT) in phyint_init_from_k()
208 if (debug & D_PHYINT) { in phyint_init_from_k()
247 if (debug & D_PHYINT) { in phyint_init_from_k()
454 if (debug & D_PHYINT) { in phyint_init_from_k()
477 if (debug & D_PHYINT) in phyint_delete()
528 if (debug & (D_STATE|D_PHYINT)) { in phyint_timer()
533 if (debug & D_STATE) { in phyint_timer()
[all …]
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c125 int debug = 0; variable
315 if (debug) in resync_alarm()
376 if (debug) { in do_standalone()
381 if (debug) { in do_standalone()
389 if (debug) { in do_standalone()
415 if (!debug && (iproprole != IPROP_SLAVE)) { in do_standalone()
474 if (debug && (iproprole != IPROP_SLAVE)) in do_standalone()
550 if (debug)
556 if (debug) {
614 if (debug)
[all …]
/illumos-gate/usr/src/cmd/lp/model/
H A Dtsol_netstandard211 # debug sent to file if defined in /etc/syslog.conf
213 # lpr.debug /path/filename
215 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " "
216 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" "INPUT"
217 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " \
219 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " \
221 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " \
223 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " title : ${title}"
224 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " \
226 logger -p lpr.debug -t "tsol_netstandard: ${request_id}" " \
[all …]
/illumos-gate/usr/src/lib/pam_modules/ldap/
H A Dldap_authenticate.c52 int debug = 0; in pam_sm_authenticate() local
73 debug = 1; in pam_sm_authenticate()
83 if (debug) in pam_sm_authenticate()
95 if (debug) in pam_sm_authenticate()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c254 if (debug) { in repbycgid()
262 if (debug) { in repbycgid()
294 if (debug) { in repbycgid()
331 if (debug) printf("%d, ", j); in repbycgid()
336 if (debug) printf("}\n"); in repbycgid()
382 if (debug) { in repbycgid()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_log.c69 static boolean_t debug = B_FALSE; variable
206 debug = B_TRUE; in ndmp_log_open_file()
208 debug = ndmpd_get_prop_yorn(NDMP_DEBUG_MODE) ? B_TRUE : B_FALSE; in ndmp_log_open_file()
232 if (debug) { in ndmp_log_open_file()
256 if (debug) in ndmp_log_open_file()
290 if ((priority == LOG_DEBUG) && !debug) in ndmp_log()
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c419 debug("files_checkhistory(user=%s)", user); in files_checkhistory()
436 debug("files_checkhistory: no history requested"); in files_checkhistory()
441 debug("files_checkhistory: histsize = %d", histsize); in files_checkhistory()
445 debug("line to test\n\t%s", last); in files_checkhistory()
454 debug("files_checkhistory: user_pw=%s, history_pw=%s", in files_checkhistory()
461 debug("files_checkhistory(%s, %s) = %d", user, crypt_passwd, in files_checkhistory()
537 debug("files_getattr: Get password history for %s ", in files_getattr()
541 debug("files_getattr: %s not found", HISTORY); in files_getattr()
556 debug("got history line for %s", s); in files_getattr()
1112 debug("update_history = %d", pwbuf->update_history); in files_putpwnam()
[all …]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c527 debug(KEYSERV_DEBUG0, ("ROOTKEY %d: %s\n", count, line)); in getotherrootkeys()
901 debug(KEYSERV_DEBUG, ("__key_set_3_svc(%d, %d, %d)", in __key_set_3_svc()
904 debug(KEYSERV_DEBUG, ("__key_set_3_svc %s", strstatus(*status))); in __key_set_3_svc()
914 debug(KEYSERV_DEBUG, ("encrypt_3(%d %d %s)", uid, in __key_encrypt_3_svc()
920 debug(KEYSERV_DEBUG0, ("encrypt_3 retval[%d] == (%x,%x)", in __key_encrypt_3_svc()
924 debug(KEYSERV_DEBUG, ("encrypt_3 returned %s", strstatus(res->status))); in __key_encrypt_3_svc()
934 debug(KEYSERV_DEBUG, ("decrypt_3(%d, %d, %s)", uid, in __key_decrypt_3_svc()
940 debug(KEYSERV_DEBUG0, ("decrypt_3 retval[%d] == (%x,%x)", in __key_decrypt_3_svc()
944 debug(KEYSERV_DEBUG, ("decrypt_3 returned %s", strstatus(res->status))); in __key_decrypt_3_svc()
955 debug(KEYSERV_DEBUG, ("gen_3(%d %x)", keynum, res)); in __key_gen_3_svc()
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py141 def debug(msg) : function
544 debug("Getting the list of files in the base area");
547 debug("Found " + str(len(baseFilesList)) + " files")
549 debug("Getting the list of files in the patch area");
552 debug("Found " + str(len(ptchFilesList)) + " files")
555 debug("Determining the list of regular files in the base area");
562 debug("Found " + str(len(compFiles)) + " files")
565 debug("Determining the list of regular files in the patch area");
572 debug("Found " + str(len(ptchList)) + " files")
575 debug("Searching for deleted files by comparing the lists")
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c72 if (debug) in doifrevarp()
157 if (debug) in doifrevarp()
166 if (debug) in doifrevarp()
177 if (debug) { in doifrevarp()
182 } else if (debug) { in doifrevarp()
206 if (debug) in rarp_open()
239 if (debug) { in rarp_open()
304 if (debug) in rarp_recv()
/illumos-gate/usr/src/cmd/fm/eversholt/eftinfo/
H A DMakefile28 debug := TARGET += debug macro
32 debug: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/fm/eversholt/esc/
H A DMakefile28 debug := TARGET += debug macro
32 debug: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c114 if (debug) { in mibget()
131 if (debug) in mibget()
178 if (debug) in mibget()
326 if (debug) in get_ip_route()
339 if (debug) in get_ip_route()
347 if (debug) { in get_ip_route()
358 if (debug) in get_ip_route()
366 if (debug >= 2) in get_ip_route()
408 if (debug && (best_router.s_addr == 0)) in get_ip_route()
516 if (debug && server_addr == 0) in find_best_server_int()
/illumos-gate/usr/src/boot/libsa/
H A Dudp.c67 if (debug) { in sendudp()
116 if (debug) in readudp()
130 if (debug) in readudp()
160 if (debug) in readudp()
171 if (debug) in readudp()
H A Drpc.c123 if (debug) in rpc_call()
172 if (debug) in rpc_call()
192 if (debug) in rpc_call()
229 if (debug) in recvrpc()
243 if (debug) in recvrpc()
253 if (debug) in recvrpc()
392 if (debug) in rpc_getport()
429 if (debug) in rpc_getport()
/illumos-gate/usr/src/cmd/fm/eversholt/
H A DMakefile27 debug := TARGET += debug macro
33 debug: $(SUBDIRS) target
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c66 int debug; variable
143 if (debug & SAMPLEDEBUG) { in alignentries()
217 if (debug & SAMPLEDEBUG) { in asgnsamples()
242 if (debug & SAMPLEDEBUG) { in asgnsamples()
256 if (debug & SAMPLEDEBUG) { in asgnsamples()
666 if (debug & SAMPLEDEBUG) { in dumpsum_ostyle()
768 if (debug & TALLYDEBUG) { in tally()
825 if (debug & PCSMPLDEBUG) { in assign_pcsamples()
871 if (debug & PCSMPLDEBUG) { in assign_pcsamples()
903 if (debug & PCSMPLDEBUG) { in process_pcsamples()
[all …]
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c129 if (debug) { in pass1()
163 if (debug) in pass1()
246 if (debug) in getallocext()
313 if (debug) in getdir()
347 if (debug) in getdir()
353 if (debug) in getdir()
395 if (debug) in getdir()
401 if (debug) in getdir()
433 if (debug) in getdir()
448 if (debug) in getdir()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Drights.c45 static boolean_t debug; variable
337 if (debug) { in fdwalkcb()
432 if (debug) in sendtest()
477 if (debug) in server()
503 } else if (debug) { in check()
558 if (debug) in recvtest()
569 if (debug) { in recvtest()
580 if (debug) { in recvtest()
586 if (debug) in recvtest()
611 if (debug) in recvtest()
[all …]
/illumos-gate/usr/src/lib/librstp/common/
H A Dtopoch.c61 if (this->debug) { in flush()
86 if (this->debug) { in setTcPropBridge()
135 if (this->debug) in STP_topoch_enter_state()
152 if (this->debug) in STP_topoch_enter_state()
164 if (this->debug) in STP_topoch_enter_state()
173 if (this->debug) in STP_topoch_enter_state()
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Ddbtab.c79 extern int debug;
276 if (debug > 1) { in db_get_db()
346 if (debug > 2) { in db_get_all_databases()
473 if (debug > 2) { in store_record()
493 if (debug) { in store_record()
537 if (debug > 3) { in fetch_record()
556 if (debug > 3) { in fetch_record()
581 if (debug > 2) { in delete_record()
600 if (debug) { in delete_record()
714 if (debug > 2) in db_add_primary()
[all …]
/illumos-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c141 if (debug) { in set_mode_page()
199 if (debug) in build_track_info()
231 if (debug) in build_track_info()
487 if ((write_mode == DAO_MODE) && debug) { in prepare_for_write()
551 if (debug && verbose) { in prepare_for_write()
579 if (debug) in prepare_for_write()
676 if (debug) { in finalize()
836 if (debug) in cd_speed_get()
845 if (debug) in cd_speed_get()
856 if (debug) in cd_speed_get()
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c85 debug = 1; in assign()
86 if (debug) fprintf(stderr, "assign(%s)=%s\n", vp->v_name, vp->v_value); in assign()
103 if (debug) fprintf(stderr, "deassign(%s)\n", s); in deassign()
107 debug = 0; in deassign()
173 if (debug) fprintf(stderr, "value(%s)=%s\n", name, (cp)?cp:""); in value()
/illumos-gate/usr/src/lib/pam_modules/smbfs/
H A Dsmbfs_login.c57 boolean_t debug = B_FALSE; in pam_sm_setcred() local
71 debug = B_TRUE; in pam_sm_setcred()
111 if (debug) in pam_sm_setcred()
127 if (debug) in pam_sm_setcred()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dlocale.sh219 locale=debug
260 got=$(LC_ALL=debug $SHELL -c "a<2A@>z=$exp; print \$a<2A@>z")
264 export LANG=debug
307 x=$( LC_ALL=debug $SHELL ./script$$.1)
312 x=$(LC_ALL=debug $SHELL -c 'x="a<2b|>c";print -r -- ${#x}')
314 x=$(LC_ALL=debug $SHELL -c 'typeset -R10 x="a<2b|>c";print -r -- "${x}"')
316 x=$(LC_ALL=debug $SHELL -c 'typeset -L10 x="a<2b|>c";print -r -- "${x}"')

12345678910>>...23