Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_printf.c111 (*emit)('\r', bp); in _doprint()
112 (*emit)(c, bp); in _doprint()
138 (*emit)('-', bp); in _doprint()
168 _printn(ul, b, width, pad, emit, bp); in _doprint()
176 (*emit)('\r', bp); in _doprint()
177 (*emit)(c, bp); in _doprint()
184 (*emit)('\r', bp); in _doprint()
185 (*emit)(c, bp); in _doprint()
190 (*emit)('%', bp); in _doprint()
201 _printn(uint64_t n, int b, int width, int pad, void (*emit)(char, char **), in _printn()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dscreen.4th29 \ emit Esc-[
30 : escc ( -- ) 27 emit [char] [ emit ;
33 : ho ( -- ) escc [char] H emit ;
36 : cld ( -- ) escc [char] J emit ;
42 : at-xy ( x y -- ) escc .# [char] ; emit .# [char] H emit ;
51 : me ( -- ) escc [char] m emit ;
54 : b ( -- ) escc 1 .# [char] m emit ;
57 : -b ( -- ) escc 22 .# [char] m emit ;
60 : inv ( -- ) escc 7 .# [char] m emit ;
63 : -inv ( -- ) escc 27 .# [char] m emit ;
[all …]
H A Dcheck-password.4th112 10 emit \ Echo new line
143 3000 ms ." loader: incorrect password" 10 emit
174 3000 ms ." loader: incorrect password" 10 emit
H A Dmenu.4th222 menubllt @ emit \ Print the menu bullet using the emit function
568 1 > if [char] s emit then
/illumos-gate/usr/src/boot/common/
H A Dmisc.c181 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} in hexdump() macro
185 emit("%08lx ", (long) line); in hexdump()
189 emit("%02x ", *(u_int8_t *)(line + x)); in hexdump()
191 emit("-- "); in hexdump()
194 emit(" "); in hexdump()
196 emit(" |"); in hexdump()
202 emit("%c", c); in hexdump()
204 emit(" "); in hexdump()
207 emit("|\n"); in hexdump()
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c104 void (*emit)(const void *, void *, size_t), void *src, int actions) in ksyms_walk()
109 kwp->kw_emit = emit; in ksyms_walk()
127 ksyms_snapshot(void (*emit)(const void *, void *, size_t), in ksyms_snapshot()
195 size += ksyms_walk(&kw, buf, (bufsize - size), emit, &hdr, in ksyms_snapshot()
197 size += ksyms_walk(&kw, buf, (bufsize - size), emit, in ksyms_snapshot()
199 size += ksyms_walk(&kw, buf, (bufsize - size), emit, in ksyms_snapshot()
201 size += ksyms_walk(&kw, buf, (bufsize - size), emit, NULL, in ksyms_snapshot()
/illumos-gate/usr/src/cmd/col/
H A Dcol.c69 static void emit(wchar_t *, int);
290 emit(page[(mustwr+i) % PL], mustwr+i-PL); in main()
291 emit(ws_blank, (llh + 1) & -2); in main()
493 emit(wchar_t *s, int lineno) in emit() function
584 emit(page[ll%PL], ll - PL); in incr()
/illumos-gate/usr/src/cmd/news/
H A Dnews.c349 late_news(void(*emit)(), int update) in late_news() argument
374 (*emit) (n_list[i].n_name); in late_news()
377 (*emit) ((char *) NULL); in late_news()
/illumos-gate/usr/src/common/ficl/softcore/
H A Dficl.fr67 dup $80 u< if emit exit then \ special case ASCII
72 begin dup $80 u< 0= while emit repeat drop
H A Dsoftcore.fr19 : space ( -- ) bl emit ;
160 IF drop [char] . THEN emit
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.h168 extern void emit(definition *);
H A Drpc_cout.c68 emit(definition *def) in emit() function
H A Drpc_main.c427 emit(def); in c_output()
/illumos-gate/usr/src/test/elf-tests/tests/resolution/mixed-hidden-comdat/
H A DREADME.md6 often emit technically incorrect COMDAT sections where by the sections are not
/illumos-gate/usr/src/contrib/ast/src/cmd/msgcc/
H A DNOTES18 commands that don't emit messages before optget() need not change
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A DREADME49 3. Many tests will cause clang not to emit DWARF information because
/illumos-gate/usr/src/cmd/geniconvtbl/samples/
H A DISO-2022-JP_to_eucJP.src51 // We will emit four bytes.
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h291 extern void emit __P((int, int, void *, struct frentry *));
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.tab204 REGUARD # emit header guard define at file pop
H A DRELEASE104 02-03-11 pplex.c: add pp:modern to emit \a \v instead of octal forms
262 add pp:reguard to emit #define and #undef (for C++ templates)
281 don't emit unkown directives inside #if 0 ... #endif
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c263 emit(-1, -1, NULL, NULL);
H A Dipfcomp.c290 void emit(num, dir, v, fr) in emit() function
978 emit(-1, dir, m, NULL);
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun71 def emit(self, record):
74 WatchedFileHandler.emit(self, record)
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE239 05-12-07 iffe.sh: don't emit <stdio.h> if <sfio.h>|<ast.h> (XXX)
688 iffe: fix bug that didn't emit _hdr_foo for internal hdr tests
689 iffe: fix lcl bug for cc -E that doesn't emit line syncs
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt422 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
1982 can emit multiple externals for the same object, or it become confused
2049 Also, only emit the thread ID when executing under AcpiExec (Context
3307 apparently automatically emit some of the necessary externals. This
4644 Apparently some or all versions of acpidump will occasionally emit a
8123 Debugger: Enhanced the Statistics/Memory command to emit the total
10476 Enhanced the disassembler to emit compilable code in the face of
13677 and does not emit non-printable characters.
[all …]

12