HomeSort by: relevance | last modified time | path
    Searched refs:ustack (Results 1 - 7 of 7) sorted by relevancy

  /src/bin/ed/
undo.c 43 undo_t *ustack = NULL; /* undo stack */ variable
54 (err = reallocarr(&ustack, usize += USIZE, sizeof(undo_t))) == 0) {
55 ustack[u_p].type = type;
56 ustack[u_p].t = get_addressed_line_node(to);
57 ustack[u_p].h = get_addressed_line_node(from);
58 return ustack + u_p++;
64 free(ustack);
65 ustack = NULL;
97 switch(ustack[n].type) {
99 REQUE(ustack[n].h->q_back, ustack[n].t->q_forw)
    [all...]
  /src/sys/arch/luna68k/stand/boot/
machdep.c 173 dumpmem(int *ptr, int sz, int ustack)
183 if (ustack == 1) {
187 if (ustack == 0 &&
  /src/sys/arch/m68k/m68k/
regdump.c 111 dumpmem(int *ptr, int sz, int ustack)
124 if (ustack == 1) {
  /src/external/cddl/dtracetoolkit/dist/Bin/
crash.d 93 ustack();
  /src/external/cddl/dtracetoolkit/dist/Proc/
crash.d 93 ustack();
  /src/external/apache2/llvm/dist/clang/utils/perf-training/
perf-helper.py 56 parser.add_argument('--use-ustack', required=False, action='store_true',
57 help='Use dtrace\'s ustack to print function names')
80 action = 'ustack(1);'
180 # the output of a dtrace run logging either probefunc or ustack(1) and
207 # If there is a '`' in the line, assume it is a ustack(1) entry in
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 3628 uint64_t ustack[3]; local
3637 ustack[2] = 0;
3639 dtrace_getupcstack(ustack, 3);
3641 mstate->dtms_ucaller = ustack[2];
7394 * Now we want to walk up the stack, calling the USTACK helper. For
16799 if (strcmp(desc->dtpd_func, "ustack") != 0)

Completed in 28 milliseconds