/illumos-gate/usr/src/lib/libeti/panel/common/ |
H A D | misc.c | 50 panel_window(PANEL *panel) in panel_window() argument 52 return (panel ? panel -> win : 0); in panel_window() 57 panel_userptr(PANEL *panel) in panel_userptr() argument 59 return (panel ? panel -> user : 0); in panel_userptr() 64 set_panel_userptr(PANEL *panel, char *ptr) in set_panel_userptr() argument 66 if (panel) { in set_panel_userptr() 67 panel -> user = ptr; in set_panel_userptr() 78 panel_above(PANEL *panel) in panel_above() argument 81 if (!panel) in panel_above() 84 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above); in panel_above() [all …]
|
H A D | new.c | 42 add_top(PANEL *panel) in add_top() argument 45 panel-> below = 0; in add_top() 46 _Bottom_panel = panel; in add_top() 48 _Top_panel -> above = panel; in add_top() 49 panel -> below = _Top_panel; in add_top() 52 _Top_panel = panel; in add_top() 53 panel -> above = 0; in add_top() 54 panel -> obscured = 0; in add_top() 59 _intersect_panel(panel); in add_top() 66 PANEL *panel; in new_panel() local [all …]
|
H A D | delete.c | 42 hide_panel(PANEL *panel) in hide_panel() argument 44 if (!panel) in hide_panel() 49 if (panel == panel -> below) in hide_panel() 54 _remove_overlap(panel); in hide_panel() 55 if (panel == _Bottom_panel) in hide_panel() 56 _Bottom_panel = panel -> above; in hide_panel() 58 panel -> below -> above = panel -> above; in hide_panel() 60 if (panel == _Top_panel) in hide_panel() 61 _Top_panel = panel -> below; in hide_panel() 63 panel -> above -> below = panel -> below; in hide_panel() [all …]
|
H A D | bottom.c | 41 bottom_panel(PANEL *panel) in bottom_panel() argument 46 if (!panel || panel == panel -> below) in bottom_panel() 51 if (_Bottom_panel == panel) in bottom_panel() 59 for (pnl = panel->below; pnl; pnl = pnl->below) { in bottom_panel() 60 if (obs = _unlink_obs(pnl, panel)) { in bottom_panel() 62 if (panel -> obscured) { in bottom_panel() 63 obs -> next = panel -> obscured -> next; in bottom_panel() 64 panel->obscured = panel->obscured->next = obs; in bottom_panel() 67 obs -> next = panel -> obscured = obs; in bottom_panel() 73 if (panel == _Top_panel) in bottom_panel() [all …]
|
H A D | move.c | 41 move_panel(PANEL *panel, int starty, int startx) in move_panel() argument 43 if (!panel) in move_panel() 48 if (panel == panel -> below) { in move_panel() 49 if (mvwin(panel -> win, starty, startx) == ERR) in move_panel() 59 mvwin(panel -> win, starty, startx) == ERR) in move_panel() 62 _remove_overlap(panel); in move_panel() 67 getbegyx(panel -> win, panel -> wstarty, panel -> wstartx); in move_panel() 68 getmaxyx(panel -> win, panel -> wendy, panel -> wendx); in move_panel() 69 panel -> wendy += panel -> wstarty - 1; in move_panel() 70 panel -> wendx += panel -> wstartx - 1; in move_panel() [all …]
|
H A D | top.c | 41 top_panel(PANEL *panel) in top_panel() argument 46 if (!panel || panel == panel -> below) in top_panel() 51 if (_Top_panel == panel) in top_panel() 59 if ((obs = panel -> obscured) != 0) { in top_panel() 69 prev_obs -> panel_p = panel; in top_panel() 71 while (obs != panel -> obscured); in top_panel() 72 panel -> obscured = 0; in top_panel() 77 if (panel == _Bottom_panel) in top_panel() 78 (_Bottom_panel = panel -> above) -> below = 0; in top_panel() 80 panel -> above -> below = panel -> below; in top_panel() [all …]
|
H A D | replace.c | 41 replace_panel(PANEL *panel, WINDOW *window) in replace_panel() argument 43 if (!panel || !window) in replace_panel() 48 if (panel != panel -> below) { in replace_panel() 54 _remove_overlap(panel); in replace_panel() 59 getbegyx(window, panel -> wstarty, panel -> wstartx); in replace_panel() 60 getmaxyx(window, panel -> wendy, panel -> wendx); in replace_panel() 61 panel -> win = window; in replace_panel() 62 panel -> wendy += panel -> wstarty - 1; in replace_panel() 63 panel -> wendx += panel -> wstartx - 1; in replace_panel() 67 if (panel != panel -> below) in replace_panel() [all …]
|
H A D | update.c | 45 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() argument 52 if ((next_obs = obs->next) == panel -> obscured -> next) in touch_top() 60 touch_top(panel, line, next_obs, in touch_top() 115 touchup(PANEL *panel) in touchup() argument 124 screen_y = panel->wendy; in touchup() 126 for (i = panel->wendy - panel->wstarty; i >= 0; screen_y--, i--) { in touchup() 127 if (is_linetouched(panel -> win, i) == TRUE) in touchup() 128 touch_top(panel, screen_y, panel->obscured->next, in touchup() 129 panel->wstartx, panel->wendx); in touchup() 159 PANEL *panel; in update_panels() local [all …]
|
/illumos-gate/usr/src/lib/libeti/ |
H A D | Makefile | 29 SUBDIRS= form menu panel 30 HDRSUBDIRS= form menu panel 60 @cd panel; pwd; $(MAKE) $(TARGET)
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/ |
H A D | fru_usb-a-2_data.info | 74 * Rear panel EHCI devices 80 * Rear panel OHCI devices
|
H A D | fru_usb-a-3_data.info | 74 * Front panel EHCI devices 80 * Front panel OHCI devices
|
H A D | fru_usb-a-4_data.info | 74 * Front panel EHCI devices 80 * Front panel OHCI devices
|
H A D | fru_usb-a-1_data.info | 74 * rear panel EHCI devices 80 * Rear panel OHCI devices
|
/illumos-gate/usr/src/lib/libeti/panel/ |
H A D | Makefile | 41 HDRS= panel.h
|
/illumos-gate/usr/src/cmd/hal/fdi/ |
H A D | Makefile | 42 policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/ |
H A D | piclfrutree.info | 78 * Front panel interface board
|
H A D | system-board.info | 427 * Environmental device associated with front panel io board
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | service-hal.p5m | 62 file path=etc/hal/fdi/policy/10osvendor/10-laptop-panel-mgmt-policy.fdi \
|
H A D | system-header.p5m | 497 file path=usr/include/panel.h
|
/illumos-gate/usr/src/lib/libnwam/ |
H A D | README | 42 client (like the GUI panel applet).
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | usb.ids | 1013 3000 Optical dual-touch panel 2140 0817 SiS-184-ASUS-4352.17 touch panel 12095 04b3 keyboard front panel Cockpit 20960 0410 LPC2148 [Robotino IR panel]
|
/illumos-gate/usr/src/data/terminfo/ |
H A D | termcap.src | 12316 # NOTE WELL that the rear panel switch should be set to CR/LF, 15480 # panel of the Login section of System Prefs to make the special 15483 # "Other..." icon to the graphical login panel. Selecting "Other..." 15486 # password entry fields', which replaces the login panel with a 16057 # and data recording for our school's experimental solar panel :), Apple DOS 17286 # panel-mount etc). I can be emailed at sonfour@aol.com
|
H A D | terminfo.src | 13883 # NOTE WELL that the rear panel switch should be set to CR/LF, 17429 # panel of the Login section of System Prefs to make the special 17432 # "Other..." icon to the graphical login panel. Selecting "Other..." 17435 # password entry fields', which replaces the login panel with a 18052 # and data recording for our school's experimental solar panel :), Apple DOS 19395 # panel-mount etc). I can be emailed at sonfour@aol.com
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 16527 panel
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 16529 panel
|