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

123

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c967 struct nlattr *tb[])
973 if (tb[NL80211_ATTR_MAC]) {
975 nla_data(tb[NL80211_ATTR_MAC]),
976 nla_len(tb[NL80211_ATTR_MAC]));
977 data.michael_mic_failure.src = nla_data(tb[NL80211_ATTR_MAC]);
979 if (tb[NL80211_ATTR_KEY_SEQ]) {
981 nla_data(tb[NL80211_ATTR_KEY_SEQ]),
982 nla_len(tb[NL80211_ATTR_KEY_SEQ]));
984 if (tb[NL80211_ATTR_KEY_TYPE]) {
986 nla_get_u32(tb[NL80211_ATTR_KEY_TYP
966 mlme_event_michael_mic_failure(struct i802_bss *bss, struct nlattr *tb[]) argument
1002 mlme_event_join_ibss(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) argument
1033 mlme_event_remain_on_channel(struct wpa_driver_nl80211_data *drv, int cancel_event, struct nlattr *tb[]) argument
1081 mlme_event_ft_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) argument
1109 mlme_event_dh_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr *tb[]) argument
1132 send_scan_event(struct wpa_driver_nl80211_data *drv, int aborted, struct nlattr *tb[], int external_scan) argument
1208 nl80211_cqm_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) argument
1310 nl80211_new_peer_candidate(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1332 nl80211_new_station_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr **tb) argument
1365 nl80211_del_station_event(struct wpa_driver_nl80211_data *drv, struct i802_bss *bss, struct nlattr **tb) argument
1392 nl80211_rekey_offload_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1431 nl80211_pmksa_candidate_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1465 nl80211_client_probe_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1490 nl80211_tdls_oper_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1533 nl80211_stop_ap(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1540 nl80211_connect_failed_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1577 nl80211_radar_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
1653 nl80211_spurious_frame(struct i802_bss *bss, struct nlattr **tb, int wds) argument
1742 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_ACS_MAX + 1]; local
1800 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_ROAM_AUTH_MAX + 1]; local
1838 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
1923 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; local
1950 send_vendor_scan_event(struct wpa_driver_nl80211_data *drv, int aborted, struct nlattr *tb[], int external_scan) argument
2015 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_SCAN_MAX + 1]; local
2055 struct nlattr *tb[QCA_WLAN_VENDOR_ATTR_P2P_LISTEN_OFFLOAD_MAX + 1]; local
2122 nl80211_vendor_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
2167 nl80211_reg_change_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) argument
2239 struct nlattr *tb[NL80211_FREQUENCY_ATTR_MAX + 1]; local
2260 nl80211_reg_beacon_hint_event(struct wpa_driver_nl80211_data *drv, struct nlattr *tb[]) argument
2278 nl80211_external_auth(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
2321 nl80211_port_authorized(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
2346 nl80211_sta_opmode_change_event(struct wpa_driver_nl80211_data *drv, struct nlattr **tb) argument
2416 do_process_drv_event(struct i802_bss *bss, int cmd, struct nlattr **tb) argument
2643 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
2692 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
[all...]
H A Ddriver_nl80211_capa.c102 struct nlattr *tb)
107 if (tb == NULL)
110 nla_for_each_nested(nl_mode, tb, i) {
202 struct nlattr *tb)
207 if (tb == NULL)
210 nla_for_each_nested(nl_combi, tb, rem_combi) {
218 struct nlattr *tb)
223 if (tb == NULL)
226 nla_for_each_nested(nl_cmd, tb, i) {
252 struct nlattr *tb)
101 wiphy_info_supported_iftypes(struct wiphy_info_data *info, struct nlattr *tb) argument
201 wiphy_info_iface_comb(struct wiphy_info_data *info, struct nlattr *tb) argument
217 wiphy_info_supp_cmds(struct wiphy_info_data *info, struct nlattr *tb) argument
251 wiphy_info_cipher_suites(struct wiphy_info_data *info, struct nlattr *tb) argument
310 wiphy_info_max_roc(struct wpa_driver_capa *capa, struct nlattr *tb) argument
347 wiphy_info_ext_feature_flags(struct wiphy_info_data *info, struct nlattr *tb) argument
439 wiphy_info_feature_flags(struct wiphy_info_data *info, struct nlattr *tb) argument
511 wiphy_info_probe_resp_offload(struct wpa_driver_capa *capa, struct nlattr *tb) argument
527 wiphy_info_wowlan_triggers(struct wpa_driver_capa *capa, struct nlattr *tb) argument
556 wiphy_info_extended_capab(struct wpa_driver_nl80211_data *drv, struct nlattr *tb) argument
625 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
912 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
962 get_akm_suites_info(struct nlattr *tb) argument
1031 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
1091 struct nlattr *tb[NL80211_ATTR_MAX + 1]; local
1451 phy_info_freqs(struct phy_info_arg *phy_info, struct hostapd_hw_modes *mode, struct nlattr *tb) argument
1510 phy_info_rates(struct hostapd_hw_modes *mode, struct nlattr *tb) argument
1554 phy_info_iftype_copy(struct he_capabilities *he_capab, enum ieee80211_op_mode opmode, struct nlattr **tb, struct nlattr **tb_flags) argument
1628 struct nlattr *tb[NL80211_BAND_IFTYPE_ATTR_MAX + 1]; local
1902 nl80211_reg_rule_sec(struct nlattr *tb[], struct phy_info_arg *results) argument
1977 nl80211_reg_rule_vht(struct nlattr *tb[], struct phy_info_arg *results) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstring.c66 stringtable *tb = &G(L)->strt; local
69 if (newsize > tb->size) {
70 luaM_reallocvector(L, tb->hash, tb->size, newsize, GCObject *);
71 for (i = tb->size; i < newsize; i++) tb->hash[i] = NULL;
74 for (i=0; i<tb->size; i++) {
75 GCObject *p = tb->hash[i];
76 tb->hash[i] = NULL;
80 gch(p)->next = tb
119 stringtable *tb = &G(L)->strt; local
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlstring.c73 stringtable *tb = &G(L)->strt; local
74 if (newsize > tb->size) { /* grow table if needed */
75 luaM_reallocvector(L, tb->hash, tb->size, newsize, TString *);
76 for (i = tb->size; i < newsize; i++)
77 tb->hash[i] = NULL;
79 for (i = 0; i < tb->size; i++) { /* rehash */
80 TString *p = tb->hash[i];
81 tb->hash[i] = NULL;
85 p->u.hnext = tb
155 stringtable *tb = &G(L)->strt; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Dtext_delta.c436 struct txdelta_baton tb = { 0 };
439 tb.source = source;
440 tb.target = target;
441 tb.more_source = TRUE;
442 tb.more = TRUE;
443 tb.pos = 0;
444 tb.buf = apr_palloc(scratch_pool, 2 * SVN_DELTA_WINDOW_SIZE);
445 tb.result_pool = result_pool;
448 tb.context = svn_checksum_ctx_create(checksum_kind, scratch_pool);
456 SVN_ERR(txdelta_next_window(&window, &tb, iterpoo
430 struct txdelta_baton tb = { 0 }; local
511 struct tpush_baton *tb = baton; local
561 struct tpush_baton *tb = baton; local
582 struct tpush_baton *tb; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/elftoolchain/size/
H A Dsize.c78 } *tb; variable in typeref:struct:__anon100
806 assert(tb == NULL);
808 if ((tb = calloc(1, sizeof(*tb))) == NULL)
810 if ((tb->tbl = calloc(col, sizeof(*tb->tbl))) == NULL)
812 if ((tb->width = calloc(col, sizeof(*tb->width))) == NULL)
814 tb->col = col;
815 tb
[all...]
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_tree.c1258 struct tee_baton_t *tb = processor->baton; local
1262 SVN_ERR(tb->p1->dir_opened(&(nb->baton1),
1270 tb->p1,
1274 SVN_ERR(tb->p2->dir_opened(&(nb->baton2),
1282 tb->p2,
1301 struct tee_baton_t *tb = processor->baton; local
1304 SVN_ERR(tb->p1->dir_added(relpath,
1310 tb->p1,
1313 SVN_ERR(tb->p2->dir_added(relpath,
1319 tb
1333 struct tee_baton_t *tb = processor->baton; local
1364 struct tee_baton_t *tb = processor->baton; local
1397 struct tee_baton_t *tb = processor->baton; local
1428 struct tee_baton_t *tb = processor->baton; local
1471 struct tee_baton_t *tb = processor->baton; local
1507 struct tee_baton_t *tb = processor->baton; local
1542 struct tee_baton_t *tb = processor->baton; local
1581 struct tee_baton_t *tb = processor->baton; local
1607 struct tee_baton_t *tb = processor->baton; local
1628 struct tee_baton_t *tb = apr_pcalloc(result_pool, sizeof(*tb)); local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c401 sa_lot_t *tb, *findtb; local
406 tb = kmem_zalloc(sizeof (sa_lot_t), KM_SLEEP);
407 tb->lot_attr_count = attr_count;
408 tb->lot_attrs = kmem_alloc(sizeof (sa_attr_type_t) * attr_count,
410 bcopy(attrs, tb->lot_attrs, sizeof (sa_attr_type_t) * attr_count);
411 tb->lot_num = lot_num;
412 tb->lot_hash = hash;
413 tb->lot_instance = 0;
430 list_create(&tb->lot_idx_tab, sizeof (sa_idx_tab_t),
434 if (sa->sa_attr_table[tb
457 sa_lot_t *tb, tbsearch; local
829 sa_attr_table_t *tb; local
989 sa_attr_type_t *tb; local
1163 sa_lot_t *tb = tab; local
1486 sa_lot_t *tb, search; local
1566 sa_attr_table_t *tb = sa->sa_attr_table; local
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c1919 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
1924 SVN_ERR(tb->interpreter(window, tb->interpreter_baton));
1929 SVN_ERR(svn_fs_x__dag_finalize_edits(tb->node, tb->result_checksum,
1930 tb->pool));
1941 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
1943 svn_fs_x__txn_id_t txn_id = svn_fs_x__root_txn_id(tb->root);
1947 SVN_ERR(svn_fs_x__get_dag_path(&dag_path, tb->root, tb
1910 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
1932 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
2007 txdelta_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
2069 text_baton_t *tb = baton; local
2079 text_baton_t *tb = baton; local
2098 text_baton_t *tb = baton; local
2145 text_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
[all...]
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
H A Dtrgt.c235 struct target_ops *tb; local
240 tb = find_target_beneath(&kgdb_trgt_ops);
241 if (tb->to_find_new_threads != NULL)
242 tb->to_find_new_threads();
264 struct target_ops *tb; local
274 tb = find_target_beneath(target);
275 return (tb->to_xfer_memory(memaddr, myaddr, len, write, attrib, tb));
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dclock.c301 u_quad_t tb, ttb; local
303 tb = mftb();
304 ttb = tb + howmany(n * 1000, ns_per_tick);
305 while (tb < ttb)
306 tb = mftb();
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c3713 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
3714 SVN_ERR(svn_fs_base__dag_finalize_edits(tb->node,
3715 tb->result_checksum,
3716 tb->root->txn,
3720 return add_change(tb->root->fs, tb->root->txn, tb->path,
3721 svn_fs_base__dag_get_id(tb->node),
3734 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
3735 svn_stringbuf_appendbytes(tb
3701 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3722 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3733 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3792 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3869 txdelta_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
3926 struct text_baton_t *tb = baton; local
3945 struct text_baton_t *tb = baton; local
3955 struct text_baton_t *tb = baton; local
3972 struct text_baton_t *tb = baton; local
4011 struct text_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
[all...]
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c655 struct ta_buf_radix *tb; local
663 tb = (struct ta_buf_radix *)ta_buf;
676 mask = (struct sockaddr *)&tb->addr.a4.ma;
677 tb->ent_ptr = ent;
688 mask = (struct sockaddr *)&tb->addr.a6.ma;
689 tb->ent_ptr = xent;
698 tb->addr_ptr = addr;
700 tb->mask_ptr = mask;
712 struct ta_buf_radix *tb; local
716 tb
772 struct ta_buf_radix *tb; local
813 struct ta_buf_radix *tb; local
849 struct ta_buf_radix *tb; local
1536 struct ta_buf_chash *tb; local
1561 struct ta_buf_chash *tb; local
1633 struct ta_buf_chash *tb; local
1647 struct ta_buf_chash *tb; local
1696 struct ta_buf_chash *tb; local
2196 struct ta_buf_ifidx *tb; local
2230 struct ta_buf_ifidx *tb; local
2292 struct ta_buf_ifidx *tb; local
2315 struct ta_buf_ifidx *tb; local
2366 struct ta_buf_ifidx *tb; local
2781 struct ta_buf_numarray *tb; local
2795 struct ta_buf_numarray *tb; local
2845 struct ta_buf_numarray *tb; local
3499 struct ta_buf_fhash *tb; local
3532 struct ta_buf_fhash *tb; local
3591 struct ta_buf_fhash *tb; local
3605 struct ta_buf_fhash *tb; local
3641 struct ta_buf_fhash *tb; local
[all...]
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1-gcc-ext.c311 void *tb, void *db) {
314 (void)tb;
317 fde, ob, tb, db);
329 void *ob, void *tb,
333 (void)tb;
336 "(%p,%p, %p, %p)", fde, ob, tb, db);
310 __register_frame_info_bases(const void *fde, void *ob, void *tb, void *db) argument
328 __register_frame_info_table_bases(const void *fde, void *ob, void *tb, void *db) argument
/freebsd-11-stable/sys/net/altq/
H A Daltq_cdnr.c520 tb_import_profile(tb, profile)
521 struct tbe *tb;
524 tb->rate = TB_SCALE(profile->rate / 8) / machclk_freq;
525 tb->depth = TB_SCALE(profile->depth);
526 if (tb->rate > 0)
527 tb->filluptime = tb->depth / tb->rate;
529 tb->filluptime = 0xffffffffffffffffLL;
530 tb
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c3015 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
3020 SVN_ERR(tb->interpreter(window, tb->interpreter_baton));
3025 SVN_ERR(svn_fs_fs__dag_finalize_edits(tb->node, tb->result_checksum,
3026 tb->pool)); local
3036 txdelta_baton_t *tb = (txdelta_baton_t *) baton;
3038 const svn_fs_fs__id_part_t *txn_id = root_txn_id(tb->root);
3042 SVN_ERR(open_path(&parent_path, tb->root, tb
3005 txdelta_baton_t *tb = (txdelta_baton_t *) baton; local
3097 txdelta_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
3157 struct text_baton_t *tb = baton; local
3167 struct text_baton_t *tb = baton; local
3185 struct text_baton_t *tb = baton; local
3230 struct text_baton_t *tb = apr_pcalloc(pool, sizeof(*tb)); local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_taskqueue.c394 struct taskqueue_busy *tb; local
406 LIST_FOREACH(tb, &queue->tq_active, tb_link) {
407 if ((int)(tb->tb_seq - seq) <= 0) {
408 TQ_SLEEP(queue, tb->tb_running, "tq_adrain");
443 struct taskqueue_busy tb; local
449 tb.tb_running = NULL;
450 LIST_INSERT_HEAD(&queue->tq_active, &tb, tb_link);
458 tb.tb_running = task;
459 tb.tb_seq = ++queue->tq_seq;
468 LIST_REMOVE(&tb, tb_lin
483 struct taskqueue_busy *tb; local
[all...]
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmp.c288 struct asn_buf tb; local
291 tb.asn_ptr = buf;
292 tb.asn_len = 256;
299 tb.asn_len = len;
301 if (asn_get_sequence(&tb, &octs_len) != ASN_ERR_OK) {
307 if (asn_get_octetstring(&tb, (u_char *)&pdu->engine.engine_id,
314 if (asn_get_integer(&tb, &pdu->engine.engine_boots) != ASN_ERR_OK) {
319 if (asn_get_integer(&tb, &pdu->engine.engine_time) != ASN_ERR_OK) {
325 if (asn_get_octetstring(&tb, (u_char *)&pdu->user.sec_name, &octs_len)
333 if (asn_get_octetstring(&tb, (u_cha
360 struct asn_buf tb; local
[all...]

Completed in 421 milliseconds

123