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

12345

/src/sys/arch/i386/stand/lib/
H A Dpread.c54 ssize_t got; local in function:pread
58 got = read(fd, buf, count);
59 if (got < 0)
63 vpbcopy(buf, dest, got);
65 dest += got;
66 rsize -= got;
67 if (got < count)
/src/lib/libwrap/
H A Dmisc.c32 int got; local in function:xgets
36 got = strlen(ptr);
37 if (got >= 1 && ptr[got - 1] == '\n') {
39 if (got >= 2 && ptr[got - 2] == '\\') {
40 got -= 2;
45 ptr += got;
46 len -= got;
/src/tests/kernel/arch/sparc/
H A Dsignalsphandler.S36 #define SETHI(label, got, reg) \
38 ld [got + reg], reg /* reg := &label */
42 #define SETHI(label, got, reg) \
H A Dcontextspfunc.S36 #define SETHI(label, got, reg) \
38 ld [got + reg], reg /* reg := &label */
42 #define SETHI(label, got, reg) \
H A Dexecsp.S36 #define SETHI(label, got, reg) \
38 ld [got + reg], reg /* reg := &label */
42 #define SETHI(label, got, reg) \
/src/sys/arch/macppc/stand/fixcoff/
H A Delf32_powerpc_merge.x17 .rel.got : { *(.rel.got) }
18 .rela.got : { *(.rela.got) }
53 *(.got.plt) *(.got)
/src/tests/fs/tmpfs/
H A Dh_funcs.subr81 got=$(wc -l kqueue.log | awk '{ print $1 }')
82 test ${got} -eq ${nev} || \
83 atf_fail "Got ${got} events but expected ${nev}"
/src/sys/external/bsd/gnu-efi/dist/gnuefi/
H A Delf_ia32_efi.lds28 *(.got.plt)
29 *(.got)
43 *(.got.plt)
44 *(.got)
62 *(.rel.got)
H A Delf_ia32_fbsd_efi.lds28 *(.got.plt)
29 *(.got)
43 *(.got.plt)
44 *(.got)
62 *(.rel.got)
H A Delf_aarch64_efi.lds28 *(.got.plt)
29 *(.got)
46 .rela.got : { *(.rela.got) }
H A Delf_arm_efi.lds28 *(.got.plt)
29 *(.got)
47 .rel.got : { *(.rel.got) }
H A Delf_mips64el_efi.lds28 *(.got.plt)
30 *(.got)
47 .rel.got : { *(.rel.got) }
H A Delf_riscv64_efi.lds32 *(.got.plt)
33 *(.got)
54 .rela.got :
55 { *(.rela.got) }
H A Delf_ia64_efi.lds29 *(.got.plt)
30 *(.got)
60 *(.rela.got)
H A Delf_x86_64_efi.lds40 *(.got.plt)
41 *(.got)
63 *(.rela.got)
H A Delf_x86_64_fbsd_efi.lds37 *(.got.plt)
38 *(.got)
58 *(.rela.got)
/src/sys/arch/bebox/stand/boot/
H A Dld.script22 .rel.got : { *(.rel.got) }
23 .rela.got : { *(.rela.got) }
56 .got : { *(.got.plt) *(.got) }
/src/sys/arch/prep/stand/boot/
H A Dld.script22 .rel.got : { *(.rel.got) }
23 .rela.got : { *(.rela.got) }
56 .got : { *(.got.plt) *(.got) }
/src/sys/arch/rs6000/stand/boot/
H A Dld.script22 .rel.got : { *(.rel.got) }
23 .rela.got : { *(.rela.got) }
56 .got : { *(.got.plt) *(.got) }
/src/libexec/ld.elf_so/arch/mips/
H A Dmips_reloc.c160 Elf_Addr *got = NULL; local in function:_rtld_relocate_nonplt_self
176 got = (Elf_Addr *)(relocbase + dynp->d_un.d_ptr);
190 i = (got[1] & 0x80000000) ? 2 : 1;
192 got += i;
194 *got++ += relocbase;
198 *got = sym->st_value + relocbase;
200 ++got;
250 Elf_Addr *got = obj->pltgot; local in function:_rtld_relocate_nonplt_objects
268 i = (got[1] & 0x80000000) ? 2 : 1;
270 got
510 Elf_Addr *got = obj->pltgot; local in function:_rtld_relocate_plt_object
540 Elf_Addr *got = (Elf_Addr *)(a2 - 0x7ff0); local in function:_rtld_bind
[all...]
/src/sys/arch/hpc/stand/hpcboot/
H A Dfile_manager.cpp110 int got; local in function:FileManager::_read
125 got = _file->read(_stream->next_out,
127 if (got == -1) {
128 return(got);
130 _stream->avail_out -= got;
136 got = _file->read(_inbuf, Z_BUFSIZE);
137 if (got <= 0)
140 _stream->avail_in = got;
278 int got; local in function:FileManager::_get_byte
280 got
[all...]
/src/sbin/dump/
H A Dtape.c279 int i, blks, got; local in function:flushtape
297 if (atomic_read(wp->fd, &got, sizeof got)
298 != sizeof got) {
305 if (got < writesize) {
315 &got, sizeof got)
316 != sizeof got) {
358 int got; local in function:trewind
370 if (atomic_read(workers[f].fd, &got, sizeo
461 int i, size, got; local in function:rollforward
939 ssize_t got, need = count; local in function:atomic_read
953 ssize_t got, need = count; local in function:atomic_write
[all...]
/src/tests/lib/libpthread/
H A Dh_resolv.c53 static int *got = NULL; variable in typeref:typename:int *
115 got[i] += error == 0;
178 if ((got = calloc(hosts->sl_cur, sizeof(int))) == NULL)
201 if (ask[i] != got[i] && got[i] != 0) {
202 warnx("Error: host %s ask %d got %d\n",
203 hosts->sl_str[i], ask[i], got[i]);
212 free(got);
/src/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c125 int got; local in function:get_byte
128 got = cread(s->fd, s->inbuf, Z_BUFSIZE);
129 if (got <= 0) {
134 s->stream.avail_in = got;
307 int got; local in function:cread
308 got = read(s->fd, s->stream.next_out,
310 if (got == -1)
311 return (got);
312 s->stream.avail_out -= got;
318 int got; local in function:cread
[all...]
/src/sys/arch/i386/stand/dosboot/
H A Ddosfile.c100 int got; local in function:dos_read
138 got = size - lsize;
140 got = dosread(df->doshandle, addr, size);
142 if (got < 0) {
150 df->off += got;
151 size -= got;

Completed in 14 milliseconds

12345