Searched refs:im (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c100 return (WfqEntryIsQueueEmpty(p_FmPort->im.h_WfqEntry) ? E_OK : E_BUSY);
103 confBdId = savedStartBdId = p_FmPort->im.currBdId;
116 if (p_FmPort->im.f_TxConf)
119 p_FmPort->im.f_TxConf(p_FmPort->h_App,
122 p_FmPort->im.p_BdShadow[confBdId]);
124 p_FmPort->im.f_TxConf(p_FmPort->h_App,
127 p_FmPort->im.p_BdShadow[confBdId]);
143 uint32_t tmpReg = GET_UINT32(p_FmPort->im.p_FmPortImPram->mode);
144 WRITE_UINT32(p_FmPort->im.p_FmPortImPram->mode, (uint32_t)(tmpReg & ~IM_MODE_GRC_STP));
150 uint32_t tmpReg = GET_UINT32(p_FmPort->im
[all...]
H A Dfm_port.h667 #define BD_GET(id) &p_FmPort->im.p_BdRing[id]
823 t_FmMacIm im; member in struct:__anon8230
887 if (id < p_FmPort->im.bdRingSize-1)
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl.c92 const struct icl_module *im; local
100 TAILQ_FOREACH(im, &sc->sc_modules, im_next) {
101 if (im->im_iser != iser)
103 if (im != TAILQ_FIRST(&sc->sc_modules))
105 sbuf_printf(&sb, "%s", im->im_name);
119 struct icl_module *im, *im_max; local
129 TAILQ_FOREACH(im, &sc->sc_modules, im_next) {
130 if (im->im_iser != iser)
133 im->im_priority > im_max->im_priority)
134 im_max = im;
168 struct icl_module *im; local
187 struct icl_module *im; local
207 struct icl_module *im; local
234 struct icl_module *im; local
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Ddbm.c89 int32_t im; local
110 for (im = 0; im < MACRO_MAX; im++) {
113 fname, im);
116 nvals[im] = be32toh(*ep);
117 macros[im] = (struct macro *)++ep;
201 dbm_page_bymacro(int32_t im, const struct dbm_match *match) argument
203 assert(im >= 0);
204 assert(im < MACRO_MA
354 static int32_t im, iv; local
397 dbm_macro_count(int32_t im) argument
405 dbm_macro_get(int32_t im, int32_t iv) argument
422 dbm_macro_bypage(int32_t im, int32_t ip) argument
440 static int32_t im, ip, iv; local
[all...]
H A Ddba_read.c43 int32_t im, ip, iv, npages; local
64 for (im = 0; im < MACRO_MAX; im++) {
65 for (iv = 0; iv < dbm_macro_count(im); iv++) {
66 mdata = dbm_macro_get(im, iv);
67 dba_macro_new(dba, im, mdata->value, mdata->pp);
H A Ddba.c68 int32_t im; local
73 for (im = 0; im < MACRO_MAX; im++) {
77 dba_array_set(dba->macros, im, macro);
364 dba_macro_new(struct dba *dba, int32_t im, const char *value, argument
375 entry = get_macro_entry(dba_array_get(dba->macros, im), value, np);
386 dba_macro_add(struct dba_array *macros, int32_t im, const char *value, argument
393 entry = get_macro_entry(dba_array_get(macros, im), value, 1);
407 int32_t im, pos_macro local
[all...]
H A Dmansearch.c98 int argi, chdir_status, getcwd_status, im; local
112 for (im = 0; im < KEY_MAX; im++)
114 mansearch_keynames[im])) {
115 outkey = im;
248 int im; local
255 for (im = 0, ib = 1; im < KEY_MAX; im
543 buildoutput(size_t im, struct dbm_page *page) argument
[all...]
/freebsd-11-stable/contrib/blacklist/port/
H A D_strtoi.h52 __TYPE im; local
67 im = __WRAPPED(nptr, endptr, base);
81 if (im < lo) {
86 if (im > hi) {
92 return im;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.cpp253 #define im(i) MI.getOperand(i).getImm() macro
325 return rr0(eIMM(im(1), W0), Outputs);
381 return rr0(eADD(rc(1), eIMM(im(2), W0)), Outputs);
383 RegisterCell RC = eADD(eIMM(im(1), W0), eASL(rc(2), im(3)));
387 RegisterCell RC = eADD(eIMM(im(1), W0), eLSR(rc(2), im(3)));
391 RegisterCell RC = eADD(rc(1), eADD(rc(2), eIMM(im(3), W0)));
395 RegisterCell M = eMLS(rc(2), eIMM(im(3), W0));
396 RegisterCell RC = eADD(eIMM(im(
976 #undef im macro
[all...]
/freebsd-11-stable/contrib/libreadline/
H A Dmisc.c581 _rl_set_insert_mode (im, force)
582 int im, force;
585 _rl_set_cursor (im, force);
588 rl_insert_mode = im;
H A Dterminal.c382 { "im", &_rl_term_im },
526 `im', `ic' or `ip' is provided." But we can't do anything if
719 _rl_set_cursor (im, force)
720 int im, force;
724 if (force || im != rl_insert_mode)
726 if (im == RL_IM_OVERWRITE)
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_inttypes.c52 intmax_t im = 0; local
86 PRINT(PRIdMAX, im);
101 PRINT(PRIiMAX, im);
177 SCAN(SCNdMAX, im);
192 SCAN(SCNiMAX, im);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c5739 int nmeasurement, ch_idx, im; local
5794 for (im = 0; im < nmeasurement; im++) {
5795 magnitude = coeff->mag_coeff[ch_idx][im][0];
5796 phase = coeff->phs_coeff[ch_idx][im][0];
5802 magnitude_max_idx = im;
5806 magnitude_min_idx = im;
5810 phase_max_idx = im;
5814 phase_min_idx = im;
5923 int nmeasurement, ch_idx, im; local
6027 int nmeasurement=0, im, ix, iy, temp; local
6054 int ch_idx, im; local
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Disp_sbus.c421 struct imush im; local
459 im.error = 0;
461 base, len, imc, &im, 0) || im.error) {
462 isp_prt(isp, ISP_LOGERR, "error loading request DMA map %d", im.error);
466 (uintmax_t)im.maddr, (uintmax_t)len);
467 isp->isp_rquest_dma = im.maddr;
487 im.error = 0;
489 base, len, imc, &im, 0) || im
[all...]
H A Disp_pci.c1477 struct imush im; local
1534 im.error = 0;
1536 base, len, imc, &im, 0) || im.error) {
1537 isp_prt(isp, ISP_LOGERR, "error loading request DMA map %d", im.error);
1541 (uintmax_t)im.maddr, (uintmax_t)len);
1542 isp->isp_rquest_dma = im.maddr;
1544 im.maddr += ISP_QUEUE_SIZE(RQUEST_QUEUE_LEN(isp));
1546 isp->isp_osinfo.ecmd_dma = im.maddr;
1576 im
[all...]
/freebsd-11-stable/usr.sbin/sa/tests/
H A Dprime.sh30 $SANEW -im $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-usr.out
H A Dlegacy_test.sh39 sa -im v1-$ARCH-acct.in | check 4 $DIR/v1-$ARCH-usr.out
/freebsd-11-stable/contrib/blacklist/bin/
H A Dconf.c97 intmax_t im; local
111 im = strtoi(p, NULL, 0, 0, INT_MAX, &e);
113 *r = (int)im;
140 intmax_t tot, im; local
154 im = strtoi(p, &ep, 0, 0, INT_MAX, &e);
159 im *= 24;
162 im *= 60;
165 im *= 60;
169 tot += im;
177 tot = im;
[all...]
/freebsd-11-stable/sys/netsmb/
H A Dsmb_trantcp.c334 struct mbuf *m, *tm, *im; local
416 for (im = m; im->m_next != NULL; im = im->m_next)
418 im->m_next = tm;
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_umount.sh29 TMPIM=umount-f.im
H A Dt_umountstress.sh29 TMPIM=umount-stress.im
/freebsd-11-stable/sys/netinet6/
H A Dip6_mroute.c1173 struct mrt6msg *im; local
1202 im = NULL;
1215 im = mtod(mm, struct mrt6msg *);
1216 im->im6_msgtype = MRT6MSG_NOCACHE;
1217 im->im6_mbz = 0;
1239 im->im6_mif = mifi;
1416 struct mrt6msg *im; local
1432 im = NULL;
1442 im = mtod(mm, struct mrt6msg *);
1443 im
[all...]
/freebsd-11-stable/sys/netinet/
H A Dip_mroute.c1327 struct igmpmsg *im; local
1356 im = mtod(mm, struct igmpmsg *);
1357 im->im_msgtype = IGMPMSG_NOCACHE;
1358 im->im_mbz = 0;
1359 im->im_vif = vifi;
1543 struct igmpmsg *im; local
1552 im = mtod(mm, struct igmpmsg *);
1553 im->im_msgtype = IGMPMSG_WRONGVIF;
1554 im->im_mbz = 0;
1555 im
2423 struct igmpmsg *im; local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp206 TransferFunctions(LiveVariablesImpl &im, argument
210 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
534 LiveVariables::LiveVariables(void *im) : impl(im) {} argument
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile42 dbxout.o ddg.o tree-ssa-loop-ch.o loop-invariant.o tree-ssa-loop-im.o \

Completed in 197 milliseconds

12