Searched refs:layout (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dkeylayouts.c205 return grub_error (GRUB_ERR_BAD_ARGUMENT, "file or layout name required");
293 0, N_("Load a keyboard layout."));
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dmdraid1x_linux.c55 grub_uint32_t layout; /* only for raid5 and raid10 currently. */ member in struct:grub_raid_super_1x
69 grub_uint32_t new_layout; /* New layout. */
195 array->layout = grub_le_to_cpu32 (real_sb->layout);
H A Dmdraid_linux.c142 grub_uint32_t layout; /* The array's physical layout. */ member in struct:grub_raid_super_09
213 array->layout = grub_le_to_cpu32 (sb.layout);
H A Draid.c69 n = array->layout & 0xFF;
71 n = (array->layout >> 8) & 0xFF;
304 n = array->layout & 0xFF;
306 n = (array->layout >> 8) & 0xFF;
359 near = array->layout & 0xFF;
360 far = (array->layout >> 8) & 0xFF;
361 if (array->layout >> 16)
468 if (! (array->layout & GRUB_RAID_LAYOUT_RIGHT_MASK))
471 if (array->layout & GRUB_RAID_LAYOUT_SYMMETRIC_MASK)
563 if (array->layout
[all...]
H A Ddmraid_nvidia.c131 array->layout = GRUB_RAID_LAYOUT_LEFT_ASYMMETRIC;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Draid.h47 int layout; /* Layout for RAID 5/6. */ member in struct:grub_raid_array
/osnet-11/usr/src/cmd/hal/probing/xkb/
H A Dprobe-xkb.c115 HAL_DEBUG(("get keyboard layout failed %s: %s",
193 const char *type, *layout; local
211 if ((layout = strtok(NULL, " \t\n")) == NULL) {
243 if (*layout == '*') {
247 } else if (atoi(layout) == kb_layout) {
316 * layout and type from system default keyboard device--/dev/kbd.
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mklayout.c47 char *layout; member in struct:console_grub_equivalence
279 add_special_keys (struct grub_keyboard_layout *layout) argument
281 (void) layout;
295 for (i = 0; pr[i].layout != NULL; i++)
296 if (strcmp (code, pr[i].layout) == 0)
299 for (i = 0; console_grub_equivalences_common[i].layout != NULL; i++)
300 if (strcmp (code, console_grub_equivalences_common[i].layout) == 0)
323 write_file (FILE *out, struct grub_keyboard_layout *layout) argument
330 for (i = 0; i < ARRAY_SIZE (layout->keyboard_map); i++)
331 layout
354 struct grub_keyboard_layout layout; local
[all...]
/osnet-11/usr/src/lib/libntfs/
H A DMakefile79 ../common/include/ntfs/layout.h \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm82 in order to preserve text layout as much as possible.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.t367 "check the chart layout matches the formatted output");
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Draw_access.c402 copy_segment_layout(segment_t *seghdr, void *layout) argument
406 seg_layout = (segment_layout_t *)layout;
618 /* read section header layout */
634 /* size = section layout + total sizeof segment header */
658 /* copy section header layout */
661 /* copy segment header layout */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL284 For those not sure of the proper layout of a man page, here are some notes
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm2213 while( my($var, $layout) = each(%layouts) ) {
2214 my($s, $t, $d, $style) = @{$layout}{qw(s t d style)};
H A DMM_VMS.pm2021 otherwise you get the default layout.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex8634 % whatever layout pdftex was dumped with.
8738 % A specific text layout, 24x15cm overall, intended for A4 paper.
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex6869 % A specific text layout, 24x15cm overall, intended for A4 paper.

Completed in 84 milliseconds