Searched refs:models (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/tools/
H A Dmiidevs2h.awk49 # 4. The name of the author(s) may not be used to endorse or promote models
126 models[nmodels, 1] = $2; # oui name
127 models[nmodels, 2] = $3; # model id
128 models[nmodels, 3] = $4; # id
130 printf("#define\tMII_MODEL_%s_%s\t%s\n", models[nmodels, 1],
131 models[nmodels, 2], models[nmodels, 3]) > hfile
133 models[nmodels, 4] = collectline(5, line)
136 models[nmodels, 1], models[nmodel
[all...]
/freebsd-12-stable/usr.sbin/pc-sysinstall/backend-query/
H A DMakefile8 xkeyboard-models.sh xkeyboard-variants.sh
/freebsd-12-stable/usr.sbin/pc-sysinstall/pc-sysinstall/
H A Dpc-sysinstall.sh229 # Requested a list of keyboard models that xorg supports
230 xkeyboard-models) ${QUERYDIR}/xkeyboard-models.sh
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dcpu.c112 static const struct cputab models[] = { variable in typeref:struct:cputab
278 for (cp = models; cp->version != 0; cp++) {
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c958 } models[] = { local
977 for (i = 0; models[i].model_code != MOUSE_MODEL_UNKNOWN; ++i)
978 if (models[i].model_code == model)
980 return (models[i].model_name);
5404 * NOTE: ALPS produces several models of GlidePoint. Some of those
5643 * Older models are recognized as either 4D Mouse or IntelliMouse.
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure824 --with-trace test: add trace() function to all models of ncurses
4757 echo "$as_me:4757: checking for specified models" >&5
4758 echo $ECHO_N "checking for specified models... $ECHO_C" >&6
13529 # extended to all models of the ncurses library:
13537 echo "$as_me:13537: checking whether to add trace feature to all models" >&5
13538 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6

Completed in 217 milliseconds