Searched refs:tem (Results 1 - 25 of 64) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtem_safe.c55 * ASSERT((MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&tem->tvs_lock)) ||
63 #include <sys/tem.h>
121 static void tem_safe_clear_chars(struct tem_vt_state *tem,
124 static void tem_safe_copy_area(struct tem_vt_state *tem,
132 static void tem_safe_bell(struct tem_vt_state *tem,
134 static void tem_safe_pix_clear_prom_output(struct tem_vt_state *tem,
145 static void tem_safe_align_cursor(struct tem_vt_state *tem);
146 static void bit_to_pix4(struct tem_vt_state *tem, uchar_t c,
148 static void bit_to_pix8(struct tem_vt_state *tem, uchar_t c,
150 static void bit_to_pix24(struct tem_vt_state *tem, uchar_
213 tem_safe_check_first_time( struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
254 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; local
279 tem_safe_terminal_emulate( struct tem_vt_state *tem, uchar_t *buf, int len, cred_t *credp, enum called_from called_from) argument
365 tem_safe_control( struct tem_vt_state *tem, uchar_t ch, cred_t *credp, enum called_from called_from) argument
443 tem_safe_setparam(struct tem_vt_state *tem, int count, int newparam) argument
458 tem_safe_selgraph(struct tem_vt_state *tem) argument
537 tem_safe_chkparam( struct tem_vt_state *tem, uchar_t ch, cred_t *credp, enum called_from called_from) argument
803 tem_safe_getparams(struct tem_vt_state *tem, uchar_t ch, cred_t *credp, enum called_from called_from) argument
843 tem_safe_outch(struct tem_vt_state *tem, uchar_t ch, cred_t *credp, enum called_from called_from) argument
861 tem_safe_new_line(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
869 tem_safe_cr(struct tem_vt_state *tem) argument
876 tem_safe_lf(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
928 tem_safe_send_data(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
971 tem_safe_align_cursor(struct tem_vt_state *tem) argument
983 tem_safe_parse(struct tem_vt_state *tem, uchar_t ch, cred_t *credp, enum called_from called_from) argument
1146 tem_safe_bell(struct tem_vt_state *tem, enum called_from called_from) argument
1156 tem_safe_scroll(struct tem_vt_state *tem, int start, int end, int count, int direction, cred_t *credp, enum called_from called_from) argument
1201 tem_safe_copy_area(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument
1246 tem_safe_clear_chars(struct tem_vt_state *tem, int count, screen_pos_t row, screen_pos_t col, cred_t *credp, enum called_from called_from) argument
1275 tem_safe_text_display(struct tem_vt_state *tem, uchar_t *string, int count, screen_pos_t row, screen_pos_t col, text_color_t fg_color, text_color_t bg_color, cred_t *credp, enum called_from called_from) argument
1308 tem_safe_image_display(struct tem_vt_state *tem, uchar_t *image, int height, int width, screen_pos_t row, screen_pos_t col, cred_t *credp, enum called_from called_from) argument
1332 tem_safe_text_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument
1354 tem_safe_text_cls(struct tem_vt_state *tem, int count, screen_pos_t row, screen_pos_t col, cred_t *credp, enum called_from called_from) argument
1376 tem_safe_pix_display(struct tem_vt_state *tem, uchar_t *string, int count, screen_pos_t row, screen_pos_t col, text_color_t fg_color, text_color_t bg_color, cred_t *credp, enum called_from called_from) argument
1402 tem_safe_pix_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row, cred_t *credp, enum called_from called_from) argument
1467 tem_safe_pix_bit2pix(struct tem_vt_state *tem, unsigned char c, unsigned char fg, unsigned char bg) argument
1493 tem_safe_pix_cls(struct tem_vt_state *tem, int count, screen_pos_t row, screen_pos_t col, cred_t *credp, enum called_from called_from) argument
1528 tem_safe_pix_clear_prom_output(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
1551 tem_safe_pix_clear_entire_screen(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
1581 tem_safe_cls(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
1616 tem_safe_back_tab(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
1639 tem_safe_tab(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
1662 tem_safe_set_tab(struct tem_vt_state *tem) argument
1688 tem_safe_clear_tabs(struct tem_vt_state *tem, int action) argument
1712 tem_safe_mv_cursor(struct tem_vt_state *tem, int row, int col, cred_t *credp, enum called_from called_from) argument
1740 tem_safe_reset_emulator(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from, boolean_t init_color) argument
1781 tem_safe_reset_display(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from, boolean_t clear_txt, boolean_t init_color) argument
1804 tem_safe_shift( struct tem_vt_state *tem, int count, int direction, cred_t *credp, enum called_from called_from) argument
1859 tem_safe_text_cursor(struct tem_vt_state *tem, short action, cred_t *credp, enum called_from called_from) argument
1880 tem_safe_pix_cursor(struct tem_vt_state *tem, short action, cred_t *credp, enum called_from called_from) argument
1983 bit_to_pix4( struct tem_vt_state *tem, uchar_t c, text_color_t fg_color, text_color_t bg_color) argument
2038 bit_to_pix8( struct tem_vt_state *tem, uchar_t c, text_color_t fg_color, text_color_t bg_color) argument
2098 bit_to_pix24( struct tem_vt_state *tem, uchar_t c, text_color_t fg_color4, text_color_t bg_color4) argument
2139 ansi_bg_to_solaris(struct tem_vt_state *tem, int ansi) argument
2145 ansi_fg_to_solaris(struct tem_vt_state *tem, int ansi) argument
2157 tem_safe_get_color(struct tem_vt_state *tem, text_color_t *fg, text_color_t *bg, uint8_t flag) argument
2187 tem_safe_pix_cls_range(struct tem_vt_state *tem, screen_pos_t row, int nrows, int offset_y, screen_pos_t col, int ncols, int offset_x, boolean_t sroll_up, cred_t *credp, enum called_from called_from) argument
2227 tem_safe_virtual_display(struct tem_vt_state *tem, unsigned char *string, int count, screen_pos_t row, screen_pos_t col, text_color_t fg_color, text_color_t bg_color) argument
2302 tem_safe_virtual_copy(struct tem_vt_state *tem, screen_pos_t s_col, screen_pos_t s_row, screen_pos_t e_col, screen_pos_t e_row, screen_pos_t t_col, screen_pos_t t_row) argument
2342 tem_safe_virtual_cls(struct tem_vt_state *tem, int count, screen_pos_t row, screen_pos_t col) argument
2357 tem_safe_blank_screen(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
2381 tem_safe_unblank_screen(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
[all...]
H A Dtem.c168 tem_add(struct tem_vt_state *tem) argument
170 ASSERT(MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&tem->tvs_lock));
172 list_insert_head(&tems.ts_list, tem);
176 tem_rm(struct tem_vt_state *tem) argument
178 ASSERT(MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&tem->tvs_lock));
180 list_remove(&tems.ts_list, tem);
190 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; local
193 mutex_enter(&tem->tvs_lock);
195 if (!tem->tvs_initialized) {
196 mutex_exit(&tem
314 tem_reinit(struct tem_vt_state *tem, boolean_t reset_display) argument
325 tem_free_buf(struct tem_vt_state *tem) argument
344 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; local
787 tem_prom_scroll_up(struct tem_vt_state *tem, int nrows, cred_t *credp, enum called_from called_from) argument
820 tem_adjust_row(struct tem_vt_state *tem, int prom_row, cred_t *credp, enum called_from called_from) argument
857 tem_pix_align(struct tem_vt_state *tem, cred_t *credp, enum called_from called_from) argument
933 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; local
947 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; local
973 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DId.cxx25 Vector<Location> tem; local
26 pendingRefs_.swap(tem);
H A DAllocator.cxx25 SegmentHeader *tem = p->next; local
30 p = tem;
38 Block *tem = freeList_; local
39 if (tem) {
40 tem->header.seg->liveCount += 1;
41 freeList_ = tem->next;
42 return &(tem->next);
H A DElementType.cxx81 size_t tem = to.index_; local
83 index_ = tem;
86 size_t tem = to.defIndex_; local
88 defIndex_ = tem;
92 const ShortReferenceMap *tem = to.map_; local
94 map_ = tem;
H A DRewindStorageObject.cxx50 String<char> tem; local
51 tem.swap(savedBytes_);
63 String<char> tem; local
64 tem.swap(savedBytes_);
H A DLpd.cxx41 const ElementType *tem = to.elementType; local
43 elementType = tem;
57 const LinkSet *tem = to.uselink_; local
59 uselink_ = tem;
62 const LinkSet *tem = to.postlink_; local
64 postlink_ = tem;
67 Boolean tem = to.postlinkRestore_; local
69 postlinkRestore_ = tem;
H A DDtd.cxx62 NamedResourceTable<Entity> tem; local
74 tem.insert(e);
79 EntityIter iter(tem);
H A DWinApp.cxx41 StringC tem; local
44 tem += (unsigned char)*s++;
46 return tem;
66 const char *tem; local
70 tem);
148 void WinApp::setDefaultCatalogs(StringC &tem) argument
150 if (tem != defaultCatalogs_) {
151 tem.swap(defaultCatalogs_);
156 void WinApp::setDefaultDirectories(StringC &tem) argument
158 if (tem !
[all...]
H A DSgmlParser.cxx87 Parser *tem = parser_; local
89 s.parser_ = tem;
H A DSdText.cxx45 Boolean tem = to.lita_; local
47 lita_ = tem;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DHashTable.cxx16 HashTableItem<K, V> *tem = (HashTableItem<K, V> *)table_.insert(newItem); local
17 if (tem) {
20 tem->key = key;
21 tem->value = value;
H A DOwner.h31 T *tem = p_; local
33 x.p_ = tem;
36 T *tem = p_; local
38 return tem;
H A DIQueue.h21 Link *tem = last_->next_; local
22 if (tem == last_)
25 last_->next_ = tem->next_;
26 return tem;
37 Link *tem = last_; local
39 with.last_ = tem;
H A DWinApp.h25 Boolean setEncoding(StringC &tem);
27 Boolean setDefaultEncoding(StringC &tem);
30 void setExtraCatalogs(StringC &tem);
32 void setDefaultCatalogs(StringC &tem);
34 void setExtraDirectories(StringC &tem);
36 void setDefaultDirectories(StringC &tem);
H A DIListBase.h64 Link *tem = head_; local
66 return tem;
72 Link *tem = head_; local
74 list.head_ = tem;
H A DUnivCharsetDesc.h94 WideChar tem; local
95 return rangeMap_.map(from, to, tem);
98 Unsigned32 tem = charMap_[from]; local
99 if (noDesc(tem))
102 to = extractChar(tem, from);
116 Unsigned32 tem = charMap_.getRange(from, max); local
118 if (noDesc(tem))
121 to = extractChar(tem, from);
131 WideChar tem; local
132 return univToDesc(from, to, toSet, tem);
[all...]
H A DStringOf.cxx102 T *tem = to.ptr_; local
104 ptr_ = tem;
107 size_t tem = to.length_; local
109 length_ = tem;
112 size_t tem = to.alloc_; local
114 alloc_ = tem;
H A DHashTable.h34 HashTableItem<K, V> *tem = (HashTableItem<K, V> *)table_.lookup(key); local
35 return tem ? &tem->value : 0;
H A DMessageReporter.h72 OutputCharStream *tem = os_; local
74 return tem;
H A DCharsetDecl.h113 Number tem; local
114 return getCharInfo(fromChar, id, type, n, str, tem);
121 Number tem; local
122 numberToChar(id, n, to, tem);
H A DCharMap.cxx158 CharMapColumn<T> *tem = values; local
160 pg.values = tem;
163 T tem(value);
165 pg.value = tem;
246 T tem(values_[i]);
248 map.values_[i] = tem;
H A DNCVector.cxx111 T *tem = ptr_; local
113 v.ptr_ = tem;
116 size_t tem = size_; local
118 v.size_ = tem;
121 size_t tem = alloc_; local
123 v.alloc_ = tem;
/opensolaris-onvv-gate/usr/src/uts/intel/tem/
H A DMakefile26 # This makefile drives the production of the tem module
39 MODULE = tem
107 $(WARLOCK) -c $(WLCMD_DIR)/tem.wlcmd $(WARLOCK_OUT) \
/opensolaris-onvv-gate/usr/src/uts/sparc/tem/
H A DMakefile28 # This makefile drives the production of the tem module
41 MODULE = tem
112 $(WARLOCK) -c $(WLCMD_DIR)/tem.wlcmd $(WARLOCK_OUT) \

Completed in 192 milliseconds

123