Searched refs:tbf (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c68 tcp_bind_hash_insert(tf_t *tbf, tcp_t *tcp, int caller_holds_lock) argument
80 tcpp = &tbf->tf_tcp;
82 mutex_enter(&tbf->tf_lock);
84 ASSERT(MUTEX_HELD(&tbf->tf_lock));
148 mutex_exit(&tbf->tf_lock);
698 tf_t *tbf; local
716 tbf = &tcps->tcps_bind_fanout[TCP_BIND_HASH(lport)];
717 mutex_enter(&tbf->tf_lock);
718 for (ltcp = tbf->tf_tcp; ltcp != NULL;
881 mutex_exit(&tbf
[all...]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_conn.c357 sctp_tf_t *tbf; local
513 tbf = &sctps->sctps_conn_fanout[SCTP_CONN_HASH(sctps,
515 mutex_enter(&tbf->tf_lock);
516 lsctp = sctp_lookup(sctp, &dstaddr, tbf, &connp->conn_ports,
520 mutex_exit(&tbf->tf_lock);
532 mutex_exit(&tbf->tf_lock);
541 mutex_exit(&tbf->tf_lock);
549 sctp_conn_hash_insert(tbf, sctp, 1);
550 mutex_exit(&tbf->tf_lock);
597 mutex_enter(&tbf
[all...]
H A Dsctp_bind.c575 sctp_tf_t *tbf; local
594 tbf = &sctps->sctps_bind_fanout[SCTP_BIND_HASH(port)];
595 mutex_enter(&tbf->tf_lock);
596 for (lsctp = tbf->tf_sctp; lsctp != NULL;
637 mutex_exit(&tbf->tf_lock);
672 mutex_exit(&tbf->tf_lock);
680 mutex_exit(&tbf->tf_lock);
699 mutex_exit(&tbf->tf_lock);
714 SCTP_BIND_HASH(port)] == tbf);
715 sctp_bind_hash_insert(tbf, sct
[all...]
H A Dsctp_hash.c786 sctp_bind_hash_insert(sctp_tf_t *tbf, sctp_t *sctp, int caller_holds_lock) argument
795 sctpp = &tbf->tf_sctp;
797 mutex_enter(&tbf->tf_lock);
799 ASSERT(MUTEX_HELD(&tbf->tf_lock));
809 sctp->sctp_bind_lockp = &tbf->tf_lock;
811 mutex_exit(&tbf->tf_lock);
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c43 static char *tbf = NULL; variable
167 if (tbf != NULL)
168 free(tbf);
169 tbf = (char *)malloc(nsize);
170 if (tbf == NULL) {
433 if (tbf == NULL) {
435 "Internal consistency failure in getvol: tbf is NULL\n"));
490 (void) strcpy(tbf, ": ");
494 tbf, i+1);
495 (void) strcpy(tbf, ", ");
[all...]
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h173 struct tbf *v_tbf; /* Token bkt structure at intf. */
283 struct tbf { struct
290 kmutex_t tbf_lock; /* lock on the tbf */
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c468 struct ath_buf *tbf; local
478 tbf = list_object(&sc->sc_rxbuf_list,
492 tds = tbf->bf_desc;
493 status = ath9k_hw_rxprocdesc(ah, tds, tbf->bf_daddr,
H A Darn_xmit.c334 struct ath_buf *tbf; local
339 tbf = list_head(&sc->sc_txbuf_list);
340 list_remove(&sc->sc_txbuf_list, tbf);
343 ATH_TXBUF_RESET(tbf);
345 tbf->bf_daddr = bf->bf_daddr; /* physical addr of desc */
346 tbf->bf_dma = bf->bf_dma; /* dma area for buf */
347 *(tbf->bf_desc) = *(bf->bf_desc); /* virtual addr of desc */
348 tbf->bf_state = bf->bf_state; /* buffer state */
350 return (tbf);
464 struct ath_buf *tbf; local
[all...]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h334 struct tbf *ips_tbfs;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c109 * tbftable is also a fixed length array of tbf structs and is only accessed
595 ipst->ips_tbfs = kmem_zalloc(sizeof (struct tbf) * MAXVIFS, KM_SLEEP);
773 kmem_free(ipst->ips_tbfs, sizeof (struct tbf) * MAXVIFS);
840 struct tbf *v_tbf = ipst->ips_tbfs + vifcp->vifc_vifi;
991 /* Define parameters for the tbf structure */
1040 struct tbf *t = vifp->v_tbf;
2830 struct tbf *t = vifp->v_tbf;
2930 * Adds a packet to the tbf queue at the interface.
2936 struct tbf *t = vifp->v_tbf;
2971 struct tbf *
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c273 sa_layout_equal(sa_lot_t *tbf, sa_attr_type_t *attrs, int count) argument
277 if (count != tbf->lot_attr_count)
281 if (attrs[i] != tbf->lot_attrs[i])
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1165 void *tbf; /* Pointer to bind hash list struct. */ member in struct:nca_conn_s

Completed in 102 milliseconds