Searched refs:tx (Results 76 - 100 of 180) sorted by relevance

12345678

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_prop.c531 dmu_tx_t *tx)
549 dmu_buf_will_dirty(ds->ds_dbuf, tx);
552 DMU_OT_DSL_PROPS, DMU_OT_NONE, 0, tx);
576 err = zap_remove(mos, zapobj, propname, tx);
578 err = zap_remove(mos, zapobj, inheritstr, tx);
586 err = zap_remove(mos, zapobj, inheritstr, tx);
589 intsz, numints, value, tx));
597 err = zap_remove(mos, zapobj, propname, tx);
603 8, 1, &dummy, tx));
611 intsz, numints, value, tx);
529 dsl_prop_set_sync_impl(dsl_dataset_t *ds, const char *propname, zprop_source_t source, int intsz, int numints, const void *value, dmu_tx_t *tx) argument
731 dsl_props_set_check(void *arg, dmu_tx_t *tx) argument
770 dsl_props_set_sync_impl(dsl_dataset_t *ds, zprop_source_t source, nvlist_t *props, dmu_tx_t *tx) argument
805 dsl_props_set_sync(void *arg, dmu_tx_t *tx) argument
[all...]
H A Dddt.c63 dmu_tx_t *tx)
74 VERIFY(ddt_ops[type]->ddt_op_create(os, objectp, tx, prehash) == 0);
78 sizeof (uint64_t), 1, objectp, tx) == 0);
82 &ddt->ddt_histogram[type][class], tx) == 0);
87 dmu_tx_t *tx)
100 VERIFY(zap_remove(os, DMU_POOL_DIRECTORY_OBJECT, name, tx) == 0);
101 VERIFY(zap_remove(os, spa->spa_ddt_stat_object, name, tx) == 0);
102 VERIFY(ddt_ops[type]->ddt_op_destroy(os, *objectp, tx) == 0);
148 dmu_tx_t *tx)
159 &ddt->ddt_histogram[type][class], tx)
62 ddt_object_create(ddt_t *ddt, enum ddt_type type, enum ddt_class class, dmu_tx_t *tx) argument
86 ddt_object_destroy(ddt_t *ddt, enum ddt_type type, enum ddt_class class, dmu_tx_t *tx) argument
147 ddt_object_sync(ddt_t *ddt, enum ddt_type type, enum ddt_class class, dmu_tx_t *tx) argument
195 ddt_object_update(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde, dmu_tx_t *tx) argument
205 ddt_object_remove(ddt_t *ddt, enum ddt_type type, enum ddt_class class, ddt_entry_t *dde, dmu_tx_t *tx) argument
1000 ddt_sync_entry(ddt_t *ddt, ddt_entry_t *dde, dmu_tx_t *tx, uint64_t txg) argument
1067 ddt_sync_table(ddt_t *ddt, dmu_tx_t *tx, uint64_t txg) argument
1112 dmu_tx_t *tx; local
[all...]
H A Ddbuf.c51 static boolean_t dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx);
52 static void dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx);
815 dbuf_free_range(dnode_t *dn, uint64_t start, uint64_t end, dmu_tx_t *tx) argument
818 uint64_t txg = tx->tx_txg;
856 dbuf_will_dirty(db, tx);
871 if (dbuf_undirty(db, tx)) {
963 dbuf_new_size(dmu_buf_impl_t *db, int size, dmu_tx_t *tx) argument
988 dbuf_will_dirty(db, tx);
1006 ASSERT3U(db->db_last_dirty->dr_txg, ==, tx->tx_txg);
1011 dnode_willuse_space(dn, size-osize, tx);
1030 dbuf_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1307 dbuf_undirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1395 dbuf_will_dirty(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1411 dmu_buf_will_not_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) argument
1421 dmu_buf_will_fill(dmu_buf_t *db_fake, dmu_tx_t *tx) argument
1440 dbuf_fill_done(dmu_buf_impl_t *db, dmu_tx_t *tx) argument
1464 dbuf_assign_arcbuf(dmu_buf_impl_t *db, arc_buf_t *buf, dmu_tx_t *tx) argument
1981 dbuf_spill_set_blksz(dmu_buf_t *db_fake, uint64_t blksz, dmu_tx_t *tx) argument
2006 dbuf_rm_spill(dnode_t *dn, dmu_tx_t *tx) argument
2253 dbuf_sync_indirect(dbuf_dirty_record_t *dr, dmu_tx_t *tx) argument
2299 dbuf_sync_leaf(dbuf_dirty_record_t *dr, dmu_tx_t *tx) argument
2438 dbuf_sync_list(list_t *list, dmu_tx_t *tx) argument
2561 dmu_tx_t *tx; local
2677 dbuf_write(dbuf_dirty_record_t *dr, arc_buf_t *data, dmu_tx_t *tx) argument
[all...]
H A Dzfs_fuid.c226 zfs_fuid_sync(zfsvfs_t *zfsvfs, dmu_tx_t *tx) argument
249 sizeof (uint64_t), tx);
252 &zfsvfs->z_fuid_obj, tx) == 0);
280 zfsvfs->z_fuid_size, packed, tx);
284 dmu_buf_will_dirty(db, tx);
754 zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx) argument
757 dmu_tx_hold_bonus(tx, DMU_NEW_OBJECT);
758 dmu_tx_hold_write(tx, DMU_NEW_OBJECT, 0,
760 dmu_tx_hold_zap(tx, MASTER_NODE_OBJ, FALSE, NULL);
762 dmu_tx_hold_bonus(tx, zfsvf
[all...]
H A Dspa.c135 static void spa_sync_version(void *arg, dmu_tx_t *tx);
136 static void spa_sync_props(void *arg, dmu_tx_t *tx);
696 spa_prop_clear_bootfs(spa_t *spa, uint64_t dsobj, dmu_tx_t *tx) argument
701 zpool_prop_to_name(ZPOOL_PROP_BOOTFS), tx) == 0);
708 spa_change_guid_check(void *arg, dmu_tx_t *tx) argument
711 spa_t *spa = dmu_tx_pool(tx)->dp_spa;
728 spa_change_guid_sync(void *arg, dmu_tx_t *tx) argument
731 spa_t *spa = dmu_tx_pool(tx)->dp_spa;
743 spa_history_log_internal(spa, "guid change", tx, "old=%llu new=%llu",
2585 dmu_tx_t *tx; local
2602 zil_claim, tx, DS_FIND_CHILDREN); local
3353 dmu_tx_t *tx; local
4965 dmu_tx_t *tx; local
5962 bpobj_enqueue_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx) argument
5970 spa_free_sync_cb(void *arg, const blkptr_t *bp, dmu_tx_t *tx) argument
5980 spa_sync_nvlist(spa_t *spa, uint64_t obj, nvlist_t *nv, dmu_tx_t *tx) argument
6012 spa_sync_aux_dev(spa_t *spa, spa_aux_vdev_t *sav, dmu_tx_t *tx, const char *config, const char *entry) argument
6058 spa_sync_config_object(spa_t *spa, dmu_tx_t *tx) argument
6088 spa_sync_version(void *arg, dmu_tx_t *tx) argument
6111 spa_sync_props(void *arg, dmu_tx_t *tx) argument
6260 spa_sync_upgrades(spa_t *spa, dmu_tx_t *tx) argument
6309 dmu_tx_t *tx; local
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dddt.h153 int (*ddt_op_create)(objset_t *os, uint64_t *object, dmu_tx_t *tx,
155 int (*ddt_op_destroy)(objset_t *os, uint64_t object, dmu_tx_t *tx);
160 dmu_tx_t *tx);
162 dmu_tx_t *tx);
237 enum ddt_class cls, ddt_entry_t *dde, dmu_tx_t *tx);
H A Dzil.h396 extern boolean_t zil_replaying(zilog_t *zilog, dmu_tx_t *tx);
398 extern void zil_destroy_sync(zilog_t *zilog, dmu_tx_t *tx);
399 extern void zil_rollback_destroy(zilog_t *zilog, dmu_tx_t *tx);
403 extern void zil_itx_assign(zilog_t *zilog, itx_t *itx, dmu_tx_t *tx);
410 extern void zil_sync(zilog_t *zilog, dmu_tx_t *tx);
H A Ddsl_prop.h79 nvlist_t *props, dmu_tx_t *tx);
82 dmu_tx_t *tx);
H A Dspace_map.h170 space_map_obj_t *smo, objset_t *os, dmu_tx_t *tx);
172 objset_t *os, dmu_tx_t *tx);
H A Dzfs_fuid.h120 extern void zfs_fuid_txhold(zfsvfs_t *zfsvfs, dmu_tx_t *tx);
/freebsd-10.0-release/usr.sbin/fwcontrol/
H A Dfwmpegts.c177 bufreq.tx.nchunk = 0;
178 bufreq.tx.npacket = 0;
179 bufreq.tx.psize = 0;
H A Dfwdv.c123 bufreq.tx.nchunk = 0;
124 bufreq.tx.npacket = 0;
125 bufreq.tx.psize = 0;
281 bufreq.tx.nchunk = NCHUNK;
282 bufreq.tx.npacket = NPACKET_T;
283 bufreq.tx.psize = PSIZE;
/freebsd-10.0-release/sys/dev/xen/netfront/
H A Dnetfront.c252 netif_tx_front_ring_t tx; member in struct:netfront_info
325 /* Access macros for acquiring freeing slots in xn_free_{tx,rx}_idxs[]. */
535 err = xs_printf(xst, node, "tx-ring-ref","%u",
538 message = "writing tx ring-ref";
610 info->tx.sring = NULL;
615 xenbus_dev_fatal(dev, error, "allocating tx ring page");
619 FRONT_RING_INIT(&info->tx, txs, PAGE_SIZE);
755 return (RING_FREE_REQUESTS(&np->tx) > (MAX_TX_REQ_FRAGS + 2));
1125 prod = np->tx.sring->rsp_prod;
1128 for (i = np->tx
1564 netif_tx_request_t *tx; local
[all...]
/freebsd-10.0-release/sys/dev/en/
H A Dmidway.c520 struct txarg *tx = uarg; local
521 struct en_softc *sc = tx->sc;
522 struct en_txslot *slot = &sc->txslot[tx->chan];
552 tx->wait = 1; \
557 MID_MK_TXQ_ENI(COUNT, tx->chan, 0, BCODE) : \
558 MID_MK_TXQ_ADP(COUNT, tx->chan, 0, BCODE)); \
571 DBG(sc, TX, ("tx%d: "TYPE" %u bytes, %ju left, cur %#x", \
572 tx->chan, cnt, (uintmax_t)rest, cur)); \
579 if (!(tx->flags & TX_HAS_TBD)) {
583 tmp = MID_TBD_MK1((tx
707 struct txarg tx; local
967 struct en_txslot *tx; local
[all...]
/freebsd-10.0-release/sys/dev/pdq/
H A Dpdq.c913 pdq_tx_info_t * const tx = &pdq->pdq_tx_info;
915 pdq_uint32_t producer = tx->tx_producer;
925 freecnt = tx->tx_free - 1;
927 freecnt = tx->tx_free;
939 dbp->pdqdb_transmits[producer] = tx->tx_hdrdesc;
965 for (freecnt = tx->tx_free - 1, pdu0 = pdu; pdu0 != NULL && freecnt > 0;) {
996 unsigned completion = tx->tx_completion;
1000 if (completion != tx->tx_completion) {
1001 producer = tx->tx_producer;
1017 tx
904 pdq_tx_info_t * const tx = &pdq->pdq_tx_info; local
1027 pdq_tx_info_t *tx = &pdq->pdq_tx_info; local
1059 pdq_tx_info_t *tx = &pdq->pdq_tx_info; local
[all...]
/freebsd-10.0-release/sys/arm/ti/cpsw/
H A Dif_cpswvar.h109 struct cpsw_queue rx, tx; member in struct:cpsw_softc
/freebsd-10.0-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.h38 int open_rxtx(char *iface, int *rx, int *tx);
/freebsd-10.0-release/tools/tools/netmap/
H A Dbridge.c62 D("wrong index rx[%d] = %d -> tx[%d] = %d",
73 D("wrong len %d rx[%d] -> tx[%d]", rs->len, j, k);
75 D("%s send len %d rx[%d] -> tx[%d]", msg, rs->len, j, k);
128 pkt_queued(struct my_ring *me, int tx) argument
134 struct netmap_ring *ring = tx ?
138 if (0 && verbose && tot && !tx)
140 me->ifname, tx ? "tx": "rx",
274 D("poll %s [0] ev %x %x rx %d@%d tx %d,"
275 " [1] ev %x %x rx %d@%d tx
[all...]
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_desc.h40 * in only after the tx descriptor process method finds a
52 int8_t ts_rssi; /* tx ack RSSI */
70 int8_t ts_rssi_ctl[3]; /* tx ack RSSI [ctl, chain 0-2] */
71 int8_t ts_rssi_ext[3]; /* tx ack RSSI [ext, chain 0-2] */
78 #define HAL_TXERR_FILT 0x02 /* blocked by tx filtering */
261 struct ath_tx_status tx;/* xmit status */ member in union:ath_desc_status::__anon7498
266 #define ds_txstat ds_us.tx
269 /* flags passed to tx descriptor setup methods */
/freebsd-10.0-release/sys/dev/nxge/include/
H A Dxgehal-mgmt.h180 xge_hal_setpause_data(xge_hal_device_h devh, int tx, int rx);
183 xge_hal_getpause_data(xge_hal_device_h devh, int *tx, int *rx);
/freebsd-10.0-release/sys/i386/conf/
H A DPAE63 nodevice tx
80 nodevice ath_rate_sample # SampleRate tx rate control for ath
/freebsd-10.0-release/sys/dev/oce/
H A Doce_sysctl.c848 "tx",CTLFLAG_RD, NULL,
853 CTLFLAG_RD, &stats->tx.t_tx_pkts,
856 CTLFLAG_RD, &stats->tx.t_tx_bytes,
859 CTLFLAG_RD, &stats->tx.t_tx_reqs, 0,
862 CTLFLAG_RD, &stats->tx.t_tx_stops, 0,
865 CTLFLAG_RD, &stats->tx.t_tx_wrbs, 0,
868 CTLFLAG_RD, &stats->tx.t_tx_compl, 0,
872 &stats->tx.t_ipv6_ext_hdr_tx_drop, 0,
1054 OID_AUTO, "tx", CTLFLAG_RD,
1059 CTLFLAG_RD, &stats->tx
[all...]
/freebsd-10.0-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c515 void send_frame(int tx, unsigned char* buf, int len) { argument
533 // normal tx
555 inject(tx, lame, len);
601 void send_assoc(int tx) { argument
631 send_frame(tx, buf, sizeof(*wh) + 2 + 2 + 2 +
657 void send_auth(int tx) { argument
670 send_frame(tx, buf, sizeof(*wh) + 2 + 2 + 2);
764 void send_ack(int tx) { argument
1586 void anal(unsigned char* buf, int rd, int tx) { // yze argument
1608 send_ack(tx);
1688 send_fragment(int tx, struct frag_state* fs, struct prga_info *pi) argument
1776 discover_prga(int tx) argument
1797 decrypt(int tx) argument
1961 send_arp(int tx, unsigned short op, unsigned char* srcip, unsigned char* srcmac, unsigned char* dstip, unsigned char* dstmac) argument
1996 can_write(int tx) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_key.c386 BIGNUM *tx, *ty; local
410 tx = BN_CTX_get(ctx);
419 tx, ty, ctx))
429 tx, ty, ctx))
435 if (BN_cmp(x, tx) || BN_cmp(y, ty))
/freebsd-10.0-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h569 static inline void ipoib_cm_set(struct ipoib_path *path, struct ipoib_cm_tx *tx) argument
571 path->cm = tx;
584 void ipoib_cm_send(struct ipoib_dev_priv *priv, struct mbuf *mb, struct ipoib_cm_tx *tx);
592 void ipoib_cm_destroy_tx(struct ipoib_cm_tx *tx);
624 static inline void ipoib_cm_set(struct ipoib_path *path, struct ipoib_cm_tx *tx) argument
639 void ipoib_cm_send(struct ipoib_dev_priv *priv, struct mbuf *mb, struct ipoib_cm_tx *tx) argument
675 void ipoib_cm_destroy_tx(struct ipoib_cm_tx *tx) argument

Completed in 655 milliseconds

12345678