/titanic_44/usr/src/uts/intel/promif/ |
H A D | prom_printf.c | 100 _doprint(const char *fmt, va_list adx, void (*emit)(char, char **), char **bp) in _doprint() 113 (*emit)('\r', bp); in _doprint() 114 (*emit)(c, bp); in _doprint() 140 (*emit)('-', bp); in _doprint() 170 _printn(ul, b, width, pad, emit, bp); in _doprint() 178 (*emit)('\r', bp); in _doprint() 179 (*emit)(c, bp); in _doprint() 186 (*emit)('\r', bp); in _doprint() 187 (*emit)(c, bp); in _doprint() 192 (*emit)('%', bp); in _doprint() [all …]
|
/titanic_44/usr/src/lib/efcode/fcode_test/ |
H A D | calling.fth | 27 : t1 ascii W emit ; 28 : t2 ascii L emit ; 29 : t3 t2 ascii D emit ; 30 : t4 t1 ascii O emit ; 31 : t5 t4 ascii R emit ;
|
/titanic_44/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 106 void (*emit)(const void *, void *, size_t), void *src, int actions) in ksyms_walk() 111 kwp->kw_emit = emit; in ksyms_walk() 129 ksyms_snapshot(void (*emit)(const void *, void *, size_t), in ksyms_snapshot() 197 size += ksyms_walk(&kw, buf, (bufsize - size), emit, &hdr, in ksyms_snapshot() 199 size += ksyms_walk(&kw, buf, (bufsize - size), emit, in ksyms_snapshot() 201 size += ksyms_walk(&kw, buf, (bufsize - size), emit, in ksyms_snapshot() 203 size += ksyms_walk(&kw, buf, (bufsize - size), emit, NULL, in ksyms_snapshot()
|
/titanic_44/usr/src/uts/intel/io/drm/ |
H A D | radeon_irq.c | 218 drm_radeon_irq_emit_t emit; in radeon_irq_emit() local 234 emit.irq_seq = (void *)(uintptr_t)(emit32.irq_seq); in radeon_irq_emit() 238 DRM_COPYFROM_WITH_RETURN(&emit, (void *) data, sizeof (emit)); in radeon_irq_emit() 245 if (DRM_COPY_TO_USER(emit.irq_seq, &result, sizeof (int))) { in radeon_irq_emit()
|
H A D | i915_irq.c | 701 drm_i915_irq_emit_t emit; in i915_irq_emit() local 718 emit.irq_seq = (int __user *)(uintptr_t)irq_emit32.irq_seq; in i915_irq_emit() 720 DRM_COPYFROM_WITH_RETURN(&emit, in i915_irq_emit() 721 (drm_i915_irq_emit_t __user *) data, sizeof(emit)); in i915_irq_emit() 727 if (DRM_COPY_TO_USER(emit.irq_seq, &result, sizeof(int))) { in i915_irq_emit()
|
/titanic_44/usr/src/cmd/col/ |
H A D | col.c | 71 static void emit(wchar_t *, int); 292 emit(page[(mustwr+i) % PL], mustwr+i-PL); in main() 293 emit(ws_blank, (llh + 1) & -2); in main() 495 emit(wchar_t *s, int lineno) in emit() function 586 emit(page[ll%PL], ll - PL); in incr()
|
/titanic_44/usr/src/cmd/news/ |
H A D | news.c | 351 late_news(void(*emit)(), int update) in late_news() argument 376 (*emit) (n_list[i].n_name); in late_news() 379 (*emit) ((char *) NULL); in late_news()
|
/titanic_44/usr/src/cmd/rpcgen/ |
H A D | rpc_util.h | 168 extern void emit(definition *);
|
H A D | rpc_cout.c | 68 emit(definition *def) in emit() function
|
H A D | rpc_main.c | 427 emit(def); in c_output()
|
/titanic_44/usr/src/cmd/ast/msgcc/ |
H A D | NOTES | 18 commands that don't emit messages before optget() need not change
|
/titanic_44/usr/src/lib/efcode/engine/ |
H A D | env.c | 86 emit(fcode_env_t *env) in emit() function 844 ANSI(0x08f, 0, "emit", emit); in _init()
|
/titanic_44/usr/src/cmd/geniconvtbl/samples/ |
H A D | ISO-2022-JP_to_eucJP.src | 51 // We will emit four bytes.
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ipf.h | 291 extern void emit __P((int, int, void *, struct frentry *));
|
/titanic_44/usr/src/lib/libpp/common/ |
H A D | pp.tab | 204 REGUARD # emit header guard define at file pop
|
H A D | RELEASE | 93 02-03-11 pplex.c: add pp:modern to emit \a \v instead of octal forms 251 add pp:reguard to emit #define and #undef (for C++ templates) 270 don't emit unkown directives inside #if 0 ... #endif
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipf.c | 263 emit(-1, -1, NULL, NULL);
|
H A D | ipfcomp.c | 294 void emit(num, dir, v, fr) in emit() function 982 emit(-1, dir, m, NULL);
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 157 FNPROTO(emit);
|
/titanic_44/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 154 c@ emit (cr
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 422 will now emit an ElseIf if it finds an Else immediately followed by an 1170 disassembler to emit legacy ASL code if desired. 1491 disassemble them to an invocation of the ToUUID operator. Also emit 1863 %p specifier is unsatisfactory since it does not emit uniform output on 1982 can emit multiple externals for the same object, or it become confused 2005 iASL: Added an option to emit only error messages (no warnings/remarks). 2046 Debug output: Do not emit the function nesting level for the in-kernel 2049 Also, only emit the thread ID when executing under AcpiExec (Context 2075 The solution is to not attempt to emit an external declaration for the 3003 Newer versions of Bison emit this prototype, so moved the prototype out [all …]
|
/titanic_44/usr/src/grub/grub-0.97/ |
H A D | NEWS | 233 arbitrary menu entries. This command will emit an error until the user
|
H A D | ChangeLog | 796 (read_device_map): If DRIVE is greater than 8, emit a warning 5955 (convert): If the device file does not exist, then emit an
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | grub.info-3 | 225 to emit the standard beep sound, which is useful when prompting
|
/titanic_44/usr/src/lib/libshell/common/ |
H A D | RELEASE | 334 08-10-05 A bug which caused the shell to emit a syntax error for an arithmetic
|