OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curmode
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/systat/
cmds.c
63
if (
curmode
->c_commands) {
64
for (c =
curmode
->c_commands; c->c_name; c++) {
105
if (
curmode
== p) {
111
(*
curmode
->c_close)(wnd);
114
wnd = (*
curmode
->c_open)();
120
p =
curmode
;
129
wnd = (*
curmode
->c_open)();
130
p =
curmode
;
135
curmode
= p;
139
error("Couldn't switch mode, back to %s",
curmode
->c_name)
[
all
...]
main.c
155
curmode
= p;
205
wnd = (*
curmode
->c_open)();
236
(*
curmode
->c_init)();
237
curmode
->c_flags |= CF_INIT;
264
if (
curmode
->c_flags & CF_LOADAV) {
269
(*
curmode
->c_label)();
290
(*
curmode
->c_fetch)();
291
if (
curmode
->c_flags & CF_LOADAV) {
309
(*
curmode
->c_refresh)();
310
if (
curmode
->c_flags & CF_LOADAV
[
all
...]
cmdtab.c
213
struct mode *
curmode
= &modes[0];
variable in typeref:struct:mode *
extern.h
44
extern struct mode *
curmode
;
/src/usr.bin/ul/
ul.c
417
static int
curmode
= 0;
variable in typeref:typename:int
423
if (underline_char && !enter_underline_mode && (
curmode
& UNDERL)) {
436
if (
curmode
!= NORMAL && newmode != NORMAL)
440
switch(
curmode
) {
499
curmode
= newmode;
/src/sys/arch/arm/sunxi/
sunxi_lcdc.c
123
struct drm_display_mode
curmode
;
member in struct:sunxi_lcdc_encoder
178
lcdc_encoder->
curmode
= *adjusted_mode;
216
struct drm_display_mode *mode = &lcdc_encoder->
curmode
;
269
struct drm_display_mode *mode = &lcdc_encoder->
curmode
;
/src/sys/arch/x86/pci/
pci_machdep.c
1066
static int
curmode
= WSDISPLAYIO_MODE_EMUL;
local in function:x86_genfb_setmode
1072
if (
curmode
!= newmode) {
1083
curmode
= newmode;
/src/sys/arch/i386/stand/efiboot/
eficons.c
577
INT32 i,
curmode
;
local in function:print_text_modes
579
curmode
= ST->ConOut->Mode->Mode;
586
i ==
curmode
? '*' : ' ', i, (uintmax_t)cols, (uintmax_t)rows);
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
5567
struct drm_display_mode *
curmode
= NULL;
local in function:amdgpu_dm_connector_add_common_modes
5576
list_for_each_entry(
curmode
, &connector->probed_modes, head) {
5577
if (common_modes[i].w ==
curmode
->hdisplay &&
5578
common_modes[i].h ==
curmode
->vdisplay) {
Completed in 21 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025