HomeSort by: relevance | last modified time | path
    Searched refs:translation (Results 1 - 24 of 24) sorted by relevancy

  /src/usr.sbin/emcfanctl/
emcfanctlutil.c 88 const struct emcfan_bits_translate translation[],
101 current = oldcurrent & ~translation[tindex].clear_mask;
102 current = current | translation[tindex].bit_mask;
106 translation[tindex].clear_mask,
107 (uint8_t)~translation[tindex].clear_mask,
109 translation[tindex].bit_mask,
110 (uint8_t)~translation[tindex].bit_mask,
275 find_translated_blob_by_bits_instance(const struct emcfan_bits_translate translation[],
284 if (instance == translation[i].instance) {
285 clear_mask = translation[i].clear_mask
    [all...]
  /src/sys/rump/kern/lib/libsys_cygwin/
Makefile 5 COMMENT=Cygwin system call translation
  /src/sys/rump/kern/lib/libsys_sunos/
Makefile 5 COMMENT=SunOS/Solarisa system call translation
  /src/usr.bin/gettext/
gettext.c 141 char *translation = NULL; local
220 translation = dgettext(msgdomain, argv[0]);
221 printf("%s", translation);
  /src/sys/rump/kern/lib/libsys_linux/
Makefile 7 COMMENT=Linux system call translation
  /src/lib/libarch/alpha/
alpha_bus_window.c 69 window_args.translation = &abw[i].abw_abst;
  /src/sys/arch/alpha/include/
sysarch.h 68 struct alpha_bus_space_translation *translation; /* output */ member in struct:alpha_bus_get_window_args
  /src/sys/dev/hid/
hidkbdsc.h 102 uint8_t translation; member in struct:hidkbd_translation
hidkbd.c 70 #define NN 0 /* no translation */
343 return table->translation;
  /src/sys/arch/sparc/include/
oldmon.h 180 u_int *translation; /* Kbd translation selector */ member in struct:om_vector
  /src/sys/arch/sun3/include/
mon.h 129 u_int *translation; /* Kbd translation selector member in struct:sunromvec
  /src/sys/arch/sun68k/include/
mon.h 133 u_int *translation; /* Kbd translation selector member in struct:sunromvec
  /src/sys/arch/alpha/alpha/
sys_machdep.c 187 error = copyout(&abst, args.translation, sizeof(abst));
  /src/lib/libintl/
gettext.c 56 * translation clear to translators. GNU gettext, rather than modifying the
169 char *translation; local
175 translation = dcngettext(domainname, msgctxt_id,
178 if (translation == msgctxt_id) {
184 p = strchr(translation, '\004');
187 return translation;
  /src/sys/arch/sandpoint/
README 78 This is a host-mode port, so the inbound and output translation windows
  /src/usr.sbin/sysinst/
README.md_defs 109 kernel translation for the disklabel ioctls (e.g. x68k uses Human68k
  /src/sys/arch/sun3/sun3x/
locore.s 69 | Therefore we must use one of the 68030's 'transparent translation' registers
70 | to define a range in the address space where the MMU translation is
82 .long 0xf0100800 | transparent translation reg0
104 | It is handy to leave transparent translation enabled while
118 | Now turn off the transparent translation of the low 1GB.
  /src/sys/arch/m68k/m68k/
busaddrerr.s 225 pmove %psr,%sp@ | translation (TT0 or TT1).
  /src/common/dist/zlib/contrib/pascal/
example.pas 5 * Pascal translation
  /src/sys/arch/cesfic/cesfic/
locore.s 804 .long 0 | prototype translation control
  /src/dist/pf/sbin/pfctl/
parse.y 3544 yyerror("translation rule with 'no' "
3550 yyerror("translation rule requires '-> "
4872 "queueing, translation, filtering");
5415 "translation address expands to multiple "
5422 yyerror("no translation address with matching address family "
  /src/sys/arch/sparc/sparc/
pmap.c 283 * The Reference MMU generally uses a Translation Look-aside Buffer (TLB)
497 #error fix protection code translation table
501 * Translation table for kernel vs. PTE protection bits.
769 * translation used may cause the associated pte to be encached. The correct
1013 * During the PMAP bootstrap, we can use a simple translation to map a
3097 * Use `kernel_text' to probe the MMU translation since
3544 * Use `kernel_text' to probe the MMU translation since
  /src/sys/arch/sparc64/sparc64/
locore.s 1776 /* Make sure we don't try to replace a kernel translation */
1867 /* Make sure we don't try to replace a kernel translation */
2639 /* Make sure we don't try to replace a kernel translation */
  /src/share/terminfo/
terminfo 99 # noted below. Note that the termcap translation assumes that your termcap
109 # no entry in this file has embedded comments. This is so source translation
1087 # "This enables support for font mapping and Unicode translation on virtual consoles."
2916 # and the resulting fact that it causes the termcap translation of the entry
8350 # translation. They are suppressed here to show what is tested by tack.
11566 # (tvi921: removed :ko=bt: before translation, I see no backtab cap;
11581 # (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
11595 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
14846 # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is
14848 # and 122 key keyboards, the 730's translation is \E[2J. For consistenc
    [all...]

Completed in 65 milliseconds