/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_hv.c | 53 nxhv_dc_fp_t *tx; local 69 tx = &nhd->hio.tx; 71 tx->assign = &hv_niu_tx_dma_assign; 72 tx->unassign = &hv_niu_tx_dma_unassign; 73 tx->get_map = &hv_niu_vr_get_txmap; 76 tx->lp_conf = &hv_niu_tx_logical_page_conf; 77 tx->lp_info = &hv_niu_tx_logical_page_info; 79 tx->lp_cfgh_conf = &hv_niu_cfgh_tx_logical_page_conf; 80 tx [all...] |
/illumos-gate/usr/src/cmd/rcap/common/ |
H A D | rcapd_conf.c | 169 scf_transaction_t *tx = NULL; local 179 if ((tx = scf_transaction_setup(simple_h)) == NULL) { 186 if (scf_set_count_property(tx, PRESSURE, 194 if (scf_set_count_property(tx, RECONFIG_INT, 201 if (scf_set_count_property(tx, RSS_SAMPLE_INT, 208 if (scf_set_count_property(tx, REPORT_INT, 215 if (scf_set_count_property(tx, WALK_INT, 222 if ((rval = scf_transaction_commit(tx)) == -1) 226 if (scf_transaction_restart(simple_h, tx) 238 if (tx ! [all...] |
/illumos-gate/usr/src/cmd/refer/ |
H A D | tick.c | 32 struct tbuffer tx; local 34 times(&tx); 36 user = tx.proc_user_time; 37 systm = tx.proc_system_time; 44 struct tbuffer tx; local 49 times(&tx); 52 use = (tx.proc_user_time - user)/60.; 53 sys = (tx.proc_system_time - systm)/60.;
|
H A D | refer6.c | 33 char *s, *tx; local 48 tx = s+3; 52 tx = s+2; 57 tx = s; 63 tx = caps(tx, buf1); 65 fprintf(stderr, " s %o tx %o %s\n", s, tx, tx); 70 fprintf(fo, "%s%c", tx, se [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | bplist.c | 63 bplist_iterate(bplist_t *bpl, bplist_itor_t *func, void *arg, dmu_tx_t *tx) argument 72 func(arg, &bpe->bpe_blk, tx);
|
H A D | dsl_synctask.c | 37 dsl_null_checkfunc(void *arg, dmu_tx_t *tx) argument 50 * dmu_tx_is_syncing(tx). 71 dmu_tx_t *tx; local 82 tx = dmu_tx_create_dd(dp->dp_mos_dir); 83 VERIFY0(dmu_tx_assign(tx, TXG_WAIT)); 86 dst.dst_txg = dmu_tx_get_txg(tx); 96 err = dst.dst_checkfunc(arg, tx); 100 dmu_tx_commit(tx); 107 dmu_tx_commit(tx); 122 int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx) 121 dsl_sync_task_nowait(dsl_pool_t *dp, dsl_syncfunc_t *syncfunc, void *arg, int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx) argument 143 dsl_sync_task_sync(dsl_sync_task_t *dst, dmu_tx_t *tx) argument [all...] |
H A D | ddt_zap.c | 38 ddt_zap_create(objset_t *os, uint64_t *objectp, dmu_tx_t *tx, boolean_t prehash) argument 47 DMU_OT_NONE, 0, tx); 53 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) argument 55 return (zap_destroy(os, object, tx)); 91 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) argument 100 DDT_KEY_WORDS, 1, csize, cbuf, tx)); 104 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) argument 107 DDT_KEY_WORDS, tx));
|
H A D | dmu_object.c | 36 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) 95 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); 100 dmu_tx_add_new_object(tx, os, object); 106 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) 111 if (object == DMU_META_DNODE_OBJECT && !dmu_tx_private_ok(tx)) 117 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); 120 dmu_tx_add_new_object(tx, os, object); 126 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) 139 dnode_reallocate(dn, ot, blocksize, bonustype, bonuslen, tx); 146 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) argument 35 dmu_object_alloc(objset_t *os, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument 105 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument 125 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument 192 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, dmu_tx_t *tx) argument 214 SPA_FEATURE_EXTENSIBLE_DATASET, tx); local 218 dmu_object_free_zapified(objset_t *mos, uint64_t object, dmu_tx_t *tx) argument 231 SPA_FEATURE_EXTENSIBLE_DATASET, tx); local [all...] |
H A D | spa_errlog.c | 302 sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj, dmu_tx_t *tx) argument 313 0, tx); 322 *obj, buf, 1, strlen(name) + 1, name, tx); 345 dmu_tx_t *tx; local 368 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); 373 sync_error_list(spa, &last, &spa->spa_errlog_last, tx); 381 spa->spa_errlog_last, tx) == 0); 385 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx); 391 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx); 398 &spa->spa_errlog_last, tx); [all...] |
H A D | zfs_sa.c | 95 zfs_sa_symlink(znode_t *zp, char *link, int len, dmu_tx_t *tx) argument 101 len + ZFS_OLD_ZNODE_PHYS_SIZE, tx) == 0); 109 zfs_grow_blocksize(zp, len, tx); 113 dmu_buf_will_dirty(dbp, tx); 156 zfs_sa_set_scanstamp(znode_t *zp, xvattr_t *xvap, dmu_tx_t *tx) argument 166 sizeof (xoap->xoa_av_scanstamp), tx)); 176 VERIFY(dmu_set_bonus(db, len, tx) == 0); 182 &zp->z_pflags, sizeof (uint64_t), tx)); 195 zfs_sa_upgrade(sa_handle_t *hdl, dmu_tx_t *tx) argument 305 VERIFY(dmu_set_bonustype(db, DMU_OT_SA, tx) 319 zfs_sa_upgrade_txholds(dmu_tx_t *tx, znode_t *zp) argument [all...] |
H A D | bptree.c | 58 dmu_tx_t *ba_tx; /* caller supplied tx, NULL if not freeing */ 62 bptree_alloc(objset_t *os, dmu_tx_t *tx) argument 70 sizeof (bptree_phys_t), tx); 77 dmu_buf_will_dirty(db, tx); 90 bptree_free(objset_t *os, uint64_t obj, dmu_tx_t *tx) argument 103 return (dmu_object_free(os, obj, tx)); 122 uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx) 133 ASSERT(dmu_tx_is_syncing(tx)); 140 dmu_write(os, obj, bt->bt_end * sizeof (bte), sizeof (bte), &bte, tx); 142 dmu_buf_will_dirty(db, tx); 121 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx) argument 187 bptree_iterate(objset_t *os, uint64_t obj, boolean_t free, bptree_itor_t func, void *arg, dmu_tx_t *tx) argument [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | _Qfpack.c | 387 single_type tx; local 388 packsingle(pu, &tx); 390 unpacksingle(pu, tx); 395 double_type tx; local 397 packdouble(pu, &tx, &ty); 399 unpackdouble(pu, tx, ty);
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | __rem_pio2.c | 66 double tx[3]; local 149 tx[2] = (double)i; 151 tx[1] = (double)j; 152 tx[0] = (double)((((ix & 0xfffff) | 0x100000) << 3) | 161 n = __rem_pio2m(tx, y, e0, nx, 2, _TBL_ipio2_inf);
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | t6.c | 19 # define tx(a) (a>(char *)0 && a<(char *)128) macro 69 if (tx(s) != text) continue; 86 if (tx(s) != text) continue;
|
/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vcosbig.c | 72 double tx, tt[3], ty[2], t, w, z, a; local 82 HI(&tx) = 0x41600000 | (hx & 0xfffff); 83 LO(&tx) = LO(x); 84 tt[0] = (double)((int) tx); 85 tx = (tx - tt[0]) * two24; 86 if (tx != zero) 89 tt[1] = (double)((int) tx); 90 tt[2] = (tx - tt[1]) * two24;
|
H A D | __vcosbigf.c | 72 double tx, tt[3], ty[2], t, w, z, a; local 76 tx = *x; 77 hx = HI(&tx); 83 HI(&tx) = 0x41600000 | (hx & 0xfffff); 85 tt[0] = (double)((int) tx); 86 tx = (tx - tt[0]) * two24; 87 if (tx != zero) 90 tt[1] = (double)((int) tx); 91 tt[2] = (tx [all...] |
H A D | __vsinbig.c | 72 double tx, tt[3], ty[2], t, w, z, a; local 82 HI(&tx) = 0x41600000 | (hx & 0xfffff); 83 LO(&tx) = LO(x); 84 tt[0] = (double)((int) tx); 85 tx = (tx - tt[0]) * two24; 86 if (tx != zero) 89 tt[1] = (double)((int) tx); 90 tt[2] = (tx - tt[1]) * two24;
|
H A D | __vsinbigf.c | 72 double tx, tt[3], ty[2], t, w, z, a; local 76 tx = *x; 77 hx = HI(&tx); 83 HI(&tx) = 0x41600000 | (hx & 0xfffff); 85 tt[0] = (double)((int) tx); 86 tx = (tx - tt[0]) * two24; 87 if (tx != zero) 90 tt[1] = (double)((int) tx); 91 tt[2] = (tx [all...] |
H A D | __vrhypotf.c | 288 int tx = *(int*)(px - stridex) & 0x7fffffff; local 289 if (tx == 0) /* X = 0 */
|
/illumos-gate/usr/src/uts/common/fs/sharefs/ |
H A D | sharefs_vnops.c | 341 sharefs_inactive(vnode_t *vp, cred_t *cr, caller_context_t *tx) argument
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 73 * dmu_tx_commit(tx) 74 * dmu_tx_abort(tx) 336 dmu_tx_t *tx; local 348 tx = dmu_tx_create(sl->sl_zvol_objset_hdl); 349 dmu_tx_hold_write(tx, ZVOL_OBJ, offset, (int)len); 350 error = dmu_tx_assign(tx, TXG_WAIT); 353 dmu_tx_abort(tx); 367 dmu_assign_arcbuf(sl->sl_zvol_bonus_hdl, toffset, abuf, tx); 374 zvol_log_write_minor(sl->sl_zvol_minor_hdl, tx, offset, 376 dmu_tx_commit(tx); 422 dmu_tx_t *tx; local [all...] |
/illumos-gate/usr/src/lib/libast/common/string/ |
H A D | base64.c | 168 register unsigned char* tx; local 191 tx = te - tz; 196 te = tx = tp; 211 if (tp >= tx)
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | cnex.h | 84 cnex_intr_t tx; /* Transmit interrupt */ member in struct:cnex_ldc
|
/illumos-gate/usr/src/uts/sparc/fpu/ |
H A D | pack.c | 519 single_type tx; local 521 packsingle(pfpsd, pu, &tx); 523 unpacksingle(pfpsd, pu, tx); 528 double_type tx; local 531 packdouble(pfpsd, pu, &tx, &ty); 533 unpackdouble(pfpsd, pu, tx, ty);
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 322 int nt, tx, x, stcost, iscont; local 333 tx = (nt > 0) ? (cx / TABSIZE + nt) * TABSIZE : cx; 338 for (x = tx; x < nx; ++x) { 370 for (x = tx; x < nx; ++x) { 396 int tx, nt, x, stcost; local 403 tx = cx; 413 tx = x; 416 stcost = nt * _COST(Back_tab) + (tx-nx) * _COST(Cursor_left); 431 for (; tx > nx; --tx) [all...] |