Searched refs:tb (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3bus.c746 uint64_t rtc, tb; local
749 result = lv1_get_rtc(&rtc, &tb);
/freebsd-11-stable/sys/netsmb/
H A Dsmb_rq.c326 u_int8_t tb; local
335 error = md_get_uint8(mdp, &tb);
340 error = md_get_uint8(mdp, &tb);
/freebsd-11-stable/stand/kshim/
H A Dbsd_kernel.c549 char ta, tb; local
556 tb = *b;
557 if (ta != tb)
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c31 apr_bucket_brigade *tb; member in struct:apr_memcache_conn_t
244 (*conn)->tb = apr_brigade_create((*conn)->tp, balloc);
583 rv = apr_brigade_split_line(conn->tb, conn->bb, APR_BLOCK_READ, BUFFER_SIZE);
589 rv = apr_brigade_flatten(conn->tb, conn->buffer, &bsize);
598 return apr_brigade_cleanup(conn->tb);
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsedit.c282 struct stat sb, tb; local
285 stat(t, &tb) == 0 &&
286 same_file(sb, tb, 0)
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_dgram.c2072 struct timeb tb;
2073 ftime(&tb);
2074 t->tv_sec = (long)tb.time;
2075 t->tv_usec = (long)tb.millitm * 1000;
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-der.c398 time_t *tb = (time_t *)b; local
400 return *tb - *ta;
/freebsd-11-stable/sys/libkern/
H A Dzlib.c3568 inflate_huft *tb; /* bit length decoding tree */ member in struct:inflate_blocks_state::__anon8058::__anon8059
3870 &s->sub.trees.tb, z);
3892 h = s->sub.trees.tb + ((uInt)b & inflate_mask[t]);
3913 inflate_trees_free(s->sub.trees.tb, z);
3927 inflate_trees_free(s->sub.trees.tb, z);
3928 s->sub.trees.tb = Z_NULL;
4408 int inflate_trees_bits(c, bb, tb, z)
4411 inflate_huft * FAR *tb; /* bits tree result */
4416 r = huft_build(c, 19, 19, (uIntf*)Z_NULL, (uIntf*)Z_NULL, tb, bb, z);
4421 inflate_trees_free(*tb,
[all...]
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_ioctl.c621 struct tb_profile tb; local
632 tb.rate = altq->ifbandwidth;
633 tb.depth = altq->tbrsize;
634 error = tbr_set(&ifp->if_snd, &tb);
644 struct tb_profile tb; local
661 tb.rate = 0;
662 error = tbr_set(&ifp->if_snd, &tb);
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_smb.c1245 u_int8_t tb; local
1279 md_get_uint8(mbp, &tb);
1280 size = nmlen = tb;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c2701 write_rc_toolbar (FILE *e, const rc_toolbar *tb)
2706 it = tb->items;
2698 write_rc_toolbar(FILE *e, const rc_toolbar *tb) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1496 auto *tb = dyn_cast<ThunkSection>(b); local
1505 if (ta && !tb && !ta->getTargetInputSection())
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote.c2874 char tb[2];
2876 tb[0] = c;
2877 tb[1] = 0;
2878 fputs_unfiltered (tb, gdb_stdtarg);
2866 char tb[2]; local
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_sge.c1235 T3_TRACE1(adap->tb[q->cntxt_id & 7], "doorbell Tx, cntxt %d",
2128 T3_TRACE2(sc->tb[q->cntxt_id & 7],
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh4808 8v0vv/3tb//xn/pvv/3D/mX//UVQEXJbpCwJPW8Spw/yIm2ugWXlcyFRtbLXJ3H8

Completed in 329 milliseconds

123