/src/usr.bin/menuc/ |
menu_sys.def | 260 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...] |
/src/sys/dev/mscp/ |
mscp.c | 302 struct mscp_work *mw; local in function:mscp_dorsp 306 mw = SLIST_FIRST(&mi->mi_freelist); 307 if (mw == NULL) { 315 mw->mw_mi = mi; 316 mw->mw_mp = *mp; 317 mw->mw_online = false; 319 (struct work *)mw, NULL); 497 struct mscp_work *mw = (struct mscp_work *)wk; local in function:mscp_worker 498 struct mscp_softc *mi = mw->mw_mi; 502 if (mw->mw_online) [all...] |
mscp_subr.c | 123 struct mscp_work *mw; local in function:mscp_free_workitems 126 mw = SLIST_FIRST(&mi->mi_freelist); 128 kmem_free(mw, sizeof(*mw)); 212 struct mscp_work *mw; local in function:mscp_attach 214 mw = kmem_zalloc(sizeof(*mw), KM_SLEEP); 215 SLIST_INSERT_HEAD(&mi->mi_freelist, mw, mw_list);
|
/src/usr.sbin/sysinst/ |
partman.c | 518 pm_fmt_disk_line(m->mw, line, buf, dev_ptr->total_size, NULL); 521 pm_fmt_disk_line(m->mw, buf, NULL, 0, 546 wprintw(m->mw, "%s", buf); 559 wprintw(m->mw, "%s", buf); 562 wprintw(m->mw, "%s: %u", 567 wprintw(m->mw, "%s: %u", 571 wprintw(m->mw, "%s: %u", 575 wprintw(m->mw, "%s: %u", 580 wprintw(m->mw, "%s: %u", 585 wprintw(m->mw, "%s: %u" [all...] |
label.c | 1190 wprintw(m->mw, "%*s -", col_width, ""); 1208 wprintw(m->mw, "%*s : %s", col_width, ptn_type, c); 1211 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width, 1215 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width, 1219 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width, 1226 wprintw(m->mw, "%*s : %s", col_width, ptn_install, 1232 wprintw(m->mw, "%*s : %s", col_width, ptn_newfs, 1238 wprintw(m->mw, "%*s : %s", col_width, ptn_mount, 1244 wprintw(m->mw, "%*s : %u", col_width, ptn_bsize, 1249 wprintw(m->mw, "%*s : %u", col_width, ptn_fsize [all...] |
part_edit.c | 164 wprintw(m->mw, "%s", msg_string(MSG_Dont_change)); 170 wprintw(m->mw, "%s", msg_string(MSG_Other_kind)); 173 wprintw(m->mw, "%s", desc->description); 665 wprintw(m->mw, "%*s : %s", col_width, 674 wprintw(m->mw, "%*s : %s", col_width, ptn_type, 680 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width, ptn_start, 684 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width, ptn_size, 688 wprintw(m->mw, "%*s : %" PRIu64 " %s", col_width, ptn_end, 693 wprintw(m->mw, "%*s : %s", col_width, ptn_install, 767 wprintw(m->mw, "%*s", len, "") [all...] |
menus.mi | 97 if (m->mw == NULL) 100 wclear(m->mw); 102 overwrite(m->sv_mw, m->mw); 106 wnoutrefresh(m->mw); 107 delwin(m->mw); 108 m->mw = NULL; 114 wprintw(menu->mw, "%-35s %.50s", MSG_XLAT(legend), MSG_XLAT(text));
|
run.c | 89 wprintw(m->mw, "%s: %s",
|
configmenu.c | 181 wprintw(menu->mw, "%-50s %-10s", msg_string(optname), setting);
|
disks.c | 2357 wprintw(m->mw, "%s", line); 2563 if (m->mw == NULL) 2576 wprintw(m->mw, "%s: %s", msg_string(MSG_clone_with_data),
|
util.c | 873 wprintw(menu->mw, "%-40s %s", msg_string(desc), selected); 1726 WINDOW *w = get_menudesc(time_menu)->mw;
|
bsddisklabel.c | 303 wprintw(m->mw, "%-35.35s %c %s", psize, flag, mount);
|
/src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/ |
pd.h | 42 #define PDO_BATT_MAX_PWR_SHIFT 0 /* 250mW units */ 46 #define PDO_BATT_MAX_POWER(mw) ((((mw) / 250) & PDO_PWR_MASK) << PDO_BATT_MAX_PWR_SHIFT)
|
/src/sys/external/isc/libsodium/dist/m4/ |
libtool.m4 | 3848 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
|