Searched refs:tem (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/uts/common/io/ |
H A D | tem_safe.c | 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_t c, 207 #define tem_safe_callback_bit2pix(tem, c, fg, bg) { \ argument 209 (void) (*tems.ts_callbacks->tsc_bit2pix)((tem), (c), (fg), (bg));\ [all …]
|
H A D | tem.c | 168 tem_add(struct tem_vt_state *tem) in tem_add() argument 170 ASSERT(MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&tem->tvs_lock)); in tem_add() 172 list_insert_head(&tems.ts_list, tem); in tem_add() 176 tem_rm(struct tem_vt_state *tem) in tem_rm() argument 178 ASSERT(MUTEX_HELD(&tems.ts_lock) && MUTEX_HELD(&tem->tvs_lock)); in tem_rm() 180 list_remove(&tems.ts_list, tem); in tem_rm() 190 struct tem_vt_state *tem = (struct tem_vt_state *)tem_arg; in tem_write() local 193 mutex_enter(&tem->tvs_lock); in tem_write() 195 if (!tem->tvs_initialized) { in tem_write() 196 mutex_exit(&tem->tvs_lock); in tem_write() [all …]
|
/titanic_41/usr/src/uts/intel/tem/ |
H A D | Makefile | 39 MODULE = tem 110 $(WARLOCK) -c $(WLCMD_DIR)/tem.wlcmd $(WARLOCK_OUT) \
|
/titanic_41/usr/src/uts/sparc/tem/ |
H A D | Makefile | 41 MODULE = tem 115 $(WARLOCK) -c $(WLCMD_DIR)/tem.wlcmd $(WARLOCK_OUT) \
|
/titanic_41/usr/src/grub/grub-0.97/lib/ |
H A D | getopt.c | 314 char *tem; local 354 tem = argv[bottom + i]; 356 argv[top - (middle - bottom) + i] = tem; 371 tem = argv[bottom + i]; 373 argv[middle + i] = tem;
|
/titanic_41/usr/src/uts/sparc/sys/fpu/ |
H A D | fpu_simulator.h | 95 unsigned int tem : 5; /* trap enable mask */ member 125 #define tem fsr.tem macro
|
/titanic_41/usr/src/uts/sparc/fpu/ |
H A D | fpu_simulator.c | 186 pfpsd->fp_fsrtem = fsr.tem; /* Obtain fsr's tem */ in _fp_fpu_simulator() 206 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator() 218 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator() 230 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator() 245 if ((pfpsd->fp_current_exceptions & fsr.tem) == 0) { in _fp_fpu_simulator() 500 andexcep = pfpsd->fp_current_exceptions & fsr.tem; in _fp_fpu_simulator()
|
/titanic_41/usr/src/uts/intel/wc/ |
H A D | Makefile | 65 LDFLAGS += -dy -Nmisc/tem -Ndacf/consconfig_dacf
|
/titanic_41/usr/src/uts/sparc/wc/ |
H A D | Makefile | 73 LDFLAGS += -dy -Nmisc/tem -Ndacf/consconfig_dacf
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | tem_impl.h | 248 void tem_safe_check_first_time(struct tem_vt_state *tem, cred_t *,
|
/titanic_41/usr/src/uts/sparc/ |
H A D | Makefile.sparc | 407 MISC_KMODS += tem
|
/titanic_41/usr/src/uts/intel/ |
H A D | Makefile.intel | 625 MISC_KMODS += tem
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.mf | 678 file path=kernel/misc/$(ARCH64)/tem group=sys mode=0755 747 $(i386_ONLY)file path=kernel/misc/tem group=sys mode=0755
|
/titanic_41/usr/src/uts/common/ |
H A D | Makefile.files | 1618 TEM_OBJS += tem.o tem_safe.o 6x10.o 7x14.o 12x22.o
|