| /netbsd-src/external/gpl3/binutils.old/dist/include/gdb/ |
| H A D | signals.def | 21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0") 23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup") 24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt") 25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit") 26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction") 27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap") 28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted") 29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap") 30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception") 31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed") [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/gdb/ |
| H A D | signals.def | 21 SET (GDB_SIGNAL_0, 0, "0", "Signal 0") 23 SET (GDB_SIGNAL_HUP, 1, "SIGHUP", "Hangup") 24 SET (GDB_SIGNAL_INT, 2, "SIGINT", "Interrupt") 25 SET (GDB_SIGNAL_QUIT, 3, "SIGQUIT", "Quit") 26 SET (GDB_SIGNAL_ILL, 4, "SIGILL", "Illegal instruction") 27 SET (GDB_SIGNAL_TRAP, 5, "SIGTRAP", "Trace/breakpoint trap") 28 SET (GDB_SIGNAL_ABRT, 6, "SIGABRT", "Aborted") 29 SET (GDB_SIGNAL_EMT, 7, "SIGEMT", "Emulation trap") 30 SET (GDB_SIGNAL_FPE, 8, "SIGFPE", "Arithmetic exception") 31 SET (GDB_SIGNAL_KILL, 9, "SIGKILL", "Killed") [all …]
|
| /netbsd-src/external/bsd/elftoolchain/dist/libdwarf/ |
| H A D | dwarf_sections.c | 34 #define SET(N, V) \ macro 56 SET(debug_info, 0); in dwarf_get_section_max_offsets_b() 57 SET(debug_abbrev, 0); in dwarf_get_section_max_offsets_b() 58 SET(debug_line, 0); in dwarf_get_section_max_offsets_b() 59 SET(debug_loc, 0); in dwarf_get_section_max_offsets_b() 60 SET(debug_aranges, 0); in dwarf_get_section_max_offsets_b() 61 SET(debug_macinfo, 0); in dwarf_get_section_max_offsets_b() 62 SET(debug_pubnames, 0); in dwarf_get_section_max_offsets_b() 63 SET(debug_str, 0); in dwarf_get_section_max_offsets_b() 64 SET(debug_frame, 0); in dwarf_get_section_max_offsets_b() [all …]
|
| /netbsd-src/sys/compat/common/ |
| H A D | tty_43.c | 274 SET(tp->t_cflag, HUPCL); in compat_43_ttioctl() 296 SET(flags, TANDEM); in ttcompatgetflags() 298 SET(flags, CRMOD); in ttcompatgetflags() 302 SET(flags, ODDP); in ttcompatgetflags() 304 SET(flags, EVENP); in ttcompatgetflags() 306 SET(flags, ANYP); in ttcompatgetflags() 313 SET(flags, CBREAK); in ttcompatgetflags() 315 SET(flags, RAW); in ttcompatgetflags() 319 SET(flags, ISSET(tp->t_flags, LITOUT|PASS8)); in ttcompatgetflags() 322 SET(flags, LITOUT); in ttcompatgetflags() [all …]
|
| /netbsd-src/usr.sbin/lpr/lpd/ |
| H A D | ttcompat.c | 53 #define SET(t, f) (t) |= (f) macro 72 SET(flags, ODDP); in sttygetoflags() 74 SET(flags, EVENP); in sttygetoflags() 76 SET(flags, EVENP|ODDP); in sttygetoflags() 80 SET(flags, PASS8); in sttygetoflags() 82 SET(flags, LITOUT); in sttygetoflags() 89 SET(flags, CBREAK); in sttygetoflags() 91 SET(flags, RAW); in sttygetoflags() 110 SET(iflag, BRKINT|IXON|IMAXBEL); in sttysetoflags() 111 SET(lflag, ISIG|IEXTEN); in sttysetoflags() [all …]
|
| /netbsd-src/libexec/getty/ |
| H A D | subr.c | 181 #define SET(t, f) (t) |= (f) macro 250 SET(cflag, CS8); in setflags() 254 SET(cflag, CS7|PARENB); in setflags() 255 SET(iflag, ISTRIP); in setflags() 257 SET(iflag, INPCK|IGNPAR); in setflags() 258 SET(cflag, PARODD); in setflags() 262 SET(iflag, INPCK|IGNPAR); in setflags() 278 SET(cflag, HUPCL); in setflags() 283 SET(cflag, MDMBUF); in setflags() 288 SET(iflag, ICRNL); in setflags() [all …]
|
| /netbsd-src/sys/arch/mips/cavium/dev/ |
| H A D | octeon_pko.c | 82 SET(reg_flags, PKO_REG_FLAGS_ENA_DWB); in octpko_enable() 83 SET(reg_flags, PKO_REG_FLAGS_ENA_PKO); in octpko_enable() 96 SET(reg_cmd_buf, __SHIFTIN(sc->sc_cmd_buf_pool, PKO_REG_CMD_BUF_POOL)); in octpko_config() 97 SET(reg_cmd_buf, __SHIFTIN(sc->sc_cmd_buf_size, PKO_REG_CMD_BUF_SIZE)); in octpko_config() 108 SET(reg_read_idx, sc->sc_port & PKO_REG_READ_IDX_IDX); in octpko_port_enable() 113 SET(mem_queue_qos, __SHIFTIN(sc->sc_port, PKO_MEM_QUEUE_QOS_PID)); in octpko_port_enable() 114 SET(mem_queue_qos, __SHIFTIN(sc->sc_port, PKO_MEM_QUEUE_QOS_QID)); in octpko_port_enable() 115 SET(mem_queue_qos, enable ? PKO_MEM_QUEUE_QOS_QOS_MASK : 0); in octpko_port_enable() 141 SET(mem_queue_ptrs, PKO_MEM_QUEUE_PTRS_TAIL); in octpko_port_config() 142 SET(mem_queue_ptrs, __SHIFTIN(0, PKO_MEM_QUEUE_PTRS_IDX)); in octpko_port_config() [all …]
|
| H A D | octeon_ipd.c | 84 SET(ctl_status, IPD_CTL_STATUS_IPD_EN); in octipd_enable() 103 SET(first_mbuff_skip, (sc->sc_first_mbuff_skip / 8) & IPD_1ST_MBUFF_SKIP_SZ); in octipd_config() 109 SET(not_first_mbuff_skip, (sc->sc_not_first_mbuff_skip / 8) & in octipd_config() 115 SET(packet_mbuff_size, (FPA_RECV_PKT_POOL_SIZE / 8) & in octipd_config() 120 SET(first_next_ptr_back, (sc->sc_first_mbuff_skip / 128) & IPD_1ST_NEXT_PTR_BACK_BACK); in octipd_config() 124 SET(second_next_ptr_back, (sc->sc_not_first_mbuff_skip / 128) & in octipd_config() 129 SET(sqe_fpa_queue, FPA_WQE_POOL & IPD_WQE_FPA_QUEUE_WQE_QUE); in octipd_config() 134 SET(ctl_status, in octipd_config() 136 SET(ctl_status, IPD_CTL_STATUS_PBP_EN); in octipd_config() 165 SET(cflags, M_CSUM_IPv4); in octipd_offload() [all …]
|
| H A D | octeon_pip.c | 212 SET(prt_cfg, PIP_PRT_CFGN_LENERR_EN); in octpip_port_config() 213 SET(prt_cfg, PIP_PRT_CFGN_MAXERR_EN); in octpip_port_config() 214 SET(prt_cfg, PIP_PRT_CFGN_MINERR_EN); in octpip_port_config() 221 SET(prt_cfg, __SHIFTIN(sc->sc_port, PIP_PRT_CFGN_QOS)); in octpip_port_config() 226 SET(prt_cfg, PIP_PRT_CFGN_CRC_EN); in octpip_port_config() 230 SET(prt_tag, PIP_PRT_TAGN_INC_PRT); in octpip_port_config() 241 SET(prt_tag, __SHIFTIN(PIP_PRT_TAGN_TCP6_TAG_ORDERED, PIP_PRT_TAGN_TCP6_TAG)); in octpip_port_config() 242 SET(prt_tag, __SHIFTIN(PIP_PRT_TAGN_TCP4_TAG_ORDERED, PIP_PRT_TAGN_TCP4_TAG)); in octpip_port_config() 243 SET(prt_tag, __SHIFTIN(PIP_PRT_TAGN_IP6_TAG_ORDERED, PIP_PRT_TAGN_IP6_TAG)); in octpip_port_config() 244 SET(prt_tag, __SHIFTIN(PIP_PRT_TAGN_IP4_TAG_ORDERED, PIP_PRT_TAGN_IP4_TAG)); in octpip_port_config() [all …]
|
| H A D | octeon_gmx.c | 389 SET(prt_cfg, PRTN_CFG_EN); in octgmx_link_enable() 439 SET(ovr_bp, __SHIFTIN(__BIT(index), TX_OVR_BP_BP)); in octgmx_tx_ovr_bp_enable() 441 SET(ovr_bp, __SHIFTIN(__BIT(index), TX_OVR_BP_IGN_FULL)); in octgmx_tx_ovr_bp_enable() 443 SET(ovr_bp, __SHIFTIN(__BIT(index), TX_OVR_BP_EN)); in octgmx_tx_ovr_bp_enable() 446 SET(ovr_bp, __SHIFTIN(__BIT(index), TX_OVR_BP_IGN_FULL)); in octgmx_tx_ovr_bp_enable() 469 SET(tx_int_xxx, in octgmx_tx_int_enable() 484 SET(rx_int_xxx, 0 | in octgmx_rx_int_enable() 535 SET(tmp, rx_frm_ctl); in octgmx_rx_frm_ctl_xable() 585 SET(ctl, RXN_ADR_CTL_BCST); in octgmx_set_filter() 592 SET(ctl, RXN_ADR_CTL_CAM_MODE); in octgmx_set_filter() [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_test_list_templ.c | 8 #undef SET 9 #define SET CAT(isl_,SET_BASE) macro 22 SET *set, *set2; in FN() 25 set = FN(SET,read_from_str)(ctx, str); in FN() 26 list = FN(FN(SET,get),LIST(EL_BASE))(set); in FN() 28 set2 = FN(SET,empty)(FN(SET,get_space)(set)); in FN() 34 set2 = FN(SET,union)(set2, FN(FN(SET,from),EL_BASE)(el)); in FN() 37 equal = FN(SET,is_equal)(set, set2); in FN() 39 FN(SET,free)(set); in FN() local 40 FN(SET,free)(set2); in FN() local
|
| /netbsd-src/sys/arch/shark/shark/ |
| H A D | sequoia.c | 180 SET(seqReg,SEQPSR1_M_TAGDEN); /* enable pc[4:9] */ in sequoiaInit() 194 SET(seqReg,LED_DEBUG_YELLOW_BIT); in sequoiaInit() 208 SET(seqReg,SCR_POWER_DIR); /* output */ in sequoiaInit() 209 SET(seqReg,SCR_RESET_DIR); /* output */ in sequoiaInit() 213 SET(seqReg,SCR_RESET); /* 0V to card */ in sequoiaInit() 223 SET(seqReg,SEQ2PSR_M_DPBUSEN); in sequoiaInit() 233 SET(seqReg,SCR_BUGA_DIR); /* output */ in sequoiaInit() 234 SET(seqReg,SCR_DATA_OUT_DIR); /* output */ in sequoiaInit() 235 SET(seqReg,SCR_CLOCK_DIR); /* output */ in sequoiaInit() 236 SET(seqReg,SCR_BUGB_DIR); /* output */ in sequoiaInit() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/ |
| H A D | context_s.c | 100 #define SET(C, F) (C)->funcs.F = kadm5_s_ ## F in set_funcs() macro 101 SET(c, chpass_principal); in set_funcs() 102 SET(c, chpass_principal_with_key); in set_funcs() 103 SET(c, create_principal); in set_funcs() 104 SET(c, delete_principal); in set_funcs() 105 SET(c, destroy); in set_funcs() 106 SET(c, flush); in set_funcs() 107 SET(c, get_principal); in set_funcs() 108 SET(c, get_principals); in set_funcs() 109 SET(c, get_privs); in set_funcs() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | obj-ecoff.c | 156 #define SET(ptr, count, type, size) \ in ecoff_frob_file() macro 165 SET (line, cbLine, unsigned char *, sizeof (unsigned char)); in ecoff_frob_file() 166 SET (external_dnr, idnMax, void *, debug_swap->external_dnr_size); in ecoff_frob_file() 167 SET (external_pdr, ipdMax, void *, debug_swap->external_pdr_size); in ecoff_frob_file() 168 SET (external_sym, isymMax, void *, debug_swap->external_sym_size); in ecoff_frob_file() 169 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file() 170 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext)); in ecoff_frob_file() 171 SET (ss, issMax, char *, sizeof (char)); in ecoff_frob_file() 172 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file() 173 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | obj-ecoff.c | 155 #define SET(ptr, count, type, size) \ in ecoff_frob_file() macro 164 SET (line, cbLine, unsigned char *, sizeof (unsigned char)); in ecoff_frob_file() 165 SET (external_dnr, idnMax, void *, debug_swap->external_dnr_size); in ecoff_frob_file() 166 SET (external_pdr, ipdMax, void *, debug_swap->external_pdr_size); in ecoff_frob_file() 167 SET (external_sym, isymMax, void *, debug_swap->external_sym_size); in ecoff_frob_file() 168 SET (external_opt, ioptMax, void *, debug_swap->external_opt_size); in ecoff_frob_file() 169 SET (external_aux, iauxMax, union aux_ext *, sizeof (union aux_ext)); in ecoff_frob_file() 170 SET (ss, issMax, char *, sizeof (char)); in ecoff_frob_file() 171 SET (ssext, issExtMax, char *, sizeof (char)); in ecoff_frob_file() 172 SET (external_rfd, crfd, void *, debug_swap->external_rfd_size); in ecoff_frob_file() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/ |
| H A D | iOS.cmake | 3 SET(CMAKE_SYSTEM_NAME Darwin) 4 SET(CMAKE_SYSTEM_VERSION 13) 5 SET(CMAKE_CXX_COMPILER_WORKS True) 6 SET(CMAKE_C_COMPILER_WORKS True) 7 SET(IOS True) 44 SET(CMAKE_AR ${CMAKE_AR_val} CACHE FILEPATH "Archiver") 53 SET(CMAKE_RANLIB ${CMAKE_RANLIB_val} CACHE FILEPATH "Ranlib") 62 SET(CMAKE_STRIP ${CMAKE_STRIP_val} CACHE FILEPATH "Strip") 71 SET(CMAKE_DSYMUTIL ${CMAKE_DSYMUTIL_val} CACHE FILEPATH "Dsymutil") 80 SET(CMAKE_LIBTOOL ${CMAKE_LIBTOOL_val} CACHE FILEPATH "Libtool") [all …]
|
| H A D | Android.cmake | 13 SET(CMAKE_SYSTEM_NAME Linux) 16 SET(CMAKE_C_COMPILER ${CMAKE_BINARY_DIR}/../bin/clang) 20 SET(CMAKE_CXX_COMPILER ${CMAKE_BINARY_DIR}/../bin/clang++) 23 SET(ANDROID "1" CACHE STRING "ANDROID" FORCE) 25 SET(ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sys… 26 SET(CMAKE_C_FLAGS "${ANDROID_COMMON_FLAGS}" CACHE STRING "toolchain_cflags" FORCE) 27 SET(CMAKE_CXX_FLAGS "${ANDROID_COMMON_FLAGS}" CACHE STRING "toolchain_cxxflags" FORCE) 28 SET(CMAKE_EXE_LINKER_FLAGS "-pie" CACHE STRING "toolchain_exelinkflags" FORCE)
|
| /netbsd-src/sys/external/isc/libsodium/dist/test/default/ |
| H A D | wintest.bat | 16 if "%2" == "x64" (SET ARCH=x64) else (SET ARCH=Win32) 17 SET CFLAGS=/nologo /DTEST_SRCDIR=\".\" /I..\..\src\libsodium\include\sodium /I..\..\src\libsodium\i… 18 SET LDFLAGS=/link /LTCG advapi32.lib ..\..\Build\%1\%ARCH%\libsodium.lib 26 SET CFLAGS=%CFLAGS% /MD /Ox 27 SET PATH=..\..\Build\%1\%ARCH%;%PATH% 30 SET CFLAGS=%CFLAGS% /MT /Ox /DSODIUM_STATIC /DSODIUM_EXPORT= 33 SET CFLAGS=%CFLAGS% /GS /MDd /Od 34 SET PATH=..\..\Build\%1\%ARCH%;%PATH% 37 SET CFLAGS=%CFLAGS% /GS /MTd /Od /DSODIUM_STATIC /DSODIUM_EXPORT=
|
| /netbsd-src/sys/dev/ic/ |
| H A D | z8530tty.c | 447 SET(cs->cs_preg[1], ZSWR1_RIE | ZSWR1_TIE | ZSWR1_SIE); in zstty_attach() 492 SET(zst->zst_rx_flags, RX_IBUF_BLOCKED); in zs_shutdown() 596 SET(t.c_cflag, CLOCAL); in zsopen() 598 SET(t.c_cflag, CRTSCTS); in zsopen() 600 SET(t.c_cflag, CDTRCTS); in zsopen() 602 SET(t.c_cflag, MDMBUF); in zsopen() 612 SET(cs->cs_preg[1], ZSWR1_RIE | ZSWR1_TIE | ZSWR1_SIE); in zsopen() 921 SET(tp->t_state, TS_BUSY); in zsstart() 956 SET(tp->t_state, TS_FLUSH); in zsstop() 993 SET(cflag, CLOCAL); in zsparam() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | cms.asn1 | 29 DigestAlgorithmIdentifiers ::= SET OF DigestAlgorithmIdentifier 45 CertificateSet ::= SET OF heim_any 49 CertificateRevocationLists ::= SET OF CertificateList 70 CMSAttributes ::= SET OF Attribute -- SIZE (1..MAX) 79 SET OF Attribute OPTIONAL, 83 SET OF Attribute OPTIONAL 86 SignerInfos ::= SET OF SignerInfo 93 SET OF heim_any OPTIONAL, 101 SET OF heim_any OPTIONAL, 120 RecipientInfos ::= SET OF RecipientInfo [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_md5.cpp | 26 #define SET(n) \ macro 29 SET(n) 57 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 58 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 59 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 60 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 61 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 62 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 63 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 64 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | MD5.cpp | 69 #define SET(n) \ macro 100 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 101 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 102 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 103 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 104 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 105 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 106 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 107 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() 108 STEP(F, a, b, c, d, SET(8), 0x698098d8, 7) in body() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_md5.cc | 25 #define SET(n) \ macro 28 SET(n) 56 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 57 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 58 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 59 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 60 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 61 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 62 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 63 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_md5.cc | 27 #define SET(n) \ macro 30 SET(n) 58 STEP(F, a, b, c, d, SET(0), 0xd76aa478, 7) in body() 59 STEP(F, d, a, b, c, SET(1), 0xe8c7b756, 12) in body() 60 STEP(F, c, d, a, b, SET(2), 0x242070db, 17) in body() 61 STEP(F, b, c, d, a, SET(3), 0xc1bdceee, 22) in body() 62 STEP(F, a, b, c, d, SET(4), 0xf57c0faf, 7) in body() 63 STEP(F, d, a, b, c, SET(5), 0x4787c62a, 12) in body() 64 STEP(F, c, d, a, b, SET(6), 0xa8304613, 17) in body() 65 STEP(F, b, c, d, a, SET(7), 0xfd469501, 22) in body() [all …]
|
| /netbsd-src/sys/arch/evbarm/dev/ |
| H A D | plcom.c | 443 SET(sc->sc_mcr, PL01X_MCR_DTR | PL01X_MCR_RTS); in plcom_enable_debugport() 448 SET(sc->sc_cr, PL010_CR_RIE | PL010_CR_RTIE); in plcom_enable_debugport() 459 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_enable_debugport() 460 SET(sc->sc_cr, PL011_MCR(sc->sc_mcr)); in plcom_enable_debugport() 498 SET(sc->sc_hwflags, PLCOM_HW_CONSOLE); in plcom_attach_subr() 499 SET(sc->sc_swflags, TIOCFLAG_SOFTCAR); in plcom_attach_subr() 508 SET(sc->sc_cr, PL011_CR_RXE | PL011_CR_TXE); in plcom_attach_subr() 575 SET(sc->sc_hwflags, PLCOM_HW_FIFO); in plcom_attach_subr() 613 SET(sc->sc_hwflags, PLCOM_HW_KGDB); in plcom_attach_subr() 635 SET(sc->sc_hwflags, PLCOM_HW_DEV_OK); in plcom_attach_subr() [all …]
|