Searched refs:debug_type (Results 1 – 4 of 4) sorted by relevance
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | ipfw.py | 63 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/crypto/openssl/util/perl/OpenSSL/ |
H A D | ParseC.pm | 92 …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" 179 …print STDERR "DEBUG[",$opts{debug_type},"]: Added preprocessor conds: '", join("', '", @results), … 182 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\… 197 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\… 218 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\… 233 …print STDERR "DEBUG[",$opts{debug_type},"]: preprocessor level: ", scalar(@preprocessor_conds), "\… [all …]
|
/freebsd/sys/dev/ciss/ |
H A D | cissvar.h | 282 # define debug_type(s) printf(" SIZE %s: %zu\n", #s, sizeof(s)) macro 290 # define debug_type(s) macro
|
H A D | ciss.c | 482 debug_type(cciss_pci_info_struct); in ciss_attach() 483 debug_type(cciss_coalint_struct); in ciss_attach() 484 debug_type(cciss_coalint_struct); in ciss_attach() 485 debug_type(NodeName_type); in ciss_attach() 486 debug_type(NodeName_type); in ciss_attach() 487 debug_type(Heartbeat_type); in ciss_attach() 488 debug_type(BusTypes_type); in ciss_attach() 489 debug_type(FirmwareVer_type); in ciss_attach() 490 debug_type(DriverVer_type); in ciss_attach() 491 debug_type(IOCTL_Command_struct); in ciss_attach()
|