| /onnv/onnv-gate/usr/src/uts/common/io/nxge/ |
| nxge_hv.c | 46 nxhv_dc_fp_t *tx; local 58 tx = &nhd->hio.tx; 60 tx->assign = &hv_niu_tx_dma_assign; 61 tx->unassign = &hv_niu_tx_dma_unassign; 62 tx->get_map = &hv_niu_vr_get_txmap; 64 tx->lp_conf = &hv_niu_tx_logical_page_conf; 65 tx->lp_info = &hv_niu_tx_logical_page_info; 67 tx->getinfo = &hv_niu_vrtx_getinfo;
|
| nxge_intr.c | 59 * type Tx or Rx 149 * type Tx or Rx 234 * type Tx or Rx 306 * type Tx or Rx 407 * type Tx or Rx 781 nxhv_dc_fp_t *tx = &nhd->hio.tx; local 784 if (tx->getinfo == 0) { 786 "nx_hio_tdsv_add: tx->getinfo absent")); 793 hv_rv = (*tx->getinfo)(dc->cookie, dc->page, &dc->ldg.index [all...] |
| nxge_hio_guest.c | 187 nxhv_dc_fp_t *tx, *rx; local 282 tx = &nhd->hio.tx; 283 if (tx->get_map) { 286 * virtual Tx DMA channels we own - 289 hv_rv = (*tx->get_map)(vr->cookie, &tx_map); 292 "tx->get_map() failed")); 459 * A guest domain has one Tx & one Rx group, so far. 818 * Start the timer which checks for Tx hangs. 870 * Essentially, check for Tx hangs. In the future, if we ar [all...] |
| /onnv/onnv-gate/usr/src/cmd/rcap/common/ |
| 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 != NULL) [all...] |
| /onnv/onnv-gate/usr/src/cmd/refer/ |
| 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.;
|
| 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, sep) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| dmu_object.c | 33 dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) 77 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); 82 dmu_tx_add_new_object(tx, os, object); 88 int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) 93 if (object == DMU_META_DNODE_OBJECT && !dmu_tx_private_ok(tx)) 99 dnode_allocate(dn, ot, blocksize, 0, bonustype, bonuslen, tx); 102 dmu_tx_add_new_object(tx, os, object); 111 dmu_tx_t *tx; local 143 tx = dmu_tx_create(os); 144 dmu_tx_hold_bonus(tx, object) [all...] |
| dsl_synctask.c | 37 dsl_null_checkfunc(void *arg1, void *arg2, dmu_tx_t *tx) 78 dmu_tx_t *tx; local 83 tx = dmu_tx_create_dd(dstg->dstg_pool->dp_mos_dir); 84 VERIFY(0 == dmu_tx_assign(tx, TXG_WAIT)); 86 txg = dmu_tx_get_txg(tx); 102 dst->dst_checkfunc(dst->dst_arg1, dst->dst_arg2, tx); 109 dmu_tx_commit(tx); 115 dmu_tx_commit(tx); 128 dsl_sync_task_group_nowait(dsl_sync_task_group_t *dstg, dmu_tx_t *tx) 133 txg = dmu_tx_get_txg(tx); [all...] |
| spa_errlog.c | 330 sync_error_list(spa_t *spa, avl_tree_t *t, uint64_t *obj, dmu_tx_t *tx) 341 0, tx); 350 *obj, buf, 1, strlen(name) + 1, name, tx); 373 dmu_tx_t *tx; local 396 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); 401 sync_error_list(spa, &last, &spa->spa_errlog_last, tx); 409 spa->spa_errlog_last, tx) == 0); 413 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx); 419 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx); 426 &spa->spa_errlog_last, tx); [all...] |
| spa_history.c | 81 spa_history_create_obj(spa_t *spa, dmu_tx_t *tx) 90 sizeof (spa_history_phys_t), tx); 94 &spa->spa_history, tx) == 0); 100 dmu_buf_will_dirty(dbp, tx); 146 dmu_tx_t *tx) 165 dmu_write(mos, spa->spa_history, phys_eof, firstwrite, buf, tx); 171 len, (char *)buf + firstwrite, tx); 191 spa_history_log_sync(void *arg1, void *arg2, cred_t *cr, dmu_tx_t *tx) 211 spa_history_create_obj(spa, tx); 221 dmu_buf_will_dirty(dbp, tx); 422 spa_history_log_sync, spa, hap, 0, tx); local [all...] |
| zfs_dir.c | 423 zfs_unlinked_add(znode_t *zp, dmu_tx_t *tx) 431 zap_add_int(zfsvfs->z_os, zfsvfs->z_unlinkedobj, zp->z_id, tx)); 503 dmu_tx_t *tx; local 522 tx = dmu_tx_create(zfsvfs->z_os); 523 dmu_tx_hold_bonus(tx, dzp->z_id); 524 dmu_tx_hold_zap(tx, dzp->z_id, FALSE, zap.za_name); 525 dmu_tx_hold_bonus(tx, xzp->z_id); 526 dmu_tx_hold_zap(tx, zfsvfs->z_unlinkedobj, FALSE, NULL); 527 error = dmu_tx_assign(tx, TXG_WAIT); 529 dmu_tx_abort(tx); 557 dmu_tx_t *tx; local 806 dmu_tx_t *tx; local [all...] |
| txg.c | 48 tx_state_t *tx = &dp->dp_tx; local 50 bzero(tx, sizeof (tx_state_t)); 52 tx->tx_cpu = kmem_zalloc(max_ncpus * sizeof (tx_cpu_t), KM_SLEEP); 57 mutex_init(&tx->tx_cpu[c].tc_lock, NULL, MUTEX_DEFAULT, NULL); 59 cv_init(&tx->tx_cpu[c].tc_cv[i], NULL, CV_DEFAULT, 61 list_create(&tx->tx_cpu[c].tc_callbacks[i], 67 mutex_init(&tx->tx_sync_lock, NULL, MUTEX_DEFAULT, NULL); 69 cv_init(&tx->tx_sync_more_cv, NULL, CV_DEFAULT, NULL); 70 cv_init(&tx->tx_sync_done_cv, NULL, CV_DEFAULT, NULL); 71 cv_init(&tx->tx_quiesce_more_cv, NULL, CV_DEFAULT, NULL) 84 tx_state_t *tx = &dp->dp_tx; local 121 tx_state_t *tx = &dp->dp_tx; local 183 tx_state_t *tx = &dp->dp_tx; local 220 tx_state_t *tx = &dp->dp_tx; local 272 tx_state_t *tx = &dp->dp_tx; local 321 tx_state_t *tx = &dp->dp_tx; local 356 tx_state_t *tx = &dp->dp_tx; local 432 tx_state_t *tx = &dp->dp_tx; local 481 tx_state_t *tx = &dp->dp_tx; local 506 tx_state_t *tx = &dp->dp_tx; local 529 tx_state_t *tx = &dp->dp_tx; local 549 tx_state_t *tx = &dp->dp_tx; local 556 tx_state_t *tx = &dp->dp_tx; local [all...] |
| dsl_pool.c | 263 dmu_tx_t *tx = dmu_tx_create_assigned(dp, txg); local 270 NULL, &dp->dp_meta_rootbp, DMU_OST_META, tx); 274 DMU_OT_OBJECT_DIRECTORY, DMU_OT_NONE, 0, tx); 278 dp->dp_root_dir_obj = dsl_dir_create_sync(dp, NULL, NULL, tx); 283 (void) dsl_dir_create_sync(dp, dp->dp_root_dir, MOS_DIR_NAME, tx); 288 dsl_pool_create_origin(dp, tx); 291 dsobj = dsl_dataset_create_sync_dd(dp->dp_root_dir, NULL, 0, tx); 296 dsl_dataset_get_blkptr(ds), DMU_OST_ZFS, tx); 298 zfs_create_fs(os, kcred, zplprops, tx); 302 dmu_tx_commit(tx); 311 dmu_tx_t *tx; local 575 dmu_tx_t *tx = arg; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/tbl/ |
| 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;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/rc4/ |
| rc4_enc.c | 74 register RC4_INT x,y,tx,ty; local 115 tx=d[x], \ 116 y=(tx+y)&0xff, \ 118 d[y]=tx, \ 120 (RC4_CHUNK)d[(tx+ty)&0xff]\ 267 tx=d[x]; \ 268 y=(tx+y)&0xff; \ 270 d[y]=tx; \ 271 (out) = d[(tx+ty)&0xff]^ (in);
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| _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);
|
| /onnv/onnv-gate/usr/src/uts/sparc/fpu/ |
| 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);
|
| /onnv/onnv-gate/usr/src/lib/libast/common/string/ |
| base64.c | 158 register unsigned char* tx; local 181 tx = te - tz; 186 te = tx = tp; 201 if (tp >= tx)
|
| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| 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...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/sys/ |
| cnex.h | 84 cnex_intr_t tx; /* Transmit interrupt */ member in struct:cnex_ldc
|
| /onnv/onnv-gate/usr/src/cmd/svc/common/ |
| manifest_hash.c | 201 scf_transaction_t *tx = NULL; local 332 tx = scf_transaction_create(hndl); 333 if (tx == NULL) { 348 if (scf_transaction_start(tx, pg) != SCF_SUCCESS) { 362 scf_transaction_destroy(tx); 367 if (scf_transaction_property_new(tx, e, MHASH_PROP, 369 scf_transaction_property_change_type(tx, e, MHASH_PROP, 381 if (scf_transaction_property_new(tx, fe, MFILE_PROP, 383 scf_transaction_property_change_type(tx, fe, MFILE_PROP, 395 ret = scf_transaction_commit(tx); [all...] |
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| mms_cfg.c | 79 static int mms_cfg_tx_error(scf_transaction_t *tx, 81 static void mms_cfg_tx_fini(scf_transaction_t *tx, 211 scf_transaction_t *tx; local 215 tx = scf_transaction_create(mms_cfg_handle); 220 return (mms_cfg_tx_error(tx, e1, v1)); 222 if (scf_transaction_start(tx, mms_cfg_pg) == -1) { 223 return (mms_cfg_tx_error(tx, e1, v1)); 225 if (scf_transaction_property_new(tx, e1, name, type) == -1) { 227 return (mms_cfg_tx_error(tx, e1, v1)); 229 if (scf_transaction_property_change(tx, e1, name, type) == -1) 415 scf_transaction_t *tx; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/acctadm/ |
| aconf.c | 323 scf_transaction_t *tx; local 333 (tx = scf_transaction_create(handle)) == NULL) 338 scf_transaction_start(tx, pg) == -1) 342 if (scf_transaction_property_change(tx, p->entry, 347 tx_result = scf_transaction_commit(tx); 348 scf_transaction_reset(tx); 362 scf_transaction_destroy(tx);
|
| /onnv/onnv-gate/usr/src/cmd/svc/prophist/ |
| prophist.c | 108 static scf_transaction_t *tx; variable 151 tx = scf_transaction_create(hndl); 162 tx == NULL || 211 if (scf_transaction_start(tx, pg) != 0) 214 if (scf_transaction_property_delete(tx, entry, prop_name) != 0) 217 if (scf_transaction_commit(tx) != 1) 285 if (scf_transaction_start(tx, pg) != SCF_SUCCESS) { 297 if (scf_transaction_property_change_type(tx, entry, 320 result = scf_transaction_commit(tx); 322 scf_transaction_reset(tx); [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/ |
| inetadm.c | 191 scf_transaction_t *tx; local 241 if ((tx = scf_transaction_create(h)) == NULL || 248 if (scf_transaction_start(tx, gpg) == -1) { 257 ret = scf_transaction_property_new(tx, ent, prop, type); 259 ret = scf_transaction_property_change_type(tx, ent, 287 ret = scf_transaction_commit(tx); 295 scf_transaction_reset(tx); 309 scf_transaction_destroy(tx); 322 scf_transaction_t *tx; local 330 (tx = scf_transaction_create(h)) == NULL | [all...] |