Searched refs:ustack (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/dtrace-147/test/tst/common/stack/
H A Derr.D_USTACK_FRAMES.bad.d31 * ustack() first argument must be a non-zero positive integer constant
33 * SECTION: User Process Tracing/ustack();
34 * Actions and Subroutines/ustack()
41 ustack(0, 200);
H A Derr.D_USTACK_PROTO.bad.d31 * ustack() accepts two arguments
33 * SECTION: User Process Tracing/ustack();
34 * Actions and Subroutines/ustack()
41 ustack(1, 10, "badarg");
H A Derr.D_USTACK_STRSIZE.bad.d31 * ustack() second argument must be a positive integer constant.
33 * SECTION: User Process Tracing/ustack();
34 * Actions and Subroutines/ustack()
41 ustack(1, "badarg");
/macosx-10.10/dtrace-147/test/tst/i386/ustack/
H A Dtst.annotated_helper.d29 dtrace:helper:ustack:
H A Dtst.helper_helper.d29 dtrace:helper:ustack:
H A Dtst.annotated.d33 ustack(1, 1024);
H A Dtst.helper.d42 ustack(2, 1024);
/macosx-10.10/dtrace-147/test/tst/sparc/ustack/
H A Dtst.annotated_helper.d29 dtrace:helper:ustack:
H A Dtst.helper_helper.d29 dtrace:helper:ustack:
H A Dtst.annotated.d33 ustack(1, 1024);
H A Dtst.helper.d42 ustack(2, 1024);
/macosx-10.10/dtrace-147/test/tst/i386/
H A DMakefile32 clobber := DSRC += ustack/tst.helper_helper.d ustack/tst.annotated_helper.d
34 all: ustack/tst.helper.exe ustack/tst.annotated.exe
36 ustack/tst.helper.exe: ustack/tst.helper.o ustack/tst.helper_helper.o
37 $(CC) -o ustack/tst.helper.exe \
38 ustack/tst.helper.o ustack/ts
[all...]
/macosx-10.10/dtrace-147/test/tst/sparc/
H A DMakefile32 clobber := DSRC += ustack/tst.helper_helper.d ustack/tst.annotated_helper.d
34 all: ustack/tst.helper.exe ustack/tst.annotated.exe
36 ustack/tst.helper.exe: ustack/tst.helper.o ustack/tst.helper_helper.o
37 $(CC) -o ustack/tst.helper.exe \
38 ustack/tst.helper.o ustack/ts
[all...]
/macosx-10.10/dtrace-147/test/tst/common/printa/
H A Derr.D_PRINTF_ARG_TYPE.ustack.d27 #pragma ident "@(#)err.D_PRINTF_ARG_TYPE.ustack.d 1.1 06/08/28 SMI"
31 @[ustack()] = count();
H A Dtst.stack.d32 @[ustack()] = count();
/macosx-10.10/text_cmds-88/ed/
H A Dundo.c35 undo_t *ustack = NULL; /* undo stack */ variable
46 if (ustack == NULL &&
47 (ustack = (undo_t *) malloc((usize = USIZE) * sizeof(undo_t))) == NULL) {
53 t = ustack;
55 (t = (undo_t *) realloc(ustack, (usize += USIZE) * sizeof(undo_t))) != NULL) {
56 ustack = t;
57 ustack[u_p].type = type;
58 ustack[u_p].t = get_addressed_line_node(to);
59 ustack[u_p].h = get_addressed_line_node(from);
60 return ustack
[all...]
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.ustack.d27 #pragma ident "@(#)tst.ustack.d 1.1 06/08/28 SMI"
31 * Call ustack() at every fbt probe point.
33 * SECTION: Actions and Subroutines/ustack();
45 ustack();
/macosx-10.10/dtrace-147/test/tst/common/aggs/
H A Dtst.signature.d35 @stk[ustack()] = count();
46 @stk[ustack()] = count();
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap_rb_stats_script.d47 ustack();
/macosx-10.10/autofs-246/watch_for_automounts/
H A Dwatch_for_automounts26 ustack();
/macosx-10.10/libdispatch-442.1.4/tools/
H A Ddispatch_timers.d66 printf(" / --- Begin ustack");
67 ustack();
68 printf(" \ --- End ustack\n");
/macosx-10.10/dtrace-147/test/tst/common/
H A DMake.ppc64.sh19 gcc -arch ppc64 ./ustack/tst.spin.c -o a.out; mv a.out ./ustack/tst.spin.exe
H A DMake.sh19 gcc -arch i386 ./ustack/tst.spin.c -o a.out; mv a.out ./ustack/tst.spin.exe
/macosx-10.10/dtrace-147/test/tst/common/ustack/
H A Dtst.depth.ksh55 ustack(100);
H A Dtst.spin.ksh56 @stacks[ustack(4)] = count();

Completed in 325 milliseconds

12