Searched refs:got (Results 51 - 75 of 143) sorted by relevance

123456

/freebsd-9.3-release/sys/conf/
H A Dldscript.ia6441 .rela.got : { *(.rela.got) }
84 .got : { *(.got.plt) *(.got) }
H A Dldscript.mips.cfe108 .rel.got : { *(.rel.got) }
109 .rela.got : { *(.rela.got) }
238 .got : { *(.got.plt) *(.got) }
/freebsd-9.3-release/sys/fs/msdosfs/
H A Dmsdosfs_fat.c65 u_long *got);
82 u_long *got);
703 * got - how many clusters were actually allocated.
706 chainalloc(pmp, start, count, fillwith, retcluster, got)
712 u_long *got;
734 if (got)
735 *got = count;
748 * got - how many clusters were actually allocated.
752 u_long fillwith, u_long *retcluster, u_long *got)
757 error = clusteralloc1(pmp, start, count, fillwith, retcluster, got);
751 clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got) argument
763 clusteralloc1(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got) argument
981 u_long cn, got; local
[all...]
H A Dfat.h71 * than 4078 ((CLUST_RSRVS - CLUST_FIRST) & FAT12_MASK) then we've got a
97 int clusteralloc(struct msdosfsmount *pmp, u_long start, u_long count, u_long fillwith, u_long *retcluster, u_long *got);
/freebsd-9.3-release/tools/regression/poll/
H A Dsockpoll.c51 report(int num, const char *state, int expected, int got) argument
53 if (expected == got)
57 printf(" state %s: expected %s; got %s\n",
58 state, decode_events(expected), decode_events(got));
H A Dpipepoll.c57 report(int num, const char *state, int expected, int got, int res, argument
67 if (expected == got)
73 printf("expected %s; got %s\n", decode_events(expected),
74 decode_events(got));
H A Dpipeselect.c36 report(int num, const char *state, int expected, int got) argument
38 if (!expected == !got)
42 printf(" %s state %s: expected %s; got %s\n",
45 state, decode_events(expected), decode_events(got));
/freebsd-9.3-release/contrib/cvs/lib/
H A DMakefile.am100 MOSTLYCLEANFILES += getdate-expected getdate-got getdate.diff
/freebsd-9.3-release/lib/libc/powerpc/sys/
H A Dsbrk.S48 lwz %r5,HIDENAME(curbrk)@got(%r5)
/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h92 u_int32_t got; /* Number of bytes we have received */ member in struct:ng_h4_info
/freebsd-9.3-release/lib/libz/
H A Dgzread.c57 unsigned got; local
72 state->size - strm->avail_in, &got) == -1)
74 strm->avail_in += got;
296 unsigned got, n; local
330 got = 0;
376 got += n;
381 return (int)got;
H A Dgzwrite.c77 int ret, got; local
87 got = write(state->fd, strm->next_in, strm->avail_in);
88 if (got < 0 || (unsigned)got != strm->avail_in) {
104 if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
105 (unsigned)got != have)) {
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_bmap.c3070 xfs_bmbt_irec_t got; /* current extent entry */ local
3071 xfs_fileoff_t got_endoff; /* first offset past got */
3089 xfs_bmbt_get_all(ep, &got);
3090 ASSERT(got.br_startoff <= del->br_startoff);
3092 got_endoff = got.br_startoff + got.br_blockcount;
3094 delay = ISNULLSTARTBLOCK(got.br_startblock);
3140 if ((error = xfs_bmbt_lookup_eq(cur, got.br_startoff,
3141 got.br_startblock, got
4368 xfs_bmbt_irec_t got; /* current extent value */ local
4728 xfs_bmbt_irec_t got; /* current file extent record */ local
5322 xfs_bmbt_irec_t got; /* current file extent record */ local
5385 xfs_bmbt_irec_t got; /* current extent record */ local
5515 ifp, lastx), &got); local
[all...]
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c440 struct ieee80211_frame *got, int glen)
445 if (memcmp(sent->i_addr1, got->i_addr1, 6) != 0)
449 (got->i_fc[0] & IEEE80211_FC0_TYPE_MASK))
453 (got->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK))
457 if ((got->i_fc[0] & IEEE80211_FC0_TYPE_MASK) == IEEE80211_FC0_TYPE_CTL)
460 if (memcmp(sent->i_addr2, got->i_addr2, 6) == 0 &&
461 memcmp(sent->i_addr3, got->i_addr3, 6) == 0)
467 int do_verify(struct ieee80211_frame *sent, int slen, void *got, int glen) argument
470 struct bpf_hdr *bpfh = got;
507 /* check if it got mangle
439 possible_match(struct ieee80211_frame *sent, int slen, struct ieee80211_frame *got, int glen) argument
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dbuffer.c937 buf_read_data (buf, want, retdata, got)
941 int *got;
991 *got = want;
997 *got = buf->data->size;
1312 stdio_buffer_input (closure, data, need, size, got)
1317 int *got;
1342 *got = 1;
1350 *got = 0;
1359 *got = nbytes;
1643 packetizing_buffer_input (closure, data, need, size, got)
[all...]
H A Dbuffer.h53 int *got));
/freebsd-9.3-release/contrib/openpam/t/
H A Dt_openpam_readword.c57 char *got; local
60 got = openpam_readword(tf->file, &lineno, &len);
63 if (expected != NULL && got == NULL) {
64 t_verbose("expected <<%s>>, got nothing\n", expected);
67 if (expected == NULL && got != NULL) {
68 t_verbose("expected nothing, got <<%s>>\n", got);
71 if (expected != NULL && got != NULL && strcmp(expected, got) != 0) {
72 t_verbose("expected <<%s>>, got <<
[all...]
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.S74 j 1f # integer fraction got
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-ppc.c1992 /* This is what we want for new plt/got. */
2411 asection *got;
2426 /* The .got.plt section (VxWorks only)*/
2435 /* TLS local dynamic got entry handling. */
2542 /* Create .got and the related sections. */
2555 htab->got = s = bfd_get_section_by_name (abfd, ".got");
2561 htab->sgotplt = bfd_get_section_by_name (abfd, ".got.plt");
2567 /* The powerpc .got has a blrl instruction in it. Mark it
2577 htab->relgot = bfd_make_section_with_flags (abfd, ".rela.got", flag
2406 asection *got; member in struct:ppc_elf_link_hash_table
7087 bfd_vma got = 0; local
7213 bfd_vma got; local
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dradius.c245 * rad_continue_send_request() has given us `got' (non-zero). Deal with it.
248 radius_Process(struct radius *r, int got) argument
268 switch (got) {
322 got, rad_strerror(r->cx.rad));
329 /* Let's see what we've got in our reply */
642 } else if (got == RAD_ACCESS_REJECT)
658 int got; local
661 if ((got = rad_continue_send_request(r->cx.rad, sel, &r->cx.fd, &tv)) == 0) {
669 radius_Process(r, got);
901 int got; local
1100 int got; local
[all...]
H A Dbundle.c1382 ssize_t got; local
1431 if ((got = recvmsg(s, &msg, MSG_WAITALL)) != (ssize_t)iov[0].iov_len) {
1432 if (got == -1)
1436 got, (unsigned)iov[0].iov_len);
1484 if ((got = write(fd[1], &pid, sizeof pid)) != sizeof pid) {
1485 if (got == -1)
1488 log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got,
1497 if ((got = readv(fd[1], iov + 1, niov - 1)) != expect) {
1498 if (got == -1)
1501 log_Printf(LogERROR, "Failed write: Got %zd, not %d\n", got, expec
1549 ssize_t got; local
[all...]
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Dsol-ci.asm36 # This file just supplies labeled starting points for the .got* and other
78 # lwz %r3,_ex_shared0@got(%r31)
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Delf.sc16 # (e.g. PPC32 .fixup, .got[12])
31 # OTHER_GOT_SYMBOLS - symbols defined just before .got.
32 # OTHER_GOT_SECTIONS - sections just after .got.
37 # PLT_BEFORE_GOT - .plt just before .got when .plt is in data segement.
53 # SEPARATE_GOTPLT - if set, .got.plt should be separate output section,
54 # so that .got can be in the RELRO area. It should be set to
55 # the number of bytes in the beginning of .got.plt which can be
118 GOT=".got ${RELOCATING-0} : { *(.got.plt) *(.got) }"
[all...]
H A Dmep.sc16 # (e.g. PPC32 .fixup, .got[12])
28 # OTHER_GOT_SYMBOLS - symbols defined just before .got.
29 # OTHER_GOT_SECTIONS - sections just after .got.
34 # PLT_BEFORE_GOT - .plt just before .got when .plt is in data segement.
48 # SEPARATE_GOTPLT - if set, .got.plt should be separate output section,
49 # so that .got can be in the RELRO area. It should be set to
50 # the number of bytes in the beginning of .got.plt which can be
107 GOT=".got ${RELOCATING-0} : { *(.got.plt) *(.got) }"
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dgdbreplay.c76 sync_error (FILE *fp, char *desc, int expect, int got) argument
79 fprintf (stderr, "At logfile offset %ld, expected '0x%x' got '0x%x'\n",
80 ftell (fp), expect, got);

Completed in 193 milliseconds

123456