Searched defs:layout (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/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.
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c921 layout(void) function
943 (void) printf("State %d: (layout)\n", i);
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c35 * -l return the layout of the keyboard being used,
43 * -s keyboard layout sets keyboard layout
74 #define KBD_PROP_LAYOUT "layout"
311 /* layout setting is possible only for USB type keyboards */
325 (void) fprintf(stderr, "%s: unknown layout name\n"
348 (void) printf(gettext("\nTo select the keyboard layout,"
478 * this routine gets the layout of the keyboard being used
496 perror("ioctl (kbd layout)");
803 get_layout_number(char *layout) argument
[all...]
/illumos-gate/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 */
/illumos-gate/usr/src/uts/common/io/
H A Dconskbd.c343 /* This variable backs up the layout state for non-self-ID keyboards */
476 conskbd.conskbd_layout = -1; /* invalid layout */
663 * consumer tries to determine the keyboard layout type, or sets
1165 * not co-exist in a specific layout. In other words,
1698 int layout; local
1707 layout = *(int *)mp->b_cont->b_rptr;
1709 * We just accept the layout of the first keyboard
1712 * layout from it, we set conskbd's layout
1714 if (layout !
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c288 copy_segment_layout(segment_t *seghdr, void *layout) argument
292 seg_layout = (segment_layout_t *)layout;
741 * corresponding fru name that describe the fru layout.
932 /* read section header layout */
946 /* size = section layout + total sizeof segment header */
968 /* copy section header layout */
971 /* copy segment header layout */
1281 /* read section header layout */
1336 /* copy new segment data in segment layout */
1571 /* read section layout heade
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c287 copy_segment_layout(segment_t *seghdr, void *layout) argument
291 seg_layout = (segment_layout_t *)layout;
747 * corresponding fru name that describe the fru layout.
981 /* read section header layout */
1005 /* size = section layout + total sizeof segment header */
1040 /* copy section header layout */
1043 /* copy segment header layout */
1353 /* read section header layout */
1408 /* copy new segment data in segment layout */
1645 /* read section layout heade
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c914 copy_segment_layout(segment_t *seghdr, void *layout) argument
918 seg_layout = (segment_layout_t *)layout;
1258 * corresponding fru name that describe the fru layout.
1406 /* read section header layout */
1420 /* size = section layout + total sizeof segment header */
1441 /* copy section header layout */
1444 /* copy segment header layout */
1717 /* read section header layout */
1774 /* copy new segment data in segment layout */
1941 /* read section layout heade
[all...]
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c251 struct layout { struct
256 static struct layout *layoutp;
257 static struct layout layout1 = { 1.000000, 1, 1, 1, 0 };
258 static struct layout layout2 = { 0.666666, 2, 2, 1, 90 };
259 static struct layout layout4 = { 0.500000, 4, 2, 2, 0 };
260 static struct layout layout8 = { 0.333333, 8, 4, 2, 90 };
/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1116 * Writes the stack layout for door_return() into the door_server_t of the
1160 * After we compute the layout, we can safely do a "did we wrap
1198 door_layout_t *layout = &st->d_layout; local
1240 * Get the stack layout, if it hasn't already been done.
1253 if (layout->dl_descp != NULL) {
1266 if (door_stack_copyout(start, layout->dl_descp, descsize)) {
1273 if (layout->dl_datap != NULL) {
1275 datap = layout->dl_datap;
1287 infop = layout->dl_infop;
1309 dr.desc_ptr = (door_desc_t *)layout
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c75 * layout. The ZPL for example will usually have only about 10 different
84 * Each distinct layout is given a unique layout number and that is whats
87 * A layout only covers a single dbuf (bonus or spill). If a set of
94 * be rewritten and could result in a new layout number being constructed
95 * as part of the rewrite if no such layout exists for the new set of
99 * Both the attribute registration and attribute layout information are
104 * The registered attributes and layout "table" information is maintained
118 * the normal byteswap processing. The special ZAP layout attribute and
124 * and the layout/attribut
1116 sa_lot_t *layout; local
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c71 * - A variable named "layout" exists in the compilation
72 * environment, referencing the layout information for the
77 print_num(state, _title, &layout->_field, SL_FMT_NUM_DEC)
79 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_DEC, \
80 _title2, &layout->_field2, SL_FMT_NUM_DEC)
82 print_num(state, _title, &layout->_field, SL_FMT_NUM_HEX)
84 print_num_2up(state, _title1, &layout->_field1, SL_FMT_NUM_HEX, \
85 _title2, &layout->_field2, SL_FMT_NUM_HEX)
87 print_num(state, _title, &layout->_field, SL_FMT_NUM_ZHEX)
89 print_num_2up(state, _title1, &layout
434 const sl_auxv_layout_t *layout = state->ns_arch->auxv; local
592 const sl_fltset_layout_t *layout = state->ns_arch->fltset; local
624 const sl_sigset_layout_t *layout = state->ns_arch->sigset; local
654 const sl_sigaction_layout_t *layout = state->ns_arch->sigaction; local
680 const sl_siginfo_layout_t *layout = state->ns_arch->siginfo; local
764 const sl_stack_layout_t *layout = state->ns_arch->stack; local
792 const sl_sysset_layout_t *layout = state->ns_arch->sysset; local
822 const sl_timestruc_layout_t *layout = state->ns_arch->timestruc; local
838 const sl_prsecflags_layout_t *layout = state->ns_arch->prsecflags; local
879 const sl_utsname_layout_t *layout = state->ns_arch->utsname; local
950 const sl_lwpstatus_layout_t *layout = state->ns_arch->lwpstatus; local
1074 const sl_pstatus_layout_t *layout = state->ns_arch->pstatus; local
1158 const sl_prstatus_layout_t *layout = state->ns_arch->prstatus; local
1345 const sl_lwpsinfo_layout_t *layout = state->ns_arch->lwpsinfo; local
1424 const sl_psinfo_layout_t *layout = state->ns_arch->psinfo; local
1491 const sl_prpsinfo_layout_t *layout = state->ns_arch->prpsinfo; local
1570 const sl_prcred_layout_t *layout = state->ns_arch->prcred; local
1599 const sl_prpriv_layout_t *layout = state->ns_arch->prpriv; local
1620 const sl_prfdinfo_layout_t *layout = state->ns_arch->prfdinfo; local
1663 const sl_priv_impl_info_layout_t *layout; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.h142 MANDOCERR_TBLLAYOUT_VERT, /* skipping vertical bar in tbl layout */
151 MANDOCERR_TBLLAYOUT_NONE, /* empty tbl layout */
152 MANDOCERR_TBLLAYOUT_CHAR, /* invalid character in tbl layout: char */
153 MANDOCERR_TBLLAYOUT_PAR, /* unmatched parenthesis in tbl layout */
193 MANDOCERR_TBLLAYOUT_MOD, /* unsupported tbl layout modifier: m */
230 * A cell in a layout row.
250 * A layout row.
270 * string value that's in the cell. The rest is layout.
273 struct tbl_cell *layout; /* layout cel member in struct:tbl_dat
291 struct tbl_row *layout; /* layout row */ member in struct:tbl_span
[all...]

Completed in 91 milliseconds