Searched refs:target (Results 51 - 75 of 250) sorted by relevance

12345678910

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd_pagetable.c53 fill_bsd64_pagetable (grub_uint8_t *src, grub_addr_t target) argument
68 pt3t = target + 4096;
69 pt2t = target + 8192;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dj_syscalls.d46 hotspot$target:::method-entry
58 /pid == $target/
H A Dj_syscolors.d70 hotspot$target:::method-entry,
71 hotspot$target:::method-return,
74 /self->last == 0 && pid == $target/
79 hotspot$target:::method-entry
95 hotspot$target:::method-return
112 /pid == $target/
122 /pid == $target/
132 /pid == $target/
H A Dj_profile.d68 /pid == $target/
H A Dpy_mallocstk.d40 pid$target:libc:malloc:entry
H A Dpy_profile.d69 /pid == $target/
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Java/
H A Dj_syscalls.d46 hotspot$target:::method-entry
58 /pid == $target/
H A Dj_syscolors.d70 hotspot$target:::method-entry,
71 hotspot$target:::method-return,
74 /self->last == 0 && pid == $target/
79 hotspot$target:::method-entry
95 hotspot$target:::method-return
112 /pid == $target/
122 /pid == $target/
132 /pid == $target/
H A Dj_profile.d68 /pid == $target/
/osnet-11/usr/src/lib/libsoftcrypto/common/
H A Dmechstr.c76 mechstr_t target; local
79 target.num = mech_type;
80 target.str = NULL;
82 result = (mechstr_t *)bsearch((void *)&target, (void *)mechstrlist,
/osnet-11/usr/src/lib/sun_fc/common/
H A DIOError.cc73 * @memo Log a target I/O error message
75 * @param target The target wwn which failed
77 IOError::IOError(HBAPort *port, uint64_t target) : argument
81 "On HBA port %016llx target %016llx (%s)", port->getPortWWN(),
82 target, strerror(errno));
88 * @param target The target wwn which failed
91 IOError::IOError(HBAPort *port, uint64_t target, uint64_t lun) : argument
95 "On HBA port %016llx target
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Maketext/
H A DGuts.pm22 my $target = ref($_[0]) || $_[0];
54 $target->_die_pointing($_[1], "Unterminated bracket group");
56 $target->_die_pointing($_[1], "You can't nest bracket groups");
136 $target->_die_pointing(
148 $target->_die_pointing(
186 $target->_die_pointing($_[1], "Unbalanced ']'");
256 my $target = shift; # class name
291 Carp::croak( "$errmsg via $target, as used" );
/osnet-11/usr/src/lib/efcode/packages/
H A Dparse.c73 * Consists of alias:target<CR>
77 * and target is:
94 char *buffer, *line, *target, *next; local
111 if ((target = strchr(line, ':')) == NULL) {
115 *target++ = 0;
120 if (strlen(target) == 0) {
121 line_error(where, lnum, "Badly formed target");
130 define_hook(env, line, strlen(line), target);
/osnet-11/usr/src/lib/libldap4/common/
H A Dgetvalues.c44 ldap_get_values( LDAP *ld, LDAPMessage *entry, char *target )
63 if ( strcasecmp( target, attr ) == 0 )
74 if ( strcasecmp( target, attr ) == 0 )
92 ldap_get_values_len( LDAP *ld, LDAPMessage *entry, char *target )
111 if ( strcasecmp( target, attr ) == 0 )
122 if ( strcasecmp( target, attr ) == 0 )
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Python/
H A Dpy_mallocstk.d40 pid$target:libc:malloc:entry
H A Dpy_profile.d69 /pid == $target/
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_profile.c143 di_prof_add_symlink(di_prof_t prof, const char *linkname, const char *target) argument
149 syml[1] = (char *)target; /* 2nd entry must be the target */
159 di_prof_add_map(di_prof_t prof, const char *source, const char *target) argument
165 map[1] = (char *)target; /* 2nd entry must be the target */
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dgfxterm.h28 EXPORT_FUNC (grub_gfxterm_set_window) (struct grub_video_render_target *target,
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Drunexe.s41 * Prepare to jump to the target program we actually want to run.
66 * necessary if the target program we're jumping to is a dynamically
68 * copy of ld.so.1 and it will just reset %g1, but if the target
75 jmp %o1 ! jump to the target processes entry point
78 * target will never return.
/osnet-11/usr/src/lib/libresolv2/include/
H A Dprobe_ipv6.sh11 target=port_ipv6
12 new=new_${target}.h
13 old=${target}.h
38 #ifndef ${target}_h
39 #define ${target}_h
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c61 grub_phys_addr_t target; member in struct:grub_relocator_chunk
98 return in->target;
429 grub_addr_t target = 0; local
517 events[N].pos = chunk->target;
520 events[N].pos = chunk->target + chunk->size;
739 target = starta;
740 if (target < start)
741 target = start;
742 if (target + size <= end && target
1200 grub_relocator_alloc_chunk_addr(struct grub_relocator *rel, grub_relocator_chunk_t *out, grub_phys_addr_t target, grub_size_t size) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Hash/
H A DUtil.t237 my %target;
238 lock_keys ( %target, @keys ) if $lock;
241 $target{$k} = $v;
247 is (scalar keys %target, scalar keys %clean, "scalar keys for $message");
248 is (scalar values %target, scalar values %clean,
255 is_deeply( [sort keys %target] , [sort keys %clean],
257 is_deeply( [sort values %target] , [sort values %clean],
260 is_deeply( [sort %target] , [sort %clean],
263 my (@clean, @target);
267 while (my ($k, $v) = each %target) {
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dbootp.c166 grub_net_network_level_netaddress_t target; local
170 target.addr.type = GRUB_NET_NETWORK_LEVEL_PROTOCOL_IPV4;
171 target.addr.ipv4 = 0;
172 target.masksize = 0;
176 grub_net_add_route_gw (rname, target, gw);
257 grub_net_network_level_netaddress_t target; local
261 target.addr.type = GRUB_NET_NETWORK_LEVEL_PROTOCOL_IPV4;
262 target.addr.ipv4 = bp->server_ip;
263 target.masksize = 32;
267 grub_net_add_route_gw (rname, target, g
271 grub_net_network_level_netaddress_t target; local
568 grub_net_network_level_address_t target; local
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfseek.c86 off_t target, curoff; local
218 target = offset;
223 target = st.st_size + offset;
263 ** If the target offset is within the current buffer,
269 if (target >= curoff && target < curoff + (off_t) n)
271 register int o = target - curoff;
291 curoff = target & ~(fp->f_blksize - 1);
299 n = target - curoff;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dpopup.cgi11 print $query->start_form(-target=>'_new');

Completed in 69 milliseconds

12345678910