Home
last modified time | relevance | path

Searched refs:tnum (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/uts/i86pc/io/
H A Dconsplat.c80 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_50/usr/src/lib/libsqlite/src/
H A Ddelete.c178 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 Dupdate.c270 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 Dpragma.c642 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 Dbuild.c915 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 Dinsert.c205 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 DsqliteInt.h505 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 Dmain.c107 if( pIndex==0 || pIndex->tnum!=0 ){ in sqliteInitCallback()
115 pIndex->tnum = atoi(argv[2]); in sqliteInitCallback()
H A Dwhere.c711 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 Dselect.c1930 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_50/usr/src/uts/i86pc/boot/
H A Dboot_console.c71 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_50/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c176 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_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c534 int tnum = 0; in comp_total() local
544 tnum++; in comp_total()
547 tnum++; in comp_total()
552 return (tnum); in comp_total()
/titanic_50/usr/src/lib/libsqlite/test/
H A Ddate.test22 proc datetest {tnum expr result} {
23 do_test date-$tnum [subst {
/titanic_50/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c3214 sf_create_target(struct sf *sf, struct sf_els_hdr *privp, int tnum, int64_t lun) in sf_create_target() argument
3246 "lun %" PRIx64 ": No LUN 0\n", tnum, lun); in sf_create_target()
3273 target->sft_hard_address = sf_switch_to_alpa[tnum]; in sf_create_target()
3307 ntarget->sft_hard_address = sf_switch_to_alpa[tnum]; in sf_create_target()
3335 tnum); in sf_create_target()
3342 if ((otarget = sf->sf_targets[tnum]) != NULL) { in sf_create_target()
3352 "target 0x%x, duplicate switch settings\n", tnum); in sf_create_target()
3363 tnum); in sf_create_target()
3364 bzero((caddr_t)&sf->sf_stats.tstats[tnum], in sf_create_target()
3370 sf->sf_targets[tnum] = target; in sf_create_target()
[all …]
/titanic_50/usr/src/cmd/tar/
H A Dtar.c1052 int tnum; in main() local
1078 if ((tnum = mkstemp(tname)) == -1) in main()
1080 if ((tfile = fdopen(tnum, "w")) == NULL) in main()
/titanic_50/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.msg512 \tnum\n\