Searched refs:emit (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_printf.c100 _doprint(const char *fmt, va_list adx, void (*emit)(char, char **), char **bp) argument
113 (*emit)('\r', bp);
114 (*emit)(c, bp);
140 (*emit)('-', bp);
170 _printn(ul, b, width, pad, emit, bp);
178 (*emit)('\r', bp);
179 (*emit)(c, bp);
186 (*emit)('\r', bp);
187 (*emit)(c, bp);
192 (*emit)('
203 _printn(uint64_t n, int b, int width, int pad, void (*emit)(char, char **), char **bp) argument
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmisc.c179 #define emit(fmt, args...) {sprintf(lbuf, fmt , ## args); pager_output(lbuf);} macro
183 emit("%08lx ", (long) line);
187 emit("%02x ", *(u_int8_t *)(line + x));
189 emit("-- ");
192 emit(" ");
194 emit(" |");
200 emit("%c", c);
202 emit(" ");
205 emit("|\n");
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c106 void (*emit)(const void *, void *, size_t), void *src, int actions)
111 kwp->kw_emit = emit;
129 ksyms_snapshot(void (*emit)(const void *, void *, size_t),
197 size += ksyms_walk(&kw, buf, (bufsize - size), emit, &hdr,
199 size += ksyms_walk(&kw, buf, (bufsize - size), emit,
201 size += ksyms_walk(&kw, buf, (bufsize - size), emit,
203 size += ksyms_walk(&kw, buf, (bufsize - size), emit, NULL,
/illumos-gate/usr/src/uts/intel/io/drm/
H A Dradeon_irq.c218 drm_radeon_irq_emit_t emit; local
234 emit.irq_seq = (void *)(uintptr_t)(emit32.irq_seq);
238 DRM_COPYFROM_WITH_RETURN(&emit, (void *) data, sizeof (emit));
245 if (DRM_COPY_TO_USER(emit.irq_seq, &result, sizeof (int))) {
H A Di915_irq.c701 drm_i915_irq_emit_t emit; local
718 emit.irq_seq = (int __user *)(uintptr_t)irq_emit32.irq_seq;
720 DRM_COPYFROM_WITH_RETURN(&emit,
721 (drm_i915_irq_emit_t __user *) data, sizeof(emit));
727 if (DRM_COPY_TO_USER(emit.irq_seq, &result, sizeof(int))) {
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.h168 extern void emit(definition *);
H A Drpc_cout.c68 emit(definition *def) function
H A Drpc_main.c427 emit(def);
/illumos-gate/usr/src/cmd/news/
H A Dnews.c351 late_news(void(*emit)(), int update)
376 (*emit) (n_list[i].n_name);
379 (*emit) ((char *) NULL);
/illumos-gate/usr/src/cmd/col/
H A Dcol.c71 static void emit(wchar_t *, int);
292 emit(page[(mustwr+i) % PL], mustwr+i-PL);
293 emit(ws_blank, (llh + 1) & -2);
495 emit(wchar_t *s, int lineno) function
586 emit(page[ll%PL], ll - PL);
/illumos-gate/usr/src/lib/efcode/engine/
H A Denv.c49 * Internal "emit".
57 log_message(MSG_ERROR, "emit(%x)\n", c);
86 emit(fcode_env_t *env) function
90 CHECK_DEPTH(env, 1, "emit");
844 ANSI(0x08f, 0, "emit", emit);
854 FORTH(0, "verbose-emit", do_verbose_emit);
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h290 extern void emit __P((int, int, void *, struct frentry *));
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h157 FNPROTO(emit); variable
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf.c263 emit(-1, -1, NULL, NULL);
H A Dipfcomp.c66 * This is called once per filter rule being loaded to emit data structures
301 void emit(num, dir, v, fr) function
989 emit(-1, dir, m, NULL);
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun53 def emit(self, record):
56 WatchedFileHandler.emit(self, record)

Completed in 85 milliseconds