Searched refs:ic (Results 201 - 225 of 239) sorted by relevance

12345678910

/freebsd-11-stable/sys/dev/uart/
H A Duart_dev_sab82532.c40 #include <dev/ic/sab82532.h>
H A Duart_dev_z8530.c40 #include <dev/ic/z8530.h>
H A Duart_dev_lpc.c41 #include <dev/ic/ns16550.h>
H A Duart_dev_ns8250.c59 #include <dev/ic/ns16550.h>
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Ddecl.c190 setcompl(type_t *tp, int ic) argument
195 tp->t_aincompl = ic;
197 tp->t_str->sincompl = ic;
201 tp->t_enum->eincompl = ic;
/freebsd-11-stable/sys/amd64/vmm/io/
H A Dvatpic.c42 #include <dev/ic/i8259.h>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_mips64.h190 DEFINE_GPR(ic, nullptr, dwarf_ic_mips64, dwarf_ic_mips64,
/freebsd-11-stable/sys/x86/isa/
H A Datpic.c52 #include <dev/ic/i8259.h>
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c118 #include <dev/ic/esp.h>
120 #include <dev/ic/ns16550.h>
122 #include <dev/ic/i8251.h>
123 #include <dev/ic/i8255.h>
124 #include <dev/ic/rsa.h>
/freebsd-11-stable/contrib/file/src/
H A Dsoftmagic.c122 uint16_t nc, ic; local
129 ic = 0;
130 indir_count = &ic;
/freebsd-11-stable/sys/dev/isp/
H A Disp_target.c40 #include <dev/ic/isp_netbsd.h>
48 #include <dev/ic/isp_openbsd.h>
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c1367 (intmax_t)frame->cause, (intmax_t)frame->pc, (intmax_t)frame->ic);
1414 (intmax_t)frame->cause, (intmax_t)frame->pc, (intmax_t)frame->ic);
/freebsd-11-stable/sys/dev/ct/
H A Dct.c56 #include <dev/ic/wd33c93reg.h>
/freebsd-11-stable/sys/dev/bktr/
H A Dbktr_card.c72 #include <dev/ic/bt8xx.h> /* NetBSD location for .h files */
H A Dbktr_os.c176 #include <dev/ic/bt8xx.h> /* NetBSD location for .h files */
H A Dbktr_tuner.c69 #include <dev/ic/bt8xx.h> /* NetBSD .h file location */
/freebsd-11-stable/include/
H A DMakefile48 dev/ic dev/iicbus dev/io dev/lmc dev/mfi dev/mmc dev/nvme \
/freebsd-11-stable/release/picobsd/build/
H A Dpicobsd762 mtree -ic -p ${dst} -k "" >> mtree.out
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c83 #include <dev/ic/esp.h>
85 #include <dev/ic/ns16550.h>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h490 void setDeclImplementation(ImplementationControl ic) { argument
491 ObjCMethodDeclBits.DeclImplementation = ic;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.c342 cfiscsi_error_callback(struct icl_conn *ic) argument
346 cs = CONN_SESSION(ic);
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp2611 hunits ic = italic_correction(); local
2612 if (ic.is_zero())
2617 *wd += ic;
2618 return new italic_corrected_node(this, ic, state, div_nest_level, next1);
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_g.c3564 struct ieee80211com *ic = &sc->sc_ic; local
3569 if (ic->ic_opmode != IEEE80211_M_HOSTAP)
3577 struct ieee80211com *ic = &sc->sc_ic; local
3582 if (ic->ic_opmode != IEEE80211_M_HOSTAP)
/freebsd-11-stable/sys/dev/puc/
H A Dpucdata.c45 #include <dev/ic/ns16550.h>
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c3432 int ufc, ic, i; local
3435 ic = hldev->stats.sw_dev_info_stats.rx_traffic_intr_cnt;
3439 if (ic > hldev->rxufca_intr_thres) {
3448 hldev->rxufca_intr_thres = ic +

Completed in 252 milliseconds

12345678910