Searched refs:got (Results 1 - 25 of 89) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/boot/compressed/
H A Dvmlinux.lds.S17 .got : { *(.got) _egot = .; *(.got.*) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm573 my (%got) = %$default ;
601 { $got{$key} = $value }
611 return \%got ;
616 my $got = shift ;
619 if (defined $got->{Encrypt}) {
621 if !ref $got->{Encrypt} || ref $got->{Encrypt} ne 'HASH' ;
623 my %config = %{ $got->{Encrypt} } ;
633 $got->{"Enc_Passwd"} = $p->{Password};
634 $got
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dconfig_bfin.h56 #define RELOC(reg,got,obj) reg = [got + obj@GOT17M4]
58 #define RELOC(reg,got,obj) reg.L = obj; reg.H = obj
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dhvconsole.c42 unsigned long got; local
44 if (plpar_get_term_char(vtermno, &got, buf) == H_SUCCESS)
45 return got;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_vio.c52 unsigned long got; local
57 * so we play safe and avoid the situation where got > count which could
63 got = hvc_get_chars(vtermno, buf, count);
65 for (i = 1; i < got; ++i) {
67 --got;
68 if (i < got)
70 got - i);
73 return got;
H A Dhvc_beat.c47 unsigned long got; local
65 if (beat_get_term_char(vtermno, &got,
67 qlen = got;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_user_pages.c58 size_t got; local
72 for (got = 0; got < num_pages; got += ret) {
74 start_page + got * PAGE_SIZE,
75 num_pages - got, 1, 1,
76 p + got, vma);
87 __ipath_release_user_pages(p, got, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dmodule.h16 struct elf64_shdr *got; /* global offset table */ member in struct:mod_arch_specific
23 unsigned int next_got_entry; /* index of next available got entry */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Duml.lds.S78 .got : { *(.got.plt) *(.got) }
H A Ddyn.lds.S54 .rel.got : { *(.rel.got) }
55 .rela.got : { *(.rela.got) }
138 .got : { *(.got.plt) *(.got) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dmodule.c81 bits above 256 to store the got offset for this reloc. */
91 Elf64_Shdr *esechdrs, *symtab, *s, *got; local
95 symtab = got = NULL;
103 else if (!strcmp(".got", secstrings + s->sh_name)) {
104 got = s;
112 if (!got) {
113 printk(KERN_ERR "module %s: no got section\n", me->name);
121 got->sh_size = 0;
122 got->sh_addralign = 8;
123 got
166 unsigned long got, gp; local
[all...]
H A Dvmlinux.lds.S96 .got : { *(.got) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dvmlinux.lds.S20 .rel.got : { *(.rel.got) }
21 .rela.got : { *(.rela.got) }
74 *(.got.plt) *(.got)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dvmlinux.lds.S172 *(.got.plt) *(.got)
184 .got : {
186 *(.got)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S42 *(.got.plt) *(.got)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvsyscall.lds.S32 *(.got.plt) *(.got)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.lds.S57 *(.got.plt) *(.got)
H A Dvmlinux.lds.S225 .got : AT(ADDR(.got) - LOAD_OFFSET)
226 { *(.got.plt) *(.got) }
227 __gp = ADDR(.got) + 0x200000;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dutil.pm194 my @got = <CAT>;
195 @got = sort @got;
197 my $result = join('', @got) || "" ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm251 die "You said to run 0 tests! You've got to run something.\n";
457 $Test->is_eq($got, $expected, $name);
459 Like Test::More's is(). Checks if $got eq $expected. This is the
464 $Test->is_num($got, $expected, $name);
466 Like Test::More's is(). Checks if $got == $expected. This is the
472 my($self, $got, $expect, $name) = @_;
475 if( !defined $got || !defined $expect ) {
477 my $test = !defined $got && !defined $expect;
480 $self->_is_diag($got, 'eq', $expect) unless $test;
484 return $self->cmp_ok($got, 'e
523 got: %s label
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S57 .got : { *(.got) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S52 .got ALIGN(8) : { *(.got .toc) }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java78 static void checkEquals(Object expected, Object got) { argument
79 if ((expected != null) ? (!expected.equals(got)) : (got != null)) {
80 TestCase.fail("Expected:\n" + expected + "\nBut got:\n" + got);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c463 ssize_t got; local
471 got = read(G.dev_fd, buffer, try * BLOCK_SIZE);
472 if (got < 0)
473 got = 0;
474 try = ((size_t)got) / BLOCK_SIZE;
476 if (got & (BLOCK_SIZE - 1))
495 size_t try, got; local
507 got = do_check(G.check_blocks_buffer, try, G.currently_testing);
508 G.currently_testing += got;
509 if (got
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.c3057 xfs_bmbt_irec_t got; /* current extent entry */ local
3058 xfs_fileoff_t got_endoff; /* first offset past got */
3076 xfs_bmbt_get_all(ep, &got);
3077 ASSERT(got.br_startoff <= del->br_startoff);
3079 got_endoff = got.br_startoff + got.br_blockcount;
3081 delay = ISNULLSTARTBLOCK(got.br_startblock);
3127 if ((error = xfs_bmbt_lookup_eq(cur, got.br_startoff,
3128 got.br_startblock, got
4360 xfs_bmbt_irec_t got; /* current extent value */ local
4719 xfs_bmbt_irec_t got; /* current file extent record */ local
5313 xfs_bmbt_irec_t got; /* current file extent record */ local
5376 xfs_bmbt_irec_t got; /* current extent record */ local
5506 ifp, lastx), &got); local
[all...]

Completed in 198 milliseconds

1234