Home
last modified time | relevance | path

Searched refs:mw (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/src/sys/dev/mscp/
Dmscp.c302 struct mscp_work *mw; in mscp_dorsp() local
306 mw = SLIST_FIRST(&mi->mi_freelist); in mscp_dorsp()
307 if (mw == NULL) { in mscp_dorsp()
315 mw->mw_mi = mi; in mscp_dorsp()
316 mw->mw_mp = *mp; in mscp_dorsp()
317 mw->mw_online = false; in mscp_dorsp()
319 (struct work *)mw, NULL); in mscp_dorsp()
497 struct mscp_work *mw = (struct mscp_work *)wk; in mscp_worker() local
498 struct mscp_softc *mi = mw->mw_mi; in mscp_worker()
502 if (mw->mw_online) { in mscp_worker()
[all …]
Dmscp_subr.c123 struct mscp_work *mw; in mscp_free_workitems() local
126 mw = SLIST_FIRST(&mi->mi_freelist); in mscp_free_workitems()
128 kmem_free(mw, sizeof(*mw)); in mscp_free_workitems()
212 struct mscp_work *mw; in mscp_attach() local
214 mw = kmem_zalloc(sizeof(*mw), KM_SLEEP); in mscp_attach()
215 SLIST_INSERT_HEAD(&mi->mi_freelist, mw, mw_list); in mscp_attach()
/netbsd/src/usr.bin/menuc/
Dmenu_sys.def260 m->mw = newwin(m->h + hadd, w + wadd, y, x);
262 if (m->mw == NULL) {
269 keypad(m->mw, TRUE); /* enable multi-key assembling for win */
273 wbkgd(m->mw, COLOR_PAIR(1));
274 wattrset(m->mw, COLOR_PAIR(1));
316 mvwaddstr(m->mw, cury, hasbox, ">");
317 wstandout(m->mw);
319 mvwaddstr(m->mw, cury, hasbox, " ");
321 wprintw(m->mw, "%c: ", opt_ch(m, opt));
323 wprintw(m->mw, " ");
[all …]
/netbsd/src/external/bsd/mdocml/dist/
Dout.c419 const struct tbl_opts *opts, const struct tbl_dat *dp, size_t mw) in tblcalc_data() argument
436 return tblcalc_literal(tbl, col, dp, mw); in tblcalc_data()
448 const struct tbl_dat *dp, size_t mw) in tblcalc_literal() argument
459 str = mw ? mandoc_strdup(dp->string) : dp->string; in tblcalc_literal()
462 end = mw ? strchr(beg, ' ') : NULL; in tblcalc_literal()
469 if (mw && lsz && lsz + 1 + wsz <= mw) in tblcalc_literal()
476 if (mw) in tblcalc_literal()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
Dguard.cc325 mutex_wrapper mw; in __cxa_guard_acquire() local
352 mw.unlock = false; in __cxa_guard_acquire()
392 mutex_wrapper mw; in __cxa_guard_abort()
440 mutex_wrapper mw; in __cxa_guard_release()
/netbsd/src/external/bsd/am-utils/dist/amq/
Damq.c102 int mw = strlen(mt->mt_mountinfo); in show_mti() local
105 if (mw > *mwid) in show_mti()
106 *mwid = mw; in show_mti()
221 int mw = strlen(mi->mi_mountinfo); in show_mi() local
224 if (mw > *mwid) in show_mi()
225 *mwid = mw; in show_mi()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddf-scan.cc993 struct df_mw_hardreg *mw; in df_free_collection_rec() local
1001 FOR_EACH_VEC_ELT (collection_rec->mw_vec, ix, mw) in df_free_collection_rec()
1002 problem_data->mw_reg_pool->remove (mw); in df_free_collection_rec()
1919 df_mw_hardreg *mw = *mw_ptr; in df_mw_hardreg_chain_delete_eq_uses() local
1920 if (mw->flags & DF_REF_IN_NOTE) in df_mw_hardreg_chain_delete_eq_uses()
1922 *mw_ptr = DF_MWS_NEXT (mw); in df_mw_hardreg_chain_delete_eq_uses()
1923 problem_data->mw_reg_pool->remove (mw); in df_mw_hardreg_chain_delete_eq_uses()
1926 mw_ptr = &DF_MWS_NEXT (mw); in df_mw_hardreg_chain_delete_eq_uses()
2007 struct df_mw_hardreg **mw_ptr = &insn_info->mw_hardregs, *mw; in df_notes_rescan() local
2008 FOR_EACH_VEC_ELT (collection_rec.mw_vec, i, mw) in df_notes_rescan()
[all …]
Ddf-problems.cc3566 df_mw_hardreg *mw; in df_note_bb_compute() local
3586 FOR_EACH_INSN_INFO_MW (mw, insn_info) in df_note_bb_compute()
3587 if ((DF_MWS_REG_DEF_P (mw)) in df_note_bb_compute()
3588 && !df_ignore_stack_reg (mw->start_regno)) in df_note_bb_compute()
3589 df_set_unused_notes_for_mw (insn, mw, live, do_not_gen, in df_note_bb_compute()
3611 FOR_EACH_INSN_INFO_MW (mw, insn_info) in df_note_bb_compute()
3612 if (DF_MWS_REG_DEF_P (mw)) in df_note_bb_compute()
3613 df_set_unused_notes_for_mw (insn, mw, live, do_not_gen, in df_note_bb_compute()
3631 FOR_EACH_INSN_INFO_MW (mw, insn_info) in df_note_bb_compute()
3632 if (DF_MWS_REG_USE_P (mw) in df_note_bb_compute()
[all …]
/netbsd/src/usr.sbin/bootp/bootpd/
DChanges13 Add "min wait" option (mw) to cause bootpd to ignore
/netbsd/src/external/lgpl3/mpfr/dist/
Dacinclude.m41538 AC_CHECK_LIB(mw, _mwvalidcheckl, MPFR_LIBM="-lmw")
/netbsd/src/share/misc/
Ddomains879 .mw Malawi Sustainable Development Network Programme(Malawi SDNP)
/netbsd/src/doc/
DCHANGES.prev452 in sys/arch/amiga to avoid conflicts with existing modules (mw)
655 ppp added thanks to <paulus@NetBSD.org>, <mw@NetBSD.org>, and
1065 help at implementing various system calls and ioctl's from mw
1090 <torek@bsdi.com>, Much improved by Markus Wild <mw@lamp>,
/netbsd/src/external/bsd/libbind/dist/
Dlibtool.m42632 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
/netbsd/src/external/gpl3/binutils/dist/
Dlibtool.m43351 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
/netbsd/src/external/gpl3/gcc/dist/
Dlibtool.m43289 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
/netbsd/src/crypto/external/cpl/tpm-tools/dist/m4/
Dlibtool.m43266 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
/netbsd/src/external/gpl3/gdb/dist/
Dlibtool.m43351 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
/netbsd/src/external/lgpl3/mpc/dist/m4/
Dlibtool.m43868 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
/netbsd/src/crypto/external/bsd/heimdal/dist/cf/
Dlibtool.m43871 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
/netbsd/src/external/mit/expat/dist/m4/
Dlibtool.m43997 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
/netbsd/src/external/lgpl3/mpfr/dist/m4/
Dlibtool.m43879 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
/netbsd/src/external/bsd/flex/dist/m4/
Dlibtool.m43860 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
/netbsd/src/external/bsd/openldap/dist/build/
Dlibtool.m43848 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dlibtool.m43848 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
/netbsd/src/external/bsd/libevent/dist/m4/
Dlibtool.m43869 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)

12