/titanic_51/usr/src/uts/sun4v/ml/ |
H A D | hcall.s | 375 ta FAST_TRAP 385 ta FAST_TRAP 396 ta FAST_TRAP 406 ta FAST_TRAP 418 ta FAST_TRAP 429 ta FAST_TRAP 440 ta FAST_TRAP 462 ta FAST_TRAP 469 ta FAST_TRAP 483 ta FAST_TRA [all...] |
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
H A D | rc_mem.c | 38 struct authlist *ta, *pta = NULL, *head; in rc_store() local 53 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store() 54 switch (cmp(&ta->rep, rep)) { in rc_store() 58 if (alive(context, &ta->rep, t->lifespan, time) in rc_store() 60 free(ta->rep.client); in rc_store() 61 free(ta->rep.server); in rc_store() 63 pta->nh = ta in rc_store() [all...] |
H A D | rc_file.c | 43 struct authlist *ta; in rc_store() local 58 for (ta = t->h[rephash]; ta; ta = ta->nh) { in rc_store() 59 switch(cmp(&ta->rep, rep)) in rc_store() 64 if (alive(context, &ta->rep, t->lifespan, time) == CMP_EXPIRED) in rc_store() 74 if (!(ta = (struct authlist *) malloc(sizeof(struct authlist)))) in rc_store() 76 ta->rep = *rep; in rc_store() 77 if (!(ta in rc_store() [all...] |
/titanic_51/usr/src/uts/common/io/nxge/ |
H A D | nxge_hcall.s | 271 ta FAST_TRAP 284 ta FAST_TRAP 296 ta FAST_TRAP 309 ta FAST_TRAP 322 ta FAST_TRAP 332 ta FAST_TRAP 345 ta FAST_TRAP 357 ta FAST_TRAP 368 ta FAST_TRAP 380 ta FAST_TRA [all...] |
/titanic_51/usr/src/uts/sun4v/io/px/ |
H A D | px_hcall.s | 234 ta FAST_TRAP 252 ta FAST_TRAP 271 ta FAST_TRAP 292 ta FAST_TRAP 309 ta FAST_TRAP 336 ta FAST_TRAP 356 ta FAST_TRAP 373 ta FAST_TRAP 389 ta FAST_TRAP 407 ta FAST_TRA [all...] |
/titanic_51/usr/src/uts/common/os/ |
H A D | watchpoint.c | 505 int ta = 0; in pr_is_watchpoint() local 577 ta = 1; in pr_is_watchpoint() 585 *pta = ta; in pr_is_watchpoint() 683 sys_watchpoint(caddr_t addr, int watchcode, int ta) in sys_watchpoint() argument 699 sqp->sq_info.si_trapafter = ta; in sys_watchpoint() 769 int ta; in watch_xcopyin() local 779 watchcode = pr_is_watchpoint(&vaddr, &ta, in watch_xcopyin() 781 if (watchcode && ta == 0) in watch_xcopyin() 805 while (count && watchcode && ta && len > part && error == 0) { in watch_xcopyin() 827 (!sys_watchpoint(vaddr, watchcode, ta) || in watch_xcopyin() 859 int ta; watch_xcopyout() local 963 int ta; watch_copyinstr() local 1077 int ta; watch_copyoutstr() local 1176 int ta; watch_fuword() local 1246 int ta; watch_suword8() local 1288 int ta; watch_suword16() local 1330 int ta; watch_suword32() local 1373 int ta; watch_suword64() local 1495 int mapped, watchcode, ta; watch_physio() local [all...] |
/titanic_51/usr/src/cmd/arcwatch/ |
H A D | arcwatch.c | 191 trace_args_t *ta = arg; in process_trace() local 208 if (ta->ofd != -1) { in process_trace() 209 pthread_mutex_lock(&ta->mtx); in process_trace() 210 if (ta->ptr + sizeof(ar) > sizeof(ta->buf)) { in process_trace() 211 ret = write(ta->ofd, ta->buf, ta->ptr); in process_trace() 218 ta->ptr = 0; in process_trace() 220 memcpy(ta in process_trace() 267 trace_args_t ta = { 0 }; run_dtrace() local [all...] |
/titanic_51/usr/src/uts/sun4v/io/n2rng/ |
H A D | n2rng_hcall.s | 89 ta FAST_TRAP 102 ta FAST_TRAP 118 ta FAST_TRAP 135 ta FAST_TRAP 146 ta FAST_TRAP 158 ta FAST_TRAP 170 ta FAST_TRAP 181 ta FAST_TRAP
|
/titanic_51/usr/src/uts/sun4v/io/ |
H A D | vnet_dds_hcall.s | 83 ta FAST_TRAP 95 ta FAST_TRAP 106 ta FAST_TRAP 116 ta FAST_TRAP 126 ta FAST_TRAP
|
/titanic_51/usr/src/lib/libsqlite/test/ |
H A D | in.test | 166 CREATE TABLE ta(a INTEGER PRIMARY KEY, b); 167 INSERT INTO ta VALUES(1,1); 168 INSERT INTO ta VALUES(2,2); 169 INSERT INTO ta VALUES(3,3); 170 INSERT INTO ta VALUES(4,4); 171 INSERT INTO ta VALUES(6,6); 172 INSERT INTO ta VALUES(8,8); 173 INSERT INTO ta VALUES(10, 175 SELECT * FROM ta WHERE a<10; 194 SELECT a FROM ta WHER [all...] |
/titanic_51/usr/src/uts/sun4v/io/glvc/ |
H A D | glvc_hcall.s | 78 ta FAST_TRAP 98 ta FAST_TRAP 113 ta FAST_TRAP 126 ta FAST_TRAP 136 ta FAST_TRAP
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_termio.c | 1231 termio_dump(termio_data_t *td, const termio_attr_t *ta) in termio_dump() argument 1235 for (; ta->ta_name != NULL; ta++) { in termio_dump() 1236 switch (ta->ta_type) { in termio_dump() 1239 if (ta->ta_valp->at_str != NULL) { in termio_dump() 1240 str = strchr2esc(ta->ta_valp->at_str, in termio_dump() 1241 strlen(ta->ta_valp->at_str)); in termio_dump() 1243 ta->ta_name, str); in termio_dump() 1247 ta->ta_name); in termio_dump() 1252 ta in termio_dump() 1268 const termio_attr_t *ta; termio_setup_attrs() local [all...] |
/titanic_51/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_samedomain.c | 196 char ta[NS_MAXDNAME], tb[NS_MAXDNAME]; in ns_samename() local 198 if (ns_makecanon(a, ta, sizeof ta) < 0 || in ns_samename() 201 if (strcasecmp(ta, tb) == 0) in ns_samename()
|
/titanic_51/usr/src/cmd/fm/eversholt/files/common/ |
H A D | pci.esc | 109 * - ta-pw-d: the device to send a target abort to an upstream request 110 * - ta-drw-d: the device to send a target abort to an upstream request 128 event error.io.pci.ta-pw-d@PCIFN; 129 event error.io.pci.ta-drw-d@PCIFN; 143 event error.io.pci.ta-u@PCIFN; 151 event error.io.pci.device-ta@PCIFN; 157 event error.io.pcix.spl-comp-ta-u@PCIFN; 159 event error.io.pcix.spl-comp-ta-d@PCIFN; 189 error.io.pci.device-ta@PCIFN, 197 prop error.io.pci.device-ta [all...] |
/titanic_51/usr/src/common/devid/ |
H A D | devid.c | 194 char *sbuf, *dsp, *dp, ta; in ddi_devid_str_encode() local 252 ta = DEVID_TYPE_BINTOASCII(id->did_type_lo); in ddi_devid_str_encode() 254 ta = DEVID_TYPE_SETASCII(ta); in ddi_devid_str_encode() 255 *dsp++ = ta; in ddi_devid_str_encode() 320 char *str, *msp, *dsp, *dp, ta; in devid_str_decode_id() local 360 ta = *str++; in devid_str_decode_id() 361 ascii = DEVID_TYPE_ISASCII(ta); in devid_str_decode_id() 362 type = DEVID_TYPE_ASCIITOBIN(ta); in devid_str_decode_id()
|
/titanic_51/usr/src/lib/libc/sparc/threads/ |
H A D | asm_subr.s | 44 ta ST_FLUSH_WINDOWS 47 ta SYSCALL_TRAPNUM 82 ta ST_GETPSR 87 ta ST_FIX_ALIGN 103 ta ST_FLUSH_WINDOWS
|
/titanic_51/usr/src/cmd/troff/troff.d/ |
H A D | Makefile | 30 PROG = troff ta makedev 34 TAOBJS = draw.o ta.o 69 ta:= POBJS= $(TAOBJS) macro 72 ta:= LDLIBS += -lm macro
|
/titanic_51/usr/src/uts/sun4v/cpu/ |
H A D | niagara_asm.s | 64 ta FAST_TRAP 77 ta FAST_TRAP 165 ta FAST_TRAP 176 ta FAST_TRAP
|
/titanic_51/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 6552 ipftuneable_t *ta, **tap; local 6554 for (ta = ifs->ifs_ipf_tuneables; ta->ipft_name != NULL; ta++) 6555 if (ta == cookie) { 6565 if ((ta + 1)->ipft_name != NULL) 6566 *next = ta + 1; 6570 return ta; 6573 for (tap = &ifs->ifs_ipf_tunelist; (ta = *tap) != NULL; tap = &ta 6599 ipftuneable_t *ta; global() local 6628 ipftuneable_t *ta, **tap; global() local 6657 ipftuneable_t *ta, **tap; global() local 6688 ipftuneable_t *ta; global() local [all...] |
/titanic_51/usr/src/cmd/mdb/common/modules/smbfs/ |
H A D | smbfs.c | 86 uintptr_t ta; in smbfs_vfs_cb() local 104 ta = (uintptr_t)vfs->vfs_mntpt; in smbfs_vfs_cb() 105 ta += OFFSETOF(struct refstr, rs_string); in smbfs_vfs_cb() 106 print_str(ta); in smbfs_vfs_cb()
|
/titanic_51/usr/src/lib/libc/sparc/sys/ |
H A D | syscall.s | 65 ta SYSCALL_TRAPNUM 89 ta SYSCALL_TRAPNUM 108 ta SYSCALL_TRAPNUM 137 ta SYSCALL_TRAPNUM
|
/titanic_51/usr/src/lib/libumem/sparc/ |
H A D | asm_subr.s | 80 ta 0x3 88 ta 0x1
|
/titanic_51/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | tomatillo.esc | 52 event error.io.pci.device-ta@hostbridge/pcibus/pcidev/pcifn; 86 * using a device-ta error to propagate into the generic pci.esc rules. 106 error.io.pci.device-ta@PCI_HB_DEV_PATH; 113 error.io.pci.device-ta@PCI_HB_DEV_PATH; 119 error.io.pci.device-ta@PCI_HB_DEV_PATH; 128 error.io.pci.device-ta@PCI_HB_DEV_PATH, 135 error.io.pci.device-ta@PCI_HB_DEV_PATH; 141 error.io.pci.device-ta@PCI_HB_DEV_PATH; 147 error.io.pci.device-ta@PCI_HB_DEV_PATH; 172 * using a device-ta erro [all...] |
/titanic_51/usr/src/uts/sun4v/io/n2piupc/ |
H A D | n2piupc_asm.s | 55 ta FAST_TRAP 64 ta FAST_TRAP
|
/titanic_51/usr/src/uts/sun4v/io/fpc/ |
H A D | fpc-asm-4v.s | 62 ta FAST_TRAP 74 ta FAST_TRAP
|