Searched defs:translation (Results 1 - 11 of 11) sorted by relevance

/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/common/include/
H A Dmc.h76 char* translation; member in struct:__anon2629
/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/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/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/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/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/lib/libbsm/common/
H A Dadt_xlate.h307 struct translation { struct
/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...]

Completed in 114 milliseconds