Home
last modified time | relevance | path

Searched refs:debug_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/tests/atf_python/sys/netpfil/ipfw/
H A Dipfw.py63 for debug_type, handler_classes in self.HANDLER_CLASSES.items():
64 debug_type = enum_or_int(debug_type)
65 if debug_type not in xmap:
66 xmap[debug_type] = {}
69 xmap[debug_type][enum_or_int(msg)] = handler_class
73 debug_type = "#{}".format(hdr.cmd_type)
76 debug_type = _type.name.lower()
80 debug_type, hdr.total_len, hdr.opt_name
/freebsd-14.2/crypto/openssl/util/perl/OpenSSL/
H A DParseC.pm92 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
105 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
122 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
140 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
159 print STDERR "DEBUG[",$opts{debug_type},"]: Matching '$rest' with '$re'\n"
182 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
197 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\…
1169 print STDERR "DEBUG[",$opts{debug_type},"]: Trying to handle '$line'\n";
1170 … print STDERR "DEBUG[",$opts{debug_type},"]: (matches /\^",$handler->{regexp},"\$/)\n";
1176 print STDERR "DEBUG[",$opts{debug_type},"]: Got back '"
[all …]
/freebsd-14.2/sys/dev/ciss/
H A Dcissvar.h281 # define debug_type(s) printf(" SIZE %s: %zu\n", #s, sizeof(s)) macro
289 # define debug_type(s) macro
H A Dciss.c445 debug_type(cciss_pci_info_struct); in ciss_attach()
446 debug_type(cciss_coalint_struct); in ciss_attach()
447 debug_type(cciss_coalint_struct); in ciss_attach()
448 debug_type(NodeName_type); in ciss_attach()
449 debug_type(NodeName_type); in ciss_attach()
450 debug_type(Heartbeat_type); in ciss_attach()
451 debug_type(BusTypes_type); in ciss_attach()
452 debug_type(FirmwareVer_type); in ciss_attach()
453 debug_type(DriverVer_type); in ciss_attach()
454 debug_type(IOCTL_Command_struct); in ciss_attach()