OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:modew
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ofppc/ofppc/
machdep.c
220
static uint16_t
modew
[] = { 640, 800, 1024, 1280, 0 };
local in function:model_init
261
for (i = 0, mode = 0;
modew
[i] != 0; i++) {
262
if (
modew
[i] == width && modeh[i] == height) {
/src/usr.sbin/sysinst/
net.c
369
int
modew
;
local in function:get_ifinterface_info
383
modew
= ifmr.ifm_current;
384
strlcpy(net_media, get_media_subtype_string(
modew
),
388
while ((media_opt = get_media_option_string(&
modew
)) != NULL) {
Completed in 11 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025