/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | keylayouts.c | 205 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 D | mdraid1x_linux.c | 55 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 D | mdraid_linux.c | 142 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 D | raid.c | 69 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 D | dmraid_nvidia.c | 131 array->layout = GRUB_RAID_LAYOUT_LEFT_ASYMMETRIC;
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | raid.h | 47 int layout; /* Layout for RAID 5/6. */ member in struct:grub_raid_array
|
/osnet-11/usr/src/cmd/hal/probing/xkb/ |
H A D | probe-xkb.c | 115 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 D | grub-mklayout.c | 47 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 D | Makefile | 79 ../common/include/ntfs/layout.h \
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/ |
H A D | JP.pm | 82 in order to preserve text layout as much as possible.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Benchmark.t | 367 "check the chart layout matches the formatted output");
|
/osnet-11/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 402 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 D | pod2man.PL | 284 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 D | MM_Unix.pm | 2213 while( my($var, $layout) = each(%layouts) ) { 2214 my($s, $t, $d, $style) = @{$layout}{qw(s t d style)};
|
H A D | MM_VMS.pm | 2021 otherwise you get the default layout.
|
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 8634 % 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 D | texinfo.tex | 6869 % A specific text layout, 24x15cm overall, intended for A4 paper.
|