Searched refs:translation (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvfs_opreg.h94 const fs_operation_trans_def_t *translation,
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmc.h76 char* translation; member in struct:__anon2629
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2593
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2693
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2715
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dmc.h85 char* translation; member in struct:__anon2737
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvfs_opreg.h94 const fs_operation_trans_def_t *translation,
/illumos-gate/usr/src/cmd/pyzfs/
H A Dpyzfs.py45 _ = gettext.translation("SUNW_OST_OSCMD", "/usr/lib/locale",
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsggen.c87 " [+$translation \aidentification\a \aYYYY-MM-DD\a[,...]]?Append"
88 " translation info to the message catalog header. Only"
90 " is retained in the catalog. Multiple translation lines"
129 * append s to the translation list
133 translation(Xl_t* xp, register char* s) function
162 error(ERROR_SYSTEM|3, "out of space [translation]");
169 error(ERROR_SYSTEM|3, "out of space [translation]");
289 if (*mc->translation)
291 ccsfprintf(CC_NATIVE, CC_ASCII, sfstdout, "$translation ");
292 sfprintf(sfstdout, "%s", mc->translation);
[all...]
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_emul.c47 static struct translation *cif_prom_trans;
193 static struct translation *
200 struct translation *transroot;
221 transroot = (struct translation *)kmem_zalloc(translen, KM_SLEEP);
234 unmap_prom_mappings(struct translation *transroot, size_t ntransroot)
243 struct translation *promt;
439 struct translation *transroot;
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.h71 typedef struct translation adt_translation_t;
H A Dadt_xlate.h307 struct translation { struct
/illumos-gate/usr/src/psm/stand/boot/sparc/sun4/sys/
H A Dprom_plat.h179 * nor can it be used to Lock a translation into the i or d tlb.
206 struct translation { struct
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dprom_plat.h182 * nor can it be used to Lock a translation into the i or d tlb.
248 struct translation { struct
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dutil.py41 _ = gettext.translation("SUNW_OST_OSLIB", "/usr/lib/locale",
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c71 static void sfmmu_map_prom_mappings(struct translation *, size_t);
72 static struct translation *read_prom_mappings(size_t *);
161 struct translation *trans_root;
168 * (1) Read the prom's mappings through the translation property.
251 sfmmu_map_prom_mappings(struct translation *trans_root, size_t ntrans_root)
253 struct translation *promt;
288 " translation");
315 " inconsistent translation/avail lists");
437 static struct translation *
443 struct translation *transroo
[all...]
/illumos-gate/usr/src/lib/libast/common/port/
H A Dmc.c255 * read the translation record
258 if (!(sp = sfgetr(ip, 0, 0)) || !(mc->translation = vmstrdup(vm, sp)))
281 else if (!(mc->translation = vmnewof(vm, 0, char, 1, 0)))
531 * write the translation record
534 sfputr(op, mc->translation, 0);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dprom_plat.h182 * nor can it be used to Lock a translation into the i or d tlb.
296 struct translation { struct
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt163 have a CHS translation that matches the CHS translation that was used in
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3893 * Impose additional layer of translation between vfstype names
4406 const fs_operation_trans_def_t *translation,
4419 for (num_trans = 0, p = translation;
4435 /* one entry in the supplied "translation table" for each. */
4445 curname = translation[i].name;
4463 * the translation table. If the file system didn't supply
4470 result = translation[i].defaultFunc;
4472 result = translation[i].errorFunc;
4478 result = translation[i].defaultFunc;
4484 (((char *)vector) + translation[
4405 fs_build_vector(void *vector, int *unused_ops, const fs_operation_trans_def_t *translation, const fs_operation_def_t *operations) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex938 \def\asisword{asis} % no translation, these are keywords

Completed in 185 milliseconds