/titanic_41/usr/src/uts/i86pc/io/ |
H A D | consplat.c | 80 console_type(int *tnum) in console_type() argument 90 if (tnum != NULL) in console_type() 91 *tnum = tty_num; in console_type() 98 if (tnum != NULL) in console_type() 99 *tnum = tty_num; in console_type() 149 if (tnum != NULL) in console_type() 150 *tnum = tty_num; in console_type()
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | delete.c | 178 sqliteVdbeAddOp(v, OP_OpenRead, iCur, pTab->tnum); in sqliteDeleteFrom() 187 sqliteVdbeAddOp(v, OP_Clear, pTab->tnum, pTab->iDb); in sqliteDeleteFrom() 189 sqliteVdbeAddOp(v, OP_Clear, pIdx->tnum, pIdx->iDb); in sqliteDeleteFrom() 235 sqliteVdbeAddOp(v, OP_OpenRead, iCur, pTab->tnum); in sqliteDeleteFrom() 277 sqliteVdbeAddOp(v, OP_Close, iCur + i, pIdx->tnum); in sqliteDeleteFrom() 294 sqliteVdbeAddOp(v, OP_Close, iCur + i, pIdx->tnum); in sqliteDeleteFrom()
|
H A D | update.c | 270 sqliteVdbeAddOp(v, OP_OpenRead, iCur, pTab->tnum); in sqliteUpdate() 321 sqliteVdbeAddOp(v, OP_OpenWrite, iCur, pTab->tnum); in sqliteUpdate() 336 sqliteVdbeAddOp(v, OP_OpenWrite, iCur+i+1, pIdx->tnum); in sqliteUpdate()
|
H A D | pragma.c | 642 sqliteVdbeOp3(v, OP_OpenRead, 1, pTab->tnum, pTab->zName, 0); in sqlitePragma() 644 if( pIdx->tnum==0 ) continue; in sqlitePragma() 646 sqliteVdbeOp3(v, OP_OpenRead, j+2, pIdx->tnum, pIdx->zName, 0); in sqlitePragma() 697 if( pIdx->tnum==0 ) continue; in sqlitePragma()
|
H A D | build.c | 915 p->tnum = db->init.newTnum; in sqliteEndTable() 933 sqliteVdbeOp3(v, OP_CreateTable, 0, p->iDb, (char*)&p->tnum, P3_POINTER); in sqliteEndTable() 938 p->tnum = 0; in sqliteEndTable() 1281 sqliteVdbeAddOp(v, OP_Destroy, pTable->tnum, pTable->iDb); in sqliteDropTable() 1283 sqliteVdbeAddOp(v, OP_Destroy, pIdx->tnum, pIdx->iDb); in sqliteDropTable() 1665 pIndex->tnum = db->init.newTnum; in sqliteCreateIndex() 1700 sqliteVdbeOp3(v, OP_CreateIndex, 0, isTemp,(char*)&pIndex->tnum,P3_POINTER); in sqliteCreateIndex() 1701 pIndex->tnum = 0; in sqliteCreateIndex() 1718 sqliteVdbeOp3(v, OP_OpenRead, 2, pTab->tnum, pTab->zName, 0); in sqliteCreateIndex() 1822 sqliteVdbeAddOp(v, OP_Destroy, pIndex->tnum, pIndex->iDb); in sqliteDropIndex()
|
H A D | insert.c | 205 int addr = sqliteVdbeFindOp(v, OP_OpenRead, pTab->tnum); in sqliteInsert() 916 sqliteVdbeOp3(v, OP_OpenWrite, base, pTab->tnum, pTab->zName, P3_STATIC); in sqliteOpenTableAndIndices() 919 sqliteVdbeOp3(v, OP_OpenWrite, i+base, pIdx->tnum, pIdx->zName, P3_STATIC); in sqliteOpenTableAndIndices()
|
H A D | sqliteInt.h | 505 int tnum; /* Root BTree node for this table (see note above) */ member 627 int tnum; /* Page containing root of this index in database file */ member
|
H A D | main.c | 107 if( pIndex==0 || pIndex->tnum!=0 ){ in sqliteInitCallback() 115 pIndex->tnum = atoi(argv[2]); in sqliteInitCallback()
|
H A D | where.c | 711 sqliteVdbeOp3(v, OP_OpenRead, pTabList->a[i].iCursor, pTab->tnum, in sqliteWhereBegin() 716 sqliteVdbeOp3(v, OP_OpenRead, pWInfo->a[i].iCur, pIx->tnum, pIx->zName,0); in sqliteWhereBegin()
|
H A D | select.c | 1930 sqliteVdbeOp3(v, OP_OpenRead, base, pTab->tnum, pTab->zName, 0); in simpleMinMaxQuery() 1937 sqliteVdbeOp3(v, OP_OpenRead, base+1, pIdx->tnum, pIdx->zName, P3_STATIC); in simpleMinMaxQuery()
|
/titanic_41/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 71 console_hypervisor_dev_type(int *tnum) in console_hypervisor_dev_type() argument 73 if (tnum != NULL) in console_hypervisor_dev_type() 74 *tnum = console_hypervisor_tty_num; in console_hypervisor_dev_type() 494 boot_console_type(int *tnum) in boot_console_type() argument 496 if (tnum != NULL) in boot_console_type() 497 *tnum = tty_num; in boot_console_type()
|
/titanic_41/usr/src/cmd/captoinfo/ |
H A D | captoinfo.c | 176 enum { tbool, tnum, tstr, tcancel, tunknown } type; in checktermcap() enumerator 207 case '#': type = tnum; break; in checktermcap() 221 (type == tnum) ? "numeric" : in checktermcap() 237 if (type != tnum && type != tcancel) in checktermcap() 259 (type == tnum) ? "numeric" : in checktermcap()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_client_secinfo.c | 534 int tnum = 0; in comp_total() local 544 tnum++; in comp_total() 547 tnum++; in comp_total() 552 return (tnum); in comp_total()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | date.test | 22 proc datetest {tnum expr result} { 23 do_test date-$tnum [subst {
|
/titanic_41/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 3216 sf_create_target(struct sf *sf, struct sf_els_hdr *privp, int tnum, int64_t lun) in sf_create_target() argument 3248 "lun %" PRIx64 ": No LUN 0\n", tnum, lun); in sf_create_target() 3275 target->sft_hard_address = sf_switch_to_alpa[tnum]; in sf_create_target() 3309 ntarget->sft_hard_address = sf_switch_to_alpa[tnum]; in sf_create_target() 3337 tnum); in sf_create_target() 3344 if ((otarget = sf->sf_targets[tnum]) != NULL) { in sf_create_target() 3354 "target 0x%x, duplicate switch settings\n", tnum); in sf_create_target() 3365 tnum); in sf_create_target() 3366 bzero((caddr_t)&sf->sf_stats.tstats[tnum], in sf_create_target() 3372 sf->sf_targets[tnum] = target; in sf_create_target() [all …]
|
/titanic_41/usr/src/cmd/tar/ |
H A D | tar.c | 1053 int tnum; in main() local 1079 if ((tnum = mkstemp(tname)) == -1) in main() 1081 if ((tfile = fdopen(tnum, "w")) == NULL) in main()
|
/titanic_41/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.msg | 512 \tnum\n\
|