Home
last modified time | relevance | path

Searched refs:tap (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_terminfo_skel.c104 const termio_attr_t *tap; in tigetstr() local
106 for (tap = tdp->td_data; tap->ta_name != NULL; tap++) { in tigetstr()
107 if (strcmp(tap->ta_name, name) == 0) { in tigetstr()
108 if (tap->ta_type == TIO_ATTR_REQSTR || in tigetstr()
109 tap->ta_type == TIO_ATTR_STR) in tigetstr()
110 return (tap->ta_data); in tigetstr()
122 const termio_attr_t *tap; in tigetflag() local
124 for (tap = tdp->td_data; tap->ta_name != NULL; tap++) { in tigetflag()
125 if (strcmp(tap->ta_name, name) == 0) { in tigetflag()
126 if (tap->ta_type == TIO_ATTR_BOOL) in tigetflag()
[all …]
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_ht.c617 struct ieee80211_tx_ampdu *tap; in ieee80211_ht_node_init() local
630 tap = &in->in_tx_ampdu[ac]; in ieee80211_ht_node_init()
631 tap->txa_ac = (uint8_t)ac; in ieee80211_ht_node_init()
651 struct ieee80211_tx_ampdu *tap = &in->in_tx_ampdu[i]; in ieee80211_ht_node_cleanup() local
652 if (tap->txa_flags & IEEE80211_AGGR_SETUP) { in ieee80211_ht_node_cleanup()
660 tap->txa_flags &= in ieee80211_ht_node_cleanup()
725 struct ieee80211_tx_ampdu *tap; in ieee80211_ht_wds_init() local
762 tap = &in->in_tx_ampdu[ac]; in ieee80211_ht_wds_init()
763 tap->txa_ac = (uint8_t)ac; in ieee80211_ht_wds_init()
1031 struct ieee80211_tx_ampdu *tap = arg; in addba_timeout() local
[all …]
H A Dnet80211_output.c213 struct ieee80211_tx_ampdu *tap = &in->in_tx_ampdu[ac]; in ieee80211_encap() local
215 if (IEEE80211_AMPDU_RUNNING(tap)) { in ieee80211_encap()
220 } else if (!IEEE80211_AMPDU_REQUESTED(tap)) { in ieee80211_encap()
224 (void) ieee80211_ampdu_request(in, tap); in ieee80211_encap()
/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_syslog.c75 va_list tap; in smb_vsyslog() local
77 va_copy(tap, ap); in smb_vsyslog()
78 smb_svc_log(pri, fmt, tap); in smb_vsyslog()
79 va_end(tap); in smb_vsyslog()
/titanic_41/usr/src/uts/common/sys/
H A Dnet80211_ht.h76 #define IEEE80211_AMPDU_RUNNING(tap) \ argument
77 (((tap)->txa_flags & IEEE80211_AGGR_RUNNING) != 0)
80 #define IEEE80211_AMPDU_REQUESTED(tap) \ argument
81 (((tap)->txa_flags & (IEEE80211_AGGR_RUNNING | \
/titanic_41/usr/src/cmd/dtrace/test/tst/common/vars/
H A Dtst.nullassign.d34 tap = ", SystemTap, ";
40 phrase = strjoin(die, tap);
54 this->phrase = strjoin(the, tap);
/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_snap.c108 topo_alloc_t *tap; in topo_open() local
133 if ((tap = topo_zalloc(sizeof (topo_alloc_t), 0)) == NULL) in topo_open()
139 tap->ta_flags = 0; in topo_open()
140 tap->ta_alloc = topo_alloc; in topo_open()
141 tap->ta_zalloc = topo_zalloc; in topo_open()
142 tap->ta_free = topo_free; in topo_open()
143 tap->ta_nvops.nv_ao_alloc = topo_nv_alloc; in topo_open()
144 tap->ta_nvops.nv_ao_free = topo_nv_free; in topo_open()
145 (void) nv_alloc_init(&tap->ta_nva, &tap->ta_nvops); in topo_open()
146 thp->th_alloc = tap; in topo_open()
/titanic_41/usr/src/uts/common/io/wpi/
H A Dwpi.c1707 struct wpi_rx_radiotap_header *tap = &sc->sc_rxtap; local
1709 tap->wr_flags = 0;
1710 tap->wr_rate = head->rate;
1711 tap->wr_chan_freq =
1713 tap->wr_chan_flags =
1715 tap->wr_dbm_antsignal = (int8_t)(stat->rssi - WPI_RSSI_OFFSET);
1716 tap->wr_dbm_antnoise = (int8_t)LE_16(stat->noise);
1717 tap->wr_tsft = tail->tstamp;
1718 tap->wr_antenna = (LE_16(head->flags) >> 4) & 0xf;
1721 case 10: tap->wr_rate = 2; break;
[all …]
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_mii.c355 uint_t tap; in bge_phy_locked_up() local
371 for (tap = 0; tap < N_TAPS; ++tap) { in bge_phy_locked_up()
372 bge_mii_put16(bgep, 0x15, tap_data[chan][tap].lo); in bge_phy_locked_up()
373 bge_mii_put16(bgep, 0x15, tap_data[chan][tap].hi); in bge_phy_locked_up()
405 for (tap = 0; tap < N_TAPS; ++tap) { in bge_phy_locked_up()
420 if (dataLo != tap_data[chan][tap].lo) in bge_phy_locked_up()
423 if (dataHi != tap_data[chan][tap].hi) in bge_phy_locked_up()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c4733 pt_lwp_tid(mdb_tgt_t *t, void *tap) in pt_lwp_tid() argument
4750 pt_lwp_iter(mdb_tgt_t *t, void *tap, mdb_addrvec_t *ap) in pt_lwp_iter() argument
4760 pt_lwp_getregs(mdb_tgt_t *t, void *tap, mdb_tgt_tid_t tid, prgregset_t gregs) in pt_lwp_getregs() argument
4771 pt_lwp_setregs(mdb_tgt_t *t, void *tap, mdb_tgt_tid_t tid, prgregset_t gregs) in pt_lwp_setregs() argument
4784 pt_lwp_getxregs(mdb_tgt_t *t, void *tap, mdb_tgt_tid_t tid, prxregset_t *xregs) in pt_lwp_getxregs() argument
4795 pt_lwp_setxregs(mdb_tgt_t *t, void *tap, mdb_tgt_tid_t tid, in pt_lwp_setxregs() argument
4809 pt_lwp_getfpregs(mdb_tgt_t *t, void *tap, mdb_tgt_tid_t tid, in pt_lwp_getfpregs() argument
4821 pt_lwp_setfpregs(mdb_tgt_t *t, void *tap, mdb_tgt_tid_t tid, in pt_lwp_setfpregs() argument
4850 td_thragent_t *tap; in pt_tdb_ctor() local
4853 if ((err = pt->p_tdb_ops->td_ta_new(t->t_pshandle, &tap)) != TD_OK) in pt_tdb_ctor()
[all …]
/titanic_41/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c419 struct T_info_ack *tap; in rds_info_req() local
427 tap = (struct T_info_ack *)(uintptr_t)mp->b_rptr; in rds_info_req()
428 *tap = rds_g_t_info_ack_ipv4; in rds_info_req()
429 tap->CURRENT_state = rds->rds_state; in rds_info_req()
430 tap->OPT_size = 128; in rds_info_req()
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c1031 const char **tap; in add_hostent() local
1056 for (tap = (const char **)pvt->h_addr_ptrs; in add_hostent()
1057 *tap != NULL; in add_hostent()
1058 tap++) in add_hostent()
1059 if (memcmp(*tap, addrp, addrlen) == 0) in add_hostent()
1061 if (*tap != NULL) in add_hostent()
/titanic_41/usr/src/uts/common/io/rtw/
H A Drtwvar.h467 struct rtw_rx_radiotap_header tap; member
471 struct rtw_tx_radiotap_header tap; member
/titanic_41/usr/src/uts/common/inet/ip/
H A Drts.c465 rts_copy_info(struct T_info_ack *tap, rts_t *rts) in rts_copy_info() argument
467 *tap = rts_g_t_info_ack; in rts_copy_info()
468 tap->CURRENT_state = rts->rts_state; in rts_copy_info()
469 tap->OPT_size = rts_max_optsize; in rts_copy_info()
H A Dkeysock.c733 keysock_copy_info(struct T_info_ack *tap, keysock_t *ks) in keysock_copy_info() argument
735 *tap = keysock_g_t_info_ack; in keysock_copy_info()
736 tap->CURRENT_state = ks->keysock_state; in keysock_copy_info()
737 tap->OPT_size = keysock_max_optsize; in keysock_copy_info()
H A Dicmp.c1503 icmp_copy_info(struct T_info_ack *tap, icmp_t *icmp) in icmp_copy_info() argument
1507 *tap = icmp_g_t_info_ack; in icmp_copy_info()
1510 tap->ADDR_size = sizeof (sin6_t); in icmp_copy_info()
1512 tap->ADDR_size = sizeof (sin_t); in icmp_copy_info()
1513 tap->CURRENT_state = icmp->icmp_state; in icmp_copy_info()
1514 tap->OPT_size = icmp_max_optsize; in icmp_copy_info()
H A Dspdsock.c3201 spdsock_copy_info(struct T_info_ack *tap, spdsock_t *ss) in spdsock_copy_info() argument
3203 *tap = spdsock_g_t_info_ack; in spdsock_copy_info()
3204 tap->CURRENT_state = ss->spdsock_state; in spdsock_copy_info()
3205 tap->OPT_size = spdsock_max_optsize; in spdsock_copy_info()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dfil.c6549 ipftuneable_t *ta, **tap; local
6570 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6571 if (tap == cookie) {
6625 ipftuneable_t *ta, **tap; local
6631 for (tap = &ifs->ifs_ipf_tunelist; *tap != NULL; tap = &(*tap)->ipft_next)
6635 *tap = newtune;
6654 ipftuneable_t *ta, **tap; local
6656 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta->ipft_next)
6658 *tap = oldtune->ipft_next;
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_cc.c184 dtrace_actdesc_t *ap, *tap; in dt_stmt_append() local
204 for (tap = ap; tap != NULL; tap = tap->dtad_next) { in dt_stmt_append()
205 if (!DTRACEACT_ISAGG(tap->dtad_kind)) in dt_stmt_append()
/titanic_41/usr/src/data/zoneinfo/
H A Dafrica1180 # http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=1188&Itemid=50
1195 # Standard time to be kept the whole year long (tap.info.tn):
1198 # http://www.tap.info.tn/en/index.php?option=com_content&task=view&id=26813&Itemid=157
1201 # http://www.tap.info.tn/ar/index.php?option=com_content&task=view&id=61240&Itemid=1
/titanic_41/usr/src/uts/common/inet/udp/
H A Dudp.c1296 udp_copy_info(struct T_info_ack *tap, udp_t *udp) in udp_copy_info() argument
1301 *tap = udp_g_t_info_ack_ipv4; in udp_copy_info()
1303 *tap = udp_g_t_info_ack_ipv6; in udp_copy_info()
1305 tap->CURRENT_state = udp->udp_state; in udp_copy_info()
1306 tap->OPT_size = udp_max_optsize; in udp_copy_info()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c767 const mptsas_target_addr_t *tap = tp; in mptsas_target_addr_hash() local
769 return ((tap->mta_wwn & 0xffffffffffffULL) | in mptsas_target_addr_hash()
770 ((uint64_t)tap->mta_phymask << 48)); in mptsas_target_addr_hash()
/titanic_41/usr/src/cmd/look/
H A Dwords22412 tap
/titanic_41/usr/src/cmd/spell/
H A Dlist22411 tap
/titanic_41/usr/src/data/hwdata/
H A Dusb.ids1318 3121 WoW tap chat