Searched refs:tb (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxge-os-pal.h72 #define __xge_trace(tb) { \
73 int msgsize = xge_os_strlen(tb->msg) + 2; \
74 int offset = tb->offset; \
75 if (msgsize != 2 && msgsize < tb->msgbuf_max) { \
76 int leftsize = tb->size - offset; \
77 if ((msgsize + tb->msgbuf_max) > leftsize) { \
78 xge_os_memzero(tb->data + offset, leftsize); \
80 tb->wrapped_once = 1; \
82 xge_os_memcpy(tb->data + offset, tb
[all...]
/freebsd-10.0-release/contrib/sendmail/src/
H A Dtimers.c57 addtimer(ta, tb)
59 TIMER *tb;
61 tb->ti_wall_sec += ta->ti_wall_sec;
62 tb->ti_wall_usec += ta->ti_wall_usec;
63 if (tb->ti_wall_usec > 1000000)
65 tb->ti_wall_sec++;
66 tb->ti_wall_usec -= 1000000;
68 tb->ti_cpu_sec += ta->ti_cpu_sec;
69 tb->ti_cpu_usec += ta->ti_cpu_usec;
70 if (tb
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_util.c204 struct txn_baton_t *tb = baton;
207 tb->cb_func(tb->cb_baton, tb->wcroot, tb->local_relpath, scratch_pool));
221 struct txn_baton_t tb;
223 tb.wcroot = wcroot;
224 tb.local_relpath = local_relpath;
225 tb.cb_func = cb_func;
226 tb
202 struct txn_baton_t *tb = baton; local
219 struct txn_baton_t tb; local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c437 struct txdelta_baton tb = { 0 };
440 tb.source = source;
441 tb.target = target;
442 tb.more_source = TRUE;
443 tb.more = TRUE;
444 tb.pos = 0;
445 tb.buf = apr_palloc(scratch_pool, 2 * SVN_DELTA_WINDOW_SIZE);
446 tb.result_pool = result_pool;
449 tb.context = svn_checksum_ctx_create(checksum_kind, scratch_pool);
457 SVN_ERR(txdelta_next_window(&window, &tb, iterpoo
431 struct txdelta_baton tb = { 0 }; local
512 struct tpush_baton *tb = baton; local
562 struct tpush_baton *tb = baton; local
583 struct tpush_baton *tb; local
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Drename.c105 struct utimbuf tb; local
107 tb.actime = statbuf->st_atime;
108 tb.modtime = statbuf->st_mtime;
109 result = utime (destination, &tb);
112 long tb[2]; local
114 tb[0] = statbuf->st_atime;
115 tb[1] = statbuf->st_mtime;
116 result = utime (destination, tb);
/freebsd-10.0-release/sys/powerpc/aim/
H A Dclock.c252 register_t tb; local
254 __asm __volatile("mftb %0" : "=r"(tb));
255 return (tb);
264 u_quad_t tb, ttb; local
266 tb = mftb();
267 ttb = tb + (n * 1000 + ns_per_tick - 1) / ns_per_tick;
268 while (tb < ttb)
269 tb = mftb();
/freebsd-10.0-release/lib/libc/nameser/
H A Dns_samedomain.c200 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; local
203 ns_makecanon(b, tb, sizeof tb) < 0)
205 if (strcasecmp(ta, tb) == 0)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c1305 struct tee_baton_t *tb = processor->baton; local
1309 SVN_ERR(tb->p1->dir_opened(&(nb->baton1),
1317 tb->p1,
1321 SVN_ERR(tb->p2->dir_opened(&(nb->baton2),
1329 tb->p2,
1348 struct tee_baton_t *tb = processor->baton; local
1351 SVN_ERR(tb->p1->dir_added(relpath,
1357 tb->p1,
1360 SVN_ERR(tb->p2->dir_added(relpath,
1366 tb
1380 struct tee_baton_t *tb = processor->baton; local
1411 struct tee_baton_t *tb = processor->baton; local
1444 struct tee_baton_t *tb = processor->baton; local
1475 struct tee_baton_t *tb = processor->baton; local
1518 struct tee_baton_t *tb = processor->baton; local
1554 struct tee_baton_t *tb = processor->baton; local
1589 struct tee_baton_t *tb = processor->baton; local
1628 struct tee_baton_t *tb = processor->baton; local
1654 struct tee_baton_t *tb = processor->baton; local
1675 struct tee_baton_t *tb = apr_pcalloc(result_pool, sizeof(*tb)); local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c413 sa_lot_t *tb, *findtb; local
418 tb = kmem_zalloc(sizeof (sa_lot_t), KM_SLEEP);
419 tb->lot_attr_count = attr_count;
420 tb->lot_attrs = kmem_alloc(sizeof (sa_attr_type_t) * attr_count,
422 bcopy(attrs, tb->lot_attrs, sizeof (sa_attr_type_t) * attr_count);
423 tb->lot_num = lot_num;
424 tb->lot_hash = hash;
425 tb->lot_instance = 0;
442 list_create(&tb->lot_idx_tab, sizeof (sa_idx_tab_t),
446 if (sa->sa_attr_table[tb
469 sa_lot_t *tb, tbsearch; local
843 sa_attr_table_t *tb; local
1003 sa_attr_type_t *tb; local
1173 sa_lot_t *tb = tab; local
1489 sa_lot_t *tb, search; local
1569 sa_attr_table_t *tb = sa->sa_attr_table; local
[all...]
/freebsd-10.0-release/sys/powerpc/include/
H A Dcpufunc.h140 u_quad_t tb; local
142 __asm __volatile ("mftb %0" : "=r"(tb));
144 uint32_t *tbup = (uint32_t *)&tb;
153 return (tb);
/freebsd-10.0-release/usr.bin/leave/
H A Dleave.c140 char tb[80]; local
146 strftime(tb, sizeof(tb), "%+", localtime(&daytime));
147 printf("Alarm set for %s. (pid %d)\n", tb, pid);
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c210 struct target_ops *tb; local
215 tb = find_target_beneath(&kgdb_trgt_ops);
216 if (tb->to_find_new_threads != NULL)
217 tb->to_find_new_threads();
239 struct target_ops *tb; local
249 tb = find_target_beneath(target);
250 return (tb->to_xfer_memory(memaddr, myaddr, len, write, attrib, tb));
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A Dmain.c174 uint64_t tb,ttb; local
175 tb = mftb();
177 ttb = tb + (usecs * 1000 + ns_per_tick - 1) / ns_per_tick;
178 while (tb < ttb)
179 tb = mftb();
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dconfigure18579 tb=
18590 a_out_adobe_vec) tb="$tb aout-adobe.lo aout32.lo" ;;
18591 aix5coff64_vec) tb="$tb coff64-rs6000.lo xcofflink.lo aix5ppc-core.lo"; target_size=64 ;;
18592 aout0_big_vec) tb="$tb aout0.lo aout32.lo" ;;
18593 aout_arm_big_vec) tb="$tb aout-arm.lo aout32.lo" ;;
18594 aout_arm_little_vec) tb
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c3622 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
3623 SVN_ERR(svn_fs_base__dag_finalize_edits(tb->node,
3624 tb->result_checksum,
3625 tb->root->txn,
3629 return add_change(tb->root->fs, tb->root->txn, tb->path,
3630 svn_fs_base__dag_get_id(tb->node),
3643 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
3644 svn_stringbuf_appendbytes(tb
3610 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3631 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3642 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3701 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3778 txdelta_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
3835 struct text_baton_t *tb = baton; local
3854 struct text_baton_t *tb = baton; local
3864 struct text_baton_t *tb = baton; local
3881 struct text_baton_t *tb = baton; local
3920 struct text_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c2755 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
2756 svn_stringbuf_appendbytes(tb->target_string, data, *len); local
2766 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
2771 SVN_ERR(tb->interpreter(window, tb->interpreter_baton));
2795 if ((! window) || (tb->target_string->len > WRITE_BUFFER_SIZE))
2797 apr_size_t len = tb->target_string->len;
2798 SVN_ERR(svn_stream_write(tb->target_stream,
2799 tb->target_string->data,
2801 svn_stringbuf_setempty(tb
2745 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
2814 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
2891 txdelta_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
2951 struct text_baton_t *tb = baton; local
2961 struct text_baton_t *tb = baton; local
2979 struct text_baton_t *tb = baton; local
3024 struct text_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
[all...]
/freebsd-10.0-release/sys/contrib/altq/altq/
H A Daltq_cdnr.c523 tb_import_profile(tb, profile)
524 struct tbe *tb;
527 tb->rate = TB_SCALE(profile->rate / 8) / machclk_freq;
528 tb->depth = TB_SCALE(profile->depth);
529 if (tb->rate > 0)
530 tb->filluptime = tb->depth / tb->rate;
532 tb->filluptime = 0xffffffffffffffffLL;
533 tb
[all...]
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmp.c286 struct asn_buf tb; local
289 tb.asn_ptr = buf;
290 tb.asn_len = 256;
292 if (asn_get_octetstring(b, buf, &tb.asn_len) != ASN_ERR_OK) {
297 if (asn_get_sequence(&tb, &octs_len) != ASN_ERR_OK) {
303 if (asn_get_octetstring(&tb, (u_char *)&pdu->engine.engine_id,
310 if (asn_get_integer(&tb, &pdu->engine.engine_boots) != ASN_ERR_OK) {
315 if (asn_get_integer(&tb, &pdu->engine.engine_time) != ASN_ERR_OK) {
321 if (asn_get_octetstring(&tb, (u_char *)&pdu->user.sec_name, &octs_len)
329 if (asn_get_octetstring(&tb, (u_cha
356 struct asn_buf tb; local
[all...]
/freebsd-10.0-release/sys/powerpc/booke/
H A Dclock.c260 quad_t tb; local
262 tb = mftb();
263 return (tb);
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dd1_lib.c494 struct _timeb tb; local
495 _ftime(&tb);
496 t->tv_sec = (long)tb.time;
497 t->tv_usec = (long)tb.millitm * 1000;
499 struct timeb tb;
500 ftime(&tb);
501 t->tv_sec = (long)tb.time;
502 t->tv_usec = (long)tb.millitm * 1000;
/freebsd-10.0-release/sys/kern/
H A Dsubr_taskqueue.c313 struct taskqueue_busy tb; local
318 tb.tb_running = NULL;
319 TAILQ_INSERT_TAIL(&queue->tq_active, &tb, tb_link);
330 tb.tb_running = task;
336 tb.tb_running = NULL;
339 TAILQ_REMOVE(&queue->tq_active, &tb, tb_link);
354 struct taskqueue_busy *tb; local
357 TAILQ_FOREACH(tb, &queue->tq_active, tb_link) {
358 if (tb->tb_running == task)
/freebsd-10.0-release/sys/dev/uart/
H A Duart_dev_quicc.c474 uint16_t st, tb; local
478 tb = quicc_read2(bas, QUICC_PRAM_SCC_TBASE(bas->chan - 1));
479 st = quicc_read2(bas, tb);
480 buf = (void *)(uintptr_t)quicc_read4(bas, tb + 4);
482 quicc_write2(bas, tb + 2, 1);
483 quicc_write2(bas, tb, st | 0x9000);
/freebsd-10.0-release/crypto/heimdal/base/
H A Dheimbase.c213 heim_tid_t ta, tb; local
217 tb = heim_get_tid(b);
219 if (ta != tb)
220 return ta - tb;
/freebsd-10.0-release/sbin/dhclient/
H A Dconflex.c122 static char tb[2]; local
156 tb[0] = c;
157 tb[1] = 0;
158 tval = tb;
/freebsd-10.0-release/usr.bin/colldef/
H A Dparse.y189 static char tb[2];
191 tb[0] = $2;
192 if (tb[0] == '\0')
196 (void)strcat(curr_chain, tb);

Completed in 546 milliseconds

123