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

12

/freebsd-9.3-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-9.3-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-9.3-release/contrib/bind9/lib/isccc/
H A Dbase64.c52 isc_buffer_t tb; local
57 isc_buffer_init(&tb, target->rstart,
60 result = isc_base64_totext(&sr, wordlength, wordbreak, &tb);
64 target->rstart = isc_buffer_used(&tb);
/freebsd-9.3-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-9.3-release/sys/powerpc/aim/
H A Dclock.c260 register_t tb; local
262 __asm __volatile("mftb %0" : "=r"(tb));
263 return (tb);
272 u_quad_t tb, ttb; local
274 tb = mftb();
275 ttb = tb + (n * 1000 + ns_per_tick - 1) / ns_per_tick;
276 while (tb < ttb)
277 tb = mftb();
/freebsd-9.3-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-9.3-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-9.3-release/sys/powerpc/include/
H A Dcpufunc.h150 u_quad_t tb; local
152 __asm __volatile ("mftb %0" : "=r"(tb));
154 uint32_t *tbup = (uint32_t *)&tb;
163 return (tb);
/freebsd-9.3-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-9.3-release/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c208 struct target_ops *tb; local
213 tb = find_target_beneath(&kgdb_trgt_ops);
214 if (tb->to_find_new_threads != NULL)
215 tb->to_find_new_threads();
237 struct target_ops *tb; local
247 tb = find_target_beneath(target);
248 return (tb->to_xfer_memory(memaddr, myaddr, len, write, attrib, tb));
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c729 struct _timeb tb; local
730 _ftime(&tb);
731 t->tv_sec = (long)tb.time;
732 t->tv_usec = (long)tb.millitm * 1000;
734 struct timeb tb;
735 ftime(&tb);
736 t->tv_sec = (long)tb.time;
737 t->tv_usec = (long)tb.millitm * 1000;
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dd1_lib.c496 struct _timeb tb; local
497 _ftime(&tb);
498 t->tv_sec = (long)tb.time;
499 t->tv_usec = (long)tb.millitm * 1000;
501 struct timeb tb;
502 ftime(&tb);
503 t->tv_sec = (long)tb.time;
504 t->tv_usec = (long)tb.millitm * 1000;
/freebsd-9.3-release/sys/kern/
H A Dsubr_taskqueue.c301 struct taskqueue_busy tb; local
306 tb.tb_running = NULL;
307 TAILQ_INSERT_TAIL(&queue->tq_active, &tb, tb_link);
318 tb.tb_running = task;
324 tb.tb_running = NULL;
327 TAILQ_REMOVE(&queue->tq_active, &tb, tb_link);
344 struct taskqueue_busy *tb; local
347 TAILQ_FOREACH(tb, &queue->tq_active, tb_link) {
348 if (tb->tb_running == task)
/freebsd-9.3-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-9.3-release/sbin/dhclient/
H A Dconflex.c122 static char tb[2]; local
156 tb[0] = c;
157 tb[1] = 0;
158 tval = tb;
/freebsd-9.3-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);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dsa_impl.h266 #define SA_HDR_SIZE_MATCH_LAYOUT(hdr, tb) \
268 (tb->lot_var_sizes > 1 ? P2ROUNDUP((tb->lot_var_sizes - 1) * \
/freebsd-9.3-release/sys/powerpc/booke/
H A Dclock.c269 quad_t tb; local
271 tb = mftb();
272 return (tb);
/freebsd-9.3-release/sys/dev/bwi/
H A Dif_bwi.c2307 struct bwi_txbuf *tb = &tbd->tbd_buf[j]; local
2309 if (tb->tb_mbuf != NULL) {
2311 tb->tb_dmap);
2312 m_freem(tb->tb_mbuf);
2314 if (tb->tb_ni != NULL)
2315 ieee80211_free_node(tb->tb_ni);
2316 bus_dmamap_destroy(sc->sc_buf_dtag, tb->tb_dmap);
2844 struct bwi_txbuf *tb = &tbd->tbd_buf[i]; local
2846 if (tb->tb_mbuf != NULL) {
2847 bus_dmamap_unload(sc->sc_buf_dtag, tb
2946 struct bwi_txbuf *tb = &tbd->tbd_buf[idx]; local
3137 struct bwi_txbuf *tb = &tbd->tbd_buf[idx]; local
3337 struct bwi_txbuf *tb; local
[all...]
/freebsd-9.3-release/sys/conf/
H A Dldscript.amd6433 .rel.tbss : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
34 .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
83 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }
H A Dldscript.i38632 .rel.tbss : { *(.rel.tbss .rel.tbss.* .rel.gnu.linkonce.tb.*) }
33 .rela.tbss : { *(.rela.tbss .rela.tbss.* .rela.gnu.linkonce.tb.*) }
76 .tbss : { *(.tbss .tbss.* .gnu.linkonce.tb.*) *(.tcommon) }

Completed in 324 milliseconds

12