Searched refs:target (Results 26 - 50 of 250) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Drb_malloc.d49 ruby$target:::function-entry
56 ruby$target:::object-create-start
63 pid$target:libc:malloc:entry
69 pid$target:libc:malloc:entry
H A Dsh_syscolors.d64 sh$target:::function-entry,
65 sh$target:::function-return,
66 sh$target:::builtin-entry,
67 sh$target:::command-entry,
68 sh$target:::line,
71 /self->last == 0 && pid == $target/
76 sh$target:::function-entry
86 sh$target:::function-return
96 sh$target:::builtin-entry
106 sh$target
[all...]
H A Drb_syscalls.d49 ruby$target:::function-entry
56 /pid == $target/
63 printf("\nCalls for PID %d,\n\n", $target);
H A Dtcl_syscalls.d45 tcl$target:::proc-entry
50 tcl$target:::cmd-entry
56 /pid == $target/
H A Dsh_wasted.d54 sh$target:::command-entry
59 sh$target:::command-return
66 sh$target:::command-return
73 sh$target:::command-return
82 /pid == $target/
H A Dsh_pidcolors.d13 * pid$target:a.out:e*:entry,
14 * pid$target:a.out:e*:return
72 sh$target:::function-entry,
73 sh$target:::function-return,
74 sh$target:::builtin-entry,
75 sh$target:::command-entry,
79 pid$target:a.out:e*:entry,
80 pid$target:a.out:e*:return
81 /self->last == 0 && pid == $target/
86 sh$target
[all...]
H A Drb_syscolors.d66 ruby$target:::function-entry,
67 ruby$target:::function-return,
68 ruby$target:::line,
71 /self->last == 0 && pid == $target/
76 ruby$target:::function-entry
87 ruby$target:::function-return
98 ruby$target:::line
108 /pid == $target/
119 /pid == $target/
130 /pid == $target/
[all...]
H A Dtcl_syscolors.d62 tcl$target:::method-entry,
63 tcl$target:::method-return,
66 /self->last == 0 && pid == $target/
71 tcl$target:::proc-entry
82 tcl$target:::proc-return
93 tcl$target:::cmd-entry
104 tcl$target:::cmd-return
116 /pid == $target/
126 /pid == $target/
136 /pid == $target/
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Perl/
H A Dpl_malloc.d44 perl$target:::sub-entry
50 perl$target:::sub-return
56 pid$target:libc:malloc:entry
63 pid$target:libc:malloc:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Php/
H A Dphp_malloc.d44 php$target:::function-entry
51 php$target:::function-return
57 pid$target:libc:malloc:entry
64 pid$target:libc:malloc:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_malloc.d44 python$target:::function-entry
50 python$target:::function-return
56 pid$target:libc:malloc:entry
63 pid$target:libc:malloc:entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_malloc.d49 ruby$target:::function-entry
56 ruby$target:::object-create-start
63 pid$target:libc:malloc:entry
69 pid$target:libc:malloc:entry
H A Drb_syscalls.d49 ruby$target:::function-entry
56 /pid == $target/
63 printf("\nCalls for PID %d,\n\n", $target);
H A Drb_syscolors.d66 ruby$target:::function-entry,
67 ruby$target:::function-return,
68 ruby$target:::line,
71 /self->last == 0 && pid == $target/
76 ruby$target:::function-entry
87 ruby$target:::function-return
98 ruby$target:::line
108 /pid == $target/
119 /pid == $target/
130 /pid == $target/
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_syscolors.d64 sh$target:::function-entry,
65 sh$target:::function-return,
66 sh$target:::builtin-entry,
67 sh$target:::command-entry,
68 sh$target:::line,
71 /self->last == 0 && pid == $target/
76 sh$target:::function-entry
86 sh$target:::function-return
96 sh$target:::builtin-entry
106 sh$target
[all...]
H A Dsh_wasted.d54 sh$target:::command-entry
59 sh$target:::command-return
66 sh$target:::command-return
73 sh$target:::command-return
82 /pid == $target/
H A Dsh_pidcolors.d13 * pid$target:a.out:e*:entry,
14 * pid$target:a.out:e*:return
72 sh$target:::function-entry,
73 sh$target:::function-return,
74 sh$target:::builtin-entry,
75 sh$target:::command-entry,
79 pid$target:a.out:e*:entry,
80 pid$target:a.out:e*:return
81 /self->last == 0 && pid == $target/
86 sh$target
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_syscalls.d45 tcl$target:::proc-entry
50 tcl$target:::cmd-entry
56 /pid == $target/
H A Dtcl_syscolors.d62 tcl$target:::method-entry,
63 tcl$target:::method-return,
66 /self->last == 0 && pid == $target/
71 tcl$target:::proc-entry
82 tcl$target:::proc-return
93 tcl$target:::cmd-entry
104 tcl$target:::cmd-return
116 /pid == $target/
126 /pid == $target/
136 /pid == $target/
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c133 #define STR_TGT_UNKNOWN "unknown target"
189 char *target; local
237 check_tgt(a->target, target);
238 len += strlen(cmd) + strlen(target);
239 DBG("<%s><%s>", cmd, target);
244 target = STR_BD;
246 check_tgt(a->cname, target);
247 len += strlen(cmd) + strlen(target);
248 DBG("<%s><%s>", cmd, target);
445 char *target; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dvideo_fb.c115 /* Copy mode info from active render target. */
201 /* Maps color name to target optimized color format. */
227 /* Maps RGB to target optimized color format. */
295 /* Maps RGBA to target optimized color format. */
334 /* Splits target optimized format to components. */
453 struct grub_video_fbblit_info target; local
485 target.mode_info = &framebuffer.render_target->mode_info;
486 target.data = framebuffer.render_target->data;
489 mapped to target format so we can make assumptions based on that. */
490 if (target
536 common_blitter(struct grub_video_fbblit_info *target, struct grub_video_fbblit_info *source, enum grub_video_blit_operators oper, int x, int y, unsigned int width, unsigned int height, int offset_x, int offset_y) argument
814 struct grub_video_fbblit_info target; local
1036 struct grub_video_fbblit_info target; local
1156 struct grub_video_fbrender_target *target; local
1229 struct grub_video_fbrender_target *target; local
1270 grub_video_fb_delete_render_target(struct grub_video_fbrender_target *target) argument
1289 grub_video_fb_set_active_render_target(struct grub_video_fbrender_target *target) argument
1305 grub_video_fb_get_active_render_target(struct grub_video_fbrender_target **target) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c57 write_reg (int regn, grub_uint32_t val, void **target) argument
60 *(grub_uint32_t *) *target = ((0x3c00 | regn) << 16) | ((val + 0x8000) >> 16);
61 *target = ((grub_uint32_t *) *target) + 1;
63 *(grub_uint32_t *) *target = (((0x2400 | regn << 5 | regn) << 16)
65 *target = ((grub_uint32_t *) *target) + 1;
69 write_jump (int regn, void **target) argument
72 *(grub_uint32_t *) *target = (regn<<21) | 0x8;
73 *target
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_array.c71 caddr_t target = *addrp; local
89 if (target == NULL)
94 *addrp = target = malloc(nodesize);
95 if (target == NULL) {
99 (void) memset(target, 0, nodesize);
110 stat = (*elproc)(xdrs, target);
111 target += elsize;
/osnet-11/usr/src/lib/efcode/engine/
H A Dinterp.c37 token_t target, indirect; local
55 target = indirect & ~1;
56 target = *((token_t *)target);
58 target = indirect;
59 fn = (void (*)(fcode_env_t *)) target;
64 WA = (token_t *) target;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dacpi.c150 grub_uint8_t *targetebda, *target; local
195 target = targetebda;
206 for (; target < targetebda + 0x400 - v2->length; target += 0x10)
207 if (grub_memcmp (target, "RSD PTR ", 8) == 0
208 && grub_byte_checksum (target,
210 && ((struct grub_acpi_rsdp_v10 *) target)->revision != 0
211 && ((struct grub_acpi_rsdp_v20 *) target)->length <= v2->length)
213 grub_memcpy (target, v2, v2->length);
214 grub_dprintf ("acpi", "Copying rsdpv2 to %p\n", target);
[all...]

Completed in 7047 milliseconds

12345678910