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

1 2

  /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 in function:main
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 183 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 in function:pgettext_impl
175 translation = dcngettext(domainname, msgctxt_id,
178 if (translation == msgctxt_id) {
184 p = strchr(translation, '\004');
187 return translation;
  /src/usr.bin/xlint/lint1/
README.md 5 Lint1 analyzes a single translation unit of C code.
77 therefore it cannot relate them across translation units.
79 it cannot cross-check them across translation units.
156 There is a single symbol table (`symtab`) for the whole translation unit.
  /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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/hisilicon/
hip06.dtsi 325 * have a SMMU translation for MSI. In order to workaround this,
hip07.dtsi 1156 * have a SMMU translation for MSI. In order to workaround this,
  /src/common/dist/zlib/contrib/pascal/
example.pas 5 * Pascal translation
  /src/sys/arch/cesfic/cesfic/
locore.s 812 .long 0 | prototype translation control
  /src/sys/arch/hp300/hp300/
locore.s 1150 .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 "

Completed in 134 milliseconds

1 2