/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_misc.h | 35 krb5_principal source); 37 * requires target, source, and source->realm are allocated 38 * effects Copies source->realm into target->realm.
|
H A D | asn1_misc.c | 31 asn1_krb5_realm_copy(krb5_principal target, krb5_principal source) argument 33 target->realm.length = source->realm.length; 36 memcpy(target->realm.data,source->realm.data, /* to client */
|
/osnet-11/usr/src/grub/grub2/grub-core/video/fb/ |
H A D | fbutil.c | 35 grub_video_fb_get_video_ptr (struct grub_video_fbblit_info *source, argument 40 switch (source->mode_info->bpp) 43 ptr = source->data + y * source->mode_info->pitch + x * 4; 47 ptr = source->data + y * source->mode_info->pitch + x * 3; 52 ptr = source->data + y * source->mode_info->pitch + x * 2; 56 ptr = source->data + y * source 70 get_pixel(struct grub_video_fbblit_info *source, unsigned int x, unsigned int y) argument 116 set_pixel(struct grub_video_fbblit_info *source, unsigned int x, unsigned int y, grub_video_color_t color) argument [all...] |
H A D | video_fb.c | 350 /* Splits color in source format to components. */ 352 grub_video_fb_unmap_color_int (struct grub_video_fbblit_info * source, argument 358 mode_info = source->mode_info; 423 if (source->mode_info->reserved_mask_size > 0) 537 struct grub_video_fbblit_info *source, 547 if (source->mode_info->blit_format == GRUB_VIDEO_BLIT_FORMAT_RGBA_8888) 551 grub_video_fbblit_replace_directN (target, source, 558 grub_video_fbblit_replace_BGRX8888_RGBX8888 (target, source, 565 grub_video_fbblit_replace_BGR888_RGBX8888 (target, source, 572 grub_video_fbblit_replace_RGB888_RGBX8888 (target, source, 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 813 struct grub_video_fbblit_info source; local 899 grub_video_fb_blit_render_target(struct grub_video_fbrender_target *source, enum grub_video_blit_operators oper, int x, int y, int offset_x, int offset_y, unsigned int width, unsigned int height) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/Maketext/ |
H A D | GutsLoader.pm | 32 my $source; 33 { local $/; $source = <IN>; } 35 unless( $source =~ s/\b(use utf8)/# $1/ ) { 39 eval $source;
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ConsumerEvent.java | 46 * Creates a consumer event with the given source {@link Consumer} 49 * @param source the {@link Consumer} that is the source of the 54 ConsumerEvent(Object source, long timeNanos) argument 56 super(source);
|
H A D | DataEvent.java | 56 DataEvent(Object source, ProbeData generatedData) argument 58 super(source); 113 buf.append("[source = ");
|
H A D | DropEvent.java | 54 DropEvent(Object source, Drop dataDrop) argument 56 super(source); 110 buf.append("[source = ");
|
H A D | ErrorEvent.java | 51 * @param source the {@link Consumer} that is the source of this event 56 ErrorEvent(Object source, Error dtraceError) argument 58 super(source); 112 buf.append("[source = ");
|
H A D | ProcessEvent.java | 53 * @param source the {@link Consumer} that is the source of this event 58 ProcessEvent(Object source, ProcessState p) argument 60 super(source); 114 buf.append("[source = ");
|
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/ |
H A D | oid.h | 42 OM_uint32 __OID_copy_desc(gss_OID dest, const gss_OID_desc * const source); 43 OM_uint32 __OID_copy(gss_OID *dest, const gss_OID_desc * const source); 45 OM_uint32 __OID_copy_set(gss_OID_set *dest, gss_OID_set source);
|
H A D | oid.c | 73 __OID_copy_desc(gss_OID dest, const gss_OID_desc * const source) argument 77 dest->elements = (void *)New(char, source->length); 82 dest->length = source->length; 85 memcpy(dest->elements, source->elements, dest->length); 92 __OID_copy(gss_OID *dest, const gss_OID_desc * const source) argument 105 if (__OID_copy_desc(oid, source) != DH_SUCCESS) { 131 __OID_copy_set(gss_OID_set *dest, gss_OID_set source) argument 145 set->elements = New(gss_OID_desc, source->count); 151 set->count = source->count; 153 /* Add each member of the source se [all...] |
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | fbutil.h | 34 void *grub_video_fb_get_video_ptr (struct grub_video_fbblit_info *source, 46 grub_video_color_t get_pixel (struct grub_video_fbblit_info *source, 49 void set_pixel (struct grub_video_fbblit_info *source,
|
H A D | env.h | 63 grub_env_extractor_open (int source); 66 grub_env_extractor_close (int source);
|
H A D | cryptodisk.h | 63 char *source; member in struct:grub_cryptodisk 133 grub_disk_t source); 137 grub_disk_t source, const char *cheat);
|
H A D | parser.h | 86 grub_err_t grub_parser_execute (char *source);
|
/osnet-11/usr/src/lib/lvm/libmeta/common/ |
H A D | sdssc_bind.c | 73 just_dup_string(const char *source, char **dest) argument 75 *dest = strdup(source); 80 free_dup_string(char *source) argument 82 free(source);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | Switch.pm | 88 my ($source, $line) = @_; 89 return $source unless $Perl5 && $source =~ /case|switch/ 90 || $Perl6 && $source =~ /when|given|default/; 91 pos $source = 0; 93 component: while (pos $source < length $source) 95 if ($source =~ m/(\G\s*use\s+Switch\b)/gc) 100 my @pos = Text::Balanced::_match_quotelike(\$source,qr/\s*/,1,0); 103 my $pre = substr($source, [all...] |
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memcpy.s | 39 movl 8+ 8(%esp),%esi / source buffer address 44 cmpl %esi,%edi / if (source addr > dest addr) 57 movl 8+8(%esp),%esi / %esi = source address 98 .sse: / dest is aligned, check source 102 jnz .sse_da / go to slow loop if source is unaligned 110 prefetcht0 568(%esi) / prefetch source & copy 64 byte at a time 111 prefetcht0 568(%edi) / prefetch source & copy 64 byte at a time 136 prefetchnta 16384(%esi) / prefetch source & copy 64 byte at a time 181 / use unaligned load since source doesn't line up 184 prefetchnta 16384(%esi) / prefetch source [all...] |
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | event_port.c | 59 port_associate(int port, int source, uintptr_t object, int events, void *user) argument 62 r.r_vals = _portfs(PORT_ASSOCIATE, port, source, object, events, 104 port_dissociate(int port, int source, uintptr_t object) argument 107 r.r_vals = _portfs(PORT_DISSOCIATE, port, source, object, 0, 0); 126 _port_dispatch(int port, int flags, int source, int events, uintptr_t object, argument 131 r.r_vals = _portfs(PORT_DISPATCH, port, source, events, object, 135 source, events, object, (uintptr_t)user);
|
/osnet-11/usr/src/grub/grub2/tests/util/ |
H A D | grub-shell-tester.in | 76 if [ "x${source}" != x ] ; then 81 source="${option}" ;; 85 if [ "x${source}" = x ] ; then 90 source=${tmpfile} 94 @builddir@/grub-shell --qemu-opts="${qemuopts}" --modules=${modules} ${source} >${outfile1} 97 bash ${source} >${outfile2} 101 echo "${source}: GRUB and BASH outputs did not match (see diff -u ${outfile1} ${outfile2})"
|
/osnet-11/usr/src/grub/grub2/grub-core/disk/ |
H A D | cryptodisk.c | 458 /* Try to open the source disk and populate the requested disk. */ 459 dev->source_disk = grub_disk_open (dev->source); 570 grub_free (dev->source); 582 grub_disk_t source) 584 newdev->source = grub_strdup (name); 585 if (!newdev->source) 592 newdev->source_id = source->id; 593 newdev->source_dev_id = source->dev->id; 623 grub_disk_t source, const char *cheat) 626 newdev->source 581 grub_cryptodisk_insert(grub_cryptodisk_t newdev, const char *name, grub_disk_t source) argument 622 grub_cryptodisk_cheat_insert(grub_cryptodisk_t newdev, const char *name, grub_disk_t source, const char *cheat) argument 687 grub_cryptodisk_scan_device_real(const char *name, grub_disk_t source) argument 730 grub_disk_t source; local 773 grub_disk_t source; local [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | fs3d.c | 113 fs3d_mount(const char* source, char* target, int flags, void* data) argument 115 return mount(source, target, flags, data);
|
/osnet-11/usr/src/grub/grub2/grub-core/normal/ |
H A D | context.c | 105 grub_env_extractor_open (int source) argument 108 return grub_env_new_context (source); 149 grub_env_extractor_close (int source) argument 155 if (source) 162 if (source && menu)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
H A D | Command.pm | 25 perl -MExtUtils::Command -e mv source... destination 26 perl -MExtUtils::Command -e cp source... destination 31 perl -MExtUtils::Command -e eqtime source destination 133 =item mv source... destination 135 Moves source to destination. 149 =item cp source... destination 151 Copies source to destination.
|