/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | vjcompress.c | 166 register struct tcphdr *th; in vj_compress_tcp() local 184 th = (struct tcphdr *)&((int *)ip)[hlen]; in vj_compress_tcp() 186 if ((th->th_flags & (TH_SYN|TH_FIN|TH_RST|TH_ACK)) != TH_ACK) { in vj_compress_tcp() 190 thlen = (hlen + getth_off(th)) << 2; in vj_compress_tcp() 206 *(int *)th != ((int *)&cs->cs_ip)[getip_hl(&cs->cs_ip)]) { in vj_compress_tcp() 230 *(int *)th == ((int *) in vj_compress_tcp() 284 getth_off(th) != getth_off(oth) || in vj_compress_tcp() 287 (getth_off(th) > 5 && in vj_compress_tcp() 288 BCMP(th + 1, oth + 1, (getth_off(th) - 5) << 2))) { in vj_compress_tcp() 299 if (th->th_flags & TH_URG) { in vj_compress_tcp() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/ |
H A D | libtopo.c | 70 topo_hdl_t th; in topo_handle() local 76 if (mdb_vread(&th, sizeof (th), addr) != sizeof (th)) { in topo_handle() 81 if (mdb_readstr(uuid, sizeof (uuid), (uintptr_t)th.th_uuid) < 0) { in topo_handle() 82 (void) mdb_snprintf(uuid, sizeof (uuid), "<%p>", th.th_uuid); in topo_handle() 84 if (mdb_readstr(root, sizeof (root), (uintptr_t)th.th_rootdir) < 0) { in topo_handle() 85 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir); in topo_handle() 87 if (mdb_readstr(plat, sizeof (plat), (uintptr_t)th.th_platform) < 0) { in topo_handle() 89 th.th_platform); in topo_handle() 91 if (mdb_readstr(isa, sizeof (isa), (uintptr_t)th.th_isa) < 0) { in topo_handle() 92 (void) mdb_snprintf(isa, sizeof (isa), "<%p>", th.th_isa); in topo_handle() [all …]
|
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt_dma.c | 417 qlt_dma_handle_t *th; in qlt_dmem_dma_sync() local 425 th = qsgl->handle_list; in qlt_dmem_dma_sync() 426 while (th) { in qlt_dmem_dma_sync() 427 rv = ddi_dma_sync(th->dma_handle, in qlt_dmem_dma_sync() 432 th = th->next; in qlt_dmem_dma_sync() 659 qlt_dma_handle_t *handle_list, *th; in qlt_dma_setup_dbuf() local 686 th = handle_list; in qlt_dma_setup_dbuf() 695 th->dma_handle, in qlt_dma_setup_dbuf() 702 &th->first_cookie, in qlt_dma_setup_dbuf() 703 &th->num_cookies)) != DDI_DMA_MAPPED) { in qlt_dma_setup_dbuf() [all …]
|
/titanic_50/usr/src/cmd/msgfmt/ |
H A D | msgfmt.c | 1029 wchar_t *tp, *th; in _mbsntowcs() local 1041 th = (wchar_t *)Xmalloc(sizeof (wchar_t) * tbufsize); in _mbsntowcs() 1054 tp = th; in _mbsntowcs() 1070 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1072 tp = th + tbufsize - nc; in _mbsntowcs() 1080 *bufhead = th; in _mbsntowcs() 1081 return ((size_t)(tp - th)); in _mbsntowcs() 1085 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() 1087 tp = th + tbufsize; in _mbsntowcs() 1109 th = (wchar_t *)Xrealloc(th, in _mbsntowcs() [all …]
|
/titanic_50/usr/src/lib/libm/common/complex/ |
H A D | k_atan2.c | 458 double t, xh, th, t1, t2, w1, w2; in __k_atan2() local 513 th = t; in __k_atan2() 514 ((int *) &th)[LOWORD] &= 0xf8000000; in __k_atan2() 517 t1 = (x - xh) * t + xh * (t - th); in __k_atan2() 518 t2 = y - xh * th; in __k_atan2() 533 th = t; in __k_atan2() 534 ((int *) &th)[LOWORD] &= 0xf8000000; in __k_atan2() 537 t1 = (x - xh) * t + xh * (t - th); in __k_atan2() 538 t2 = y - xh * th; in __k_atan2()
|
H A D | k_atan2l.c | 724 long double t, xh, th, t1, t2, w1, w2; in __k_atan2l() local 776 th = t; HALF(th); in __k_atan2l() 778 t1 = (x - xh) * t + xh * (t - th); in __k_atan2l() 779 t2 = y - xh * th; in __k_atan2l() 794 th = t; HALF(th); in __k_atan2l() 796 t1 = (x - xh) * t + xh * (t - th); in __k_atan2l() 797 t2 = y - xh * th; in __k_atan2l()
|
/titanic_50/usr/src/uts/common/io/wpi/ |
H A D | wpivar.h | 198 struct wpi_rx_radiotap_header th; member 201 #define sc_rxtap sc_rxtapu.th 205 struct wpi_tx_radiotap_header th; member 208 #define sc_txtap sc_txtapu.th
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | txg.c | 292 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open() argument 305 th->th_cpu = tc; in txg_hold_open() 306 th->th_txg = txg; in txg_hold_open() 312 txg_rele_to_quiesce(txg_handle_t *th) in txg_rele_to_quiesce() argument 314 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_quiesce() 321 txg_register_callbacks(txg_handle_t *th, list_t *tx_callbacks) in txg_register_callbacks() argument 323 tx_cpu_t *tc = th->th_cpu; in txg_register_callbacks() 324 int g = th->th_txg & TXG_MASK; in txg_register_callbacks() 332 txg_rele_to_sync(txg_handle_t *th) in txg_rele_to_sync() argument 334 tx_cpu_t *tc = th->th_cpu; in txg_rele_to_sync() [all …]
|
/titanic_50/usr/src/cmd/mdb/sparc/kmdb/ |
H A D | kaif_activate.c | 252 struct kaif_trap_handlers *th = &kaif_trap_handlers[i]; in kaif_trap_init() local 253 th->th_install(kaif_tba_native + th->th_tt * 0x20, vatotte); in kaif_trap_init()
|
/titanic_50/usr/src/uts/i86xpv/ml/ |
H A D | amd64.il | 63 movq %r8, %r10 / r10 = 4th arg 72 movq %r8, %r10 / r10 = 4th arg
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | acpica_ec.c | 402 ACPI_TABLE_HEADER *th; in ec_probe_ecdt() local 407 status = AcpiGetTable(ACPI_SIG_ECDT, 1, &th); in ec_probe_ecdt() 422 ecdt = (ACPI_TABLE_ECDT *)th; in ec_probe_ecdt()
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 147 th thai tha 254 th thailand th
|
/titanic_50/usr/src/cmd/truss/ |
H A D | fcall.c | 636 td_thrhandle_t th; in make_lwp_stack() local 679 td_ta_map_lwp2thr(Thr_agent, lwpid, &th) == TD_OK && in make_lwp_stack() 680 td_thr_get_info(&th, &thrinfo) == TD_OK && in make_lwp_stack() 825 td_thrhandle_t th; in find_stack() local 872 if ((error = td_ta_map_lwp2thr(Thr_agent, lwpid, &th)) != TD_OK) { in find_stack() 881 if ((error = td_thr_get_info(&th, &thrinfo)) != TD_OK) { in find_stack() 937 td_thrhandle_t th; in get_tid() local 958 if ((error = td_ta_map_lwp2thr(Thr_agent, lwpid, &th)) != TD_OK) { in get_tid() 967 } else if ((error = td_thr_get_info(&th, &thrinfo)) != TD_OK) { in get_tid()
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_proc.c | 2518 td_thrhandle_t th; in tlsbase() local 2530 err = pt->p_tdb_ops->td_ta_map_id2thr(pt->p_ptl_hdl, tid, &th); in tlsbase() 2544 err = pt->p_tdb_ops->td_thr_tlsbase(&th, loadobjp->rl_tlsmodid, basep); in tlsbase() 4875 td_thrhandle_t th; in pt_tdb_tid() local 4883 Pstatus(t->t_pshandle)->pr_lwp.pr_lwpid, &th)) != TD_OK) in pt_tdb_tid() 4886 if ((err = pt->p_tdb_ops->td_thr_get_info(&th, &ti)) != TD_OK) in pt_tdb_tid() 4930 td_thrhandle_t th; in pt_tdb_getregs() local 4936 if ((err = pt->p_tdb_ops->td_ta_map_id2thr(tap, tid, &th)) != TD_OK) in pt_tdb_getregs() 4939 err = pt->p_tdb_ops->td_thr_getgregs(&th, gregs); in pt_tdb_getregs() 4951 td_thrhandle_t th; in pt_tdb_setregs() local [all …]
|
/titanic_50/usr/src/uts/sun4v/vm/ |
H A D | mach_sfmmu_asm.s | 351 mov -1, %o2 ! use -1 if no 3rd or 4th TSB 354 mov -1, %o2 ! use -1 if no 3rd or 4th TSB 357 mov -1, %o2 ! use -1 if no 4th TSB
|
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | ipft_tx.c | 186 tcphdr_t th, *tcp = &th; local
|
/titanic_50/usr/src/lib/libc/port/fp/ |
H A D | decimal_bin.c | 290 double t, th, tl; in __digits_to_double() local 306 th = 1.0e9 * (double)acc; /* this will be exact */ in __digits_to_double() 314 t = th + tl; in __digits_to_double() 315 *pe = ((t - th) == tl)? 0 : 1; in __digits_to_double()
|
/titanic_50/usr/src/uts/common/zmod/ |
H A D | THIRDPARTYLICENSE | 2 * version 1.1.3, July 9th, 1998
|
/titanic_50/usr/src/lib/libsqlite/src/ |
H A D | sqlite.h.in | 106 ** The 4th parameter is an arbitrary pointer that is passed 112 ** The 4th parameter to the callback is an array of strings holding 474 ** same as the datatype-th argument. If datatype==SQLITE_NUMERIC 554 ** is to be authorized. The 3rd and 4th parameters to the authorization 556 ** codes is used as the second parameter. The 5th parameter is the name 557 ** of the database ("main", "temp", etc.) if applicable. The 6th parameter 660 ** describe the column names and datatypes. The name of the i-th column 661 ** is (*pazColName)[i] and the datatype of the i-th column is 680 ** The data is contained in *pazValue. The value of the i-th column is 740 ** the value to assign to that variable. The 4th parameter is the number [all …]
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | locale-th.mf | 15 set name=pkg.fmri value=pkg:/locale/th@$(PKGVERS)
|
H A D | locale-th-extra.mf | 20 set name=pkg.fmri value=pkg:/locale/th-extra@$(PKGVERS)
|
/titanic_50/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 649 td_thrhandle_t th; member 665 data->th = *th_p; in td_mapper_id2thr() 717 *th_p = data.th; in __td_ta_map_id2thr() 924 td_thrhandle_t th; in __td_ta_thr_iter() local 1087 th.th_ta_p = (td_thragent_t *)ta_p; in __td_ta_thr_iter() 1088 th.th_unique = curr_lwp_addr; in __td_ta_thr_iter() 1089 if ((*cb)(&th, cbdata_p)) in __td_ta_thr_iter() 1734 static td_thrhandle_t th; in event_msg_cb() local 1747 th = *th_p; in event_msg_cb() 1748 msg->th_p = &th; in event_msg_cb()
|
/titanic_50/usr/src/cmd/refer/papers/ |
H A D | Rv7man | 250 %J Proc. 5th ACM Symp. on Principles of Programming Languages 306 %O Also in \f2Proc. 5th Symp. on Operating Systems Principles.\f1 402 %J Proc. 4th ACM Symp. on Principles of Programming Languages
|
/titanic_50/usr/src/data/zoneinfo/ |
H A D | australasia | 277 # from November 29th 2009 to April 25th 2010. 325 # The end of daylight saving scheduled initially for the 26th of February 2012 333 # October 2012 and end at 3 am on Sunday 20th January 2013. 337 # Fiji will start daylight savings on Sunday 27th October, 2013 ... 339 # http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVING-STARTS-ON-SUNDAY,-27th-OCTOBER… 354 # 3.00 am on Sunday 17th January, 2016. 357 # http://www.fiji.gov.fj/Media-Center/Press-Releases/DAYLIGHT-SAVING-STARTS-ON-6th-NOVEMBER,-2016.a… 360 # end at 3.00am on Sunday 15th January 2017." 709 # Thursday 29th December 2011". The International Date Line was adjusted 722 # Dateline Change skip Friday 30th Dec 2011 [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1789 th_trace_t th; in modent_summary() local 1791 if (mdb_vread(&th, sizeof (th), (uintptr_t)mhe->mhe_val) == -1) { in modent_summary() 1796 if (th.th_refcnt == 0 && thw->thw_non_zero_only) in modent_summary() 1801 mhe->mhe_val, th.th_refcnt, th.th_id); in modent_summary() 1808 i = th.th_trace_lastref; in modent_summary() 1809 mdb_printf("\tThread %p refcnt %d:\n", th.th_id, in modent_summary() 1810 th.th_refcnt); in modent_summary() 1812 tr = th.th_trbuf + i; in modent_summary()
|