Home
last modified time | relevance | path

Searched refs:t (Results 126 – 150 of 2519) sorted by relevance

12345678910>>...101

/illumos-gate/usr/src/cmd/zdump/
H A Dzdump.c121 register time_t t; local
124 t = mktime(&tm);
125 if (t - *tp >= 1 || *tp - t >= 1) {
138 (void) fprintf(stderr, tformat(), t);
192 time_t t; local
285 t = absolute_min_time;
286 show(argv[i], t, TRUE);
287 t += SECSPERHOUR * HOURSPERDAY;
288 show(argv[i], t, TRUE);
289 if (t < cutlotime)
[all …]
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c148 kthread_t *t = lwptot(lwp); in get_syscall_args() local
149 uint_t code = t->t_sysnum; in get_syscall_args()
206 kthread_t *t = curthread; in save_syscall_args() local
207 klwp_t *lwp = ttolwp(t); in save_syscall_args()
209 uint_t code = t->t_sysnum; in save_syscall_args()
316 t->t_post_sys = 1; /* so lwp_ap will be reset */ in save_syscall_args()
359 kthread_t *t = curthread; in pre_syscall() local
360 proc_t *p = ttoproc(t); in pre_syscall()
361 klwp_t *lwp = ttolwp(t); in pre_syscall()
365 t->t_pre_sys = repost = 0; /* clear pre-syscall processing flag */ in pre_syscall()
[all …]
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.msg38 @ MSG_USAGE_DETAIL "\t[-C]\t\tdemangle symbol names\n\
39 \t[-d]\t\tprint version definition information\n\
40 \t[-I index]\tqualify version with an index\n\
41 \t[-l]\t\tprint reduced symbols\n\
42 \t[-N name]\tqualify version with `name'\n\
43 \t[-n]\t\tnormalize version definition information\n\
44 \t[-o]\t\tone-line version definition output\n\
45 \t[-r]\t\tprint version dependency (requirements) \
47 \t[-s]\t\tprint version definition symbols\n\
48 \t[-v]\t\tprint verbose information\n"
[all …]
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dqdivrem.c86 ulong_t qhat, rhat, t; in ___qdivrem() local
148 t = v[2]; /* nonzero, by definition */ in ___qdivrem()
149 q1 = u[1] / t; in ___qdivrem()
150 rbj = COMBINE(u[1] % t, u[2]); in ___qdivrem()
151 q2 = rbj / t; in ___qdivrem()
152 rbj = COMBINE(rbj % t, u[3]); in ___qdivrem()
153 q3 = rbj / t; in ___qdivrem()
154 rbj = COMBINE(rbj % t, u[4]); in ___qdivrem()
155 q4 = rbj / t; in ___qdivrem()
157 *arq = rbj % t; in ___qdivrem()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_base.c52 struct krb5_rc_typelist *t, *t_next; in krb5int_rc_terminate() local
76 for (t = typehead; t != &krb5_rc_typelist_dfl; t = t_next) { in krb5int_rc_terminate()
77 t_next = t->next; in krb5int_rc_terminate()
78 free(t); in krb5int_rc_terminate()
86 struct krb5_rc_typelist *t; in krb5_rc_register_type() local
91 for (t = typehead;t && strcmp(t->ops->type,ops->type);t = t->next) in krb5_rc_register_type()
93 if (t) { in krb5_rc_register_type()
97 t = (struct krb5_rc_typelist *) malloc(sizeof(struct krb5_rc_typelist)); in krb5_rc_register_type()
98 if (t == NULL) { in krb5_rc_register_type()
102 t->next = typehead; in krb5_rc_register_type()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Derr.user64mode.ksh31 t="zelda_info_t"
54 this->t = (userland info_t *)arg0;
56 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
57 stringof(this->t->zi_villain), this->t->zi_haszelda);
64 this->t = (userland info_t *)arg0;
66 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
67 stringof(this->t->zi_villain), this->t->zi_haszelda);
74 this->t = (userland info_t *)arg0;
76 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
77 stringof(this->t->zi_villain), this->t->zi_haszelda);
H A Dtst.userlandkey.ksh29 t="zelda_info_t"
52 this->t = (userland info_t *)arg0;
54 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
55 stringof(this->t->zi_villain), this->t->zi_haszelda);
62 this->t = (userland info_t *)arg0;
64 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
65 stringof(this->t->zi_villain), this->t->zi_haszelda);
72 this->t = (userland info_t *)arg0;
74 stringof(this->t->zi_gamename), this->t->zi_ndungeons,
75 stringof(this->t->zi_villain), this->t->zi_haszelda);
/illumos-gate/usr/src/cmd/msgfmt/
H A Dutil.c68 void *t; in Xmalloc() local
70 t = malloc(size); in Xmalloc()
71 if (!t) { in Xmalloc()
75 return (t); in Xmalloc()
81 void *t; in Xcalloc() local
83 t = calloc(nelem, elsize); in Xcalloc()
84 if (!t) { in Xcalloc()
88 return (t); in Xcalloc()
94 void *t; in Xrealloc() local
96 t = realloc(ptr, size); in Xrealloc()
[all …]
/illumos-gate/usr/src/lib/libm/common/C/
H A Dexp.c287 double y, z, t; in exp() local
306 t = x * x; in exp()
307 y = x + (t * (half + x * t2) + in exp()
308 (t * t) * (t3 + x * t4 + t * t5)); in exp()
319 t = z * z; in exp()
320 y = z + (t * (half + z * t2) + in exp()
321 (t * t) * (t3 + z * t4 + t * t5)); in exp()
337 t = invln2_32 * x; in exp()
339 t -= half; in exp()
341 t += half; in exp()
[all …]
H A D__tan.c124 double a, t, z, w = 0.0L, s, c, r, rh, xh, xl; in __k_tan() local
127 t = one; in __k_tan()
134 t = y; in __k_tan()
137 t = y + (((t1 * x) * z) * (t2 + z * (t3 + z))) * in __k_tan()
139 w = x + t; in __k_tan()
154 xl = (x - xh) + t; in __k_tan()
159 ((int *) &t)[HIWORD] = j; in __k_tan()
161 x = y - (t - x); in __k_tan()
163 x = -y - (t + x); in __k_tan()
167 t = (qq1 * z) * (qq2 + z); /* cos(x) - 1 */ in __k_tan()
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2.c81 double r, s, t, p_h, p_l, z_h, z_l, p; in mx_poly() local
94 t = z_h * p_h; in mx_poly()
98 r = t - (p_h - a[i]); in mx_poly()
103 t = z_h * p_h; in mx_poly()
105 r = t - (e[0] - a[0]); in mx_poly()
283 double y, z, r, s, t, w, s_h, s_l, x_h, x_l, zz[3], ee[2], z_h, in mx_atan() local
299 t = x * z * (q[2] + z * (q[4] + z * q[6])); in mx_atan()
300 r = x + t; in mx_atan()
301 *err = t - (r - x); in mx_atan()
328 t = x * ee[1] + x_l * ee[0]; in mx_atan()
[all …]
H A Dcatan.c94 double x, y, ax, ay, t; in catan() local
143 t = one - ay; in catan()
149 D_IM(ans) = half * log1p(two / (-t)); in catan()
152 D_IM(ans) = half * log1p((ay + ay) / t); in catan()
181 t = ay / ((ay - one) * (ay - one)); in catan()
183 t = (ay / ax) / ax; in catan()
185 t = ay / (ax * ax + (ay - one) * (ay - one)); in catan()
186 D_IM(ans) = t * (one - (t + t)); in catan()
202 t = (ay / (ay - one)) / (ay - one); in catan()
203 D_IM(ans) = t * (one - (t + t)); in catan()
[all …]
/illumos-gate/usr/src/uts/sparc/fpu/
H A Ddiv.c167 unsigned *x, r, c, q, t[4], s[4]; local
207 s[0] = s[1] = s[2] = s[3] = t[0] = t[1] = t[2] = t[3] = 0;
211 t[0] = s[0] + r;
212 if (t[0] <= x[0]) {
213 s[0] = t[0] + r;
214 x[0] -= t[0];
227 t[1] = s[1] + r; /* no carry */
228 t[0] = s[0];
229 if (fpu_cmpli(t, x, 2) <= 0) {
231 c = fpu_add3wc(&s[1], t[1], r, c);
[all …]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dsha256.c130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
133 for (t = 0; t < 16; t++, cp += sizeof (uint32_t)) in SHA256Transform()
134 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform()
137 for (t = 16; t < 64; t++) in SHA256Transform()
138 W[t] = SIGMA1_256(W[t - 2]) + W[t - 7] + in SHA256Transform()
139 SIGMA0_256(W[t - 15]) + W[t - 16]; in SHA256Transform()
146 for (t = 0; t < 64; t++) { in SHA256Transform()
147 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
164 for (t = 0; t < 16; t++, cp += sizeof (uint64_t)) in SHA512Transform()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_sha256.c129 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
132 for (t = 0; t < 16; t++, cp += sizeof (uint32_t)) in SHA256Transform()
133 W[t] = (cp[0] << 24) | (cp[1] << 16) | (cp[2] << 8) | cp[3]; in SHA256Transform()
136 for (t = 16; t < 64; t++) in SHA256Transform()
137 W[t] = SIGMA1_256(W[t - 2]) + W[t - 7] + in SHA256Transform()
138 SIGMA0_256(W[t - 15]) + W[t - 16]; in SHA256Transform()
145 for (t = 0; t < 64; t++) { in SHA256Transform()
146 T1 = h + BIGSIGMA1_256(e) + Ch(e, f, g) + SHA256_K[t] + W[t]; in SHA256Transform()
160 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
163 for (t = 0; t < 16; t++, cp += sizeof (uint64_t)) in SHA512Transform()
[all …]
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigprocmask.c44 kthread_t *t = curthread; in lwp_sigmask() local
45 proc_t *p = ttoproc(t); in lwp_sigmask()
53 schedctl_finish_sigblock(t); in lwp_sigmask()
64 rv.r_val1 = t->t_hold.__sigbits[0]; in lwp_sigmask()
65 rv.r_val2 = t->t_hold.__sigbits[1]; in lwp_sigmask()
69 t->t_hold.__sigbits[0] |= bits0; in lwp_sigmask()
70 t->t_hold.__sigbits[1] |= bits1; in lwp_sigmask()
71 t->t_hold.__sigbits[2] |= bits2; in lwp_sigmask()
74 t->t_hold.__sigbits[0] &= ~bits0; in lwp_sigmask()
75 t->t_hold.__sigbits[1] &= ~bits1; in lwp_sigmask()
[all …]
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc150 updateMappingObj(__nis_table_mapping_t *t, char **objNameP, in updateMappingObj() argument
156 if (t != 0) in updateMappingObj()
157 objName = t->objName; in updateMappingObj()
175 o = ldapFindObj(t, objName, &lstat); in updateMappingObj()
197 if (t != 0) { in updateMappingObj()
198 if (!setMappingObjTypeEtc(t, o)) in updateMappingObj()
216 __nis_table_mapping_t *t; in mappingFromObj() local
239 t = (__nis_table_mapping_t *)__nis_find_item_mt(objPath, in mappingFromObj()
244 return (t); in mappingFromObj()
250 __nis_table_mapping_t *t; in selectMapping() local
[all …]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c603 char *t, *comment; in genent_hosts() local
633 comment = t = strchr(buf, '#'); in genent_hosts()
644 *t = '\0'; in genent_hosts()
650 if ((t = strtok(buf, " \t")) == 0) { in genent_hosts()
656 af = check_ipaddr(t, &pref_addr); in genent_hosts()
662 gettext("Invalid IP address: %s"), t); in genent_hosts()
664 if ((strncasecmp(t, pref_addr, strlen(t))) != 0) { in genent_hosts()
667 t, pref_addr); in genent_hosts()
685 if ((t = strtok(NULL, " \t")) == 0) { in genent_hosts()
690 ecol[0].ec_value.ec_value_val = t; in genent_hosts()
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Ddtrace_subr.c177 kthread_t *t = curthread; in dtrace_safe_synchronous_signal() local
178 struct regs *rp = lwptoregs(ttolwp(t)); in dtrace_safe_synchronous_signal()
180 ASSERT(t->t_dtrace_on); in dtrace_safe_synchronous_signal()
188 if (rp->r_pc != t->t_dtrace_scrpc && rp->r_pc != t->t_dtrace_astpc && in dtrace_safe_synchronous_signal()
189 rp->r_npc != t->t_dtrace_astpc) { in dtrace_safe_synchronous_signal()
190 t->t_dtrace_ft = 0; in dtrace_safe_synchronous_signal()
191 } else if (rp->r_pc == t->t_dtrace_scrpc) { in dtrace_safe_synchronous_signal()
192 rp->r_pc = t->t_dtrace_pc; in dtrace_safe_synchronous_signal()
193 rp->r_npc = t->t_dtrace_npc; in dtrace_safe_synchronous_signal()
194 t->t_dtrace_ft = 0; in dtrace_safe_synchronous_signal()
[all …]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vrem_pio2m.c172 double z, t, p, q[20], r[21], *pr; in __vlibm_rem_pio2m() local
215 t = (z + round24) - round24; /* must be rounded to nearest */ in __vlibm_rem_pio2m()
216 r[j+1] = (z - t) * p; in __vlibm_rem_pio2m()
217 z = t * twon24; in __vlibm_rem_pio2m()
221 t = (z + round24) - round24; /* must be rounded to nearest */ in __vlibm_rem_pio2m()
222 r[1] = (z - t) * p; in __vlibm_rem_pio2m()
223 r[0] = t * p; in __vlibm_rem_pio2m()
229 t = (z + round1) - round1; /* must be rounded to nearest */ in __vlibm_rem_pio2m()
230 r[2] -= t; in __vlibm_rem_pio2m()
231 n = (int)(r[1] + t); in __vlibm_rem_pio2m()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c76 ASSERTeq(lhs->t, T_NAME, ptree_nodetype2str); in begins_with()
77 ASSERTeq(rhs->t, T_NAME, ptree_nodetype2str); in begins_with()
82 if (lhs->u.name.child && lhs->u.name.child->t == T_NUM) { in begins_with()
84 } else if (lhs->u.name.child && lhs->u.name.child->t == T_NAME) { in begins_with()
95 if (rhs->u.name.child && rhs->u.name.child->t == T_NUM) { in begins_with()
97 } else if (rhs->u.name.child && rhs->u.name.child->t == T_NAME) { in begins_with()
127 if (np->t == T_NAME) in eval_getname()
129 else if (np->t == T_FUNC && np->u.func.s == L_fru) in eval_getname()
131 else if (np->t == T_FUNC && np->u.func.s == L_asru) in eval_getname()
133 else if (np->t == T_FUNC) { in eval_getname()
[all …]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c82 __bt_split(t, sp, key, data, flags, ilen, argskip) in __bt_split() argument
83 BTREE *t; in __bt_split()
109 bt_root(t, sp, &l, &r, &skip, ilen) :
110 bt_page(t, sp, &l, &r, &skip, ilen);
120 if (F_ISSET(t, R_RECNO))
127 (F_ISSET(t, R_RECNO) ?
128 bt_rroot(t, sp, l, r) : bt_broot(t, sp, l, r)) == RET_ERROR)
154 while ((parent = BT_POP(t)) != NULL) {
159 if ((h = mpool_get(t->bt_mp, parent->pgno, 0)) == NULL)
190 if (t->bt_pfx && !(bl->flags & P_BIGKEY) &&
[all …]
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__tanl.c114 long double a, t, z, w = 0, s, c; in __k_tanl() local
115 int *pt = (int *) &t, *px = (int *) &x; in __k_tanl()
118 t = 1.0L; in __k_tanl()
122 *(3 - i0 + (int *) &t) = 1; /* make t = one+ulp */ in __k_tanl()
124 if (((int) (x * t)) < 1) /* generate inexact */ in __k_tanl()
129 t = z * (t1 + z * (t2 + z * (t3 + z * t4))); in __k_tanl()
131 t = z * (t1 + z * (t2 + z * (t3 + z * (t4 + in __k_tanl()
135 t = y + x * t; in __k_tanl()
136 w = x + t; in __k_tanl()
144 x = y - (t - x); in __k_tanl()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddllscan.c215 register char* t; in dllsopen() local
264 else if (t = strrchr(name, '/')) in dllsopen()
266 if (!(scan->pb = vmnewof(vm, 0, char, t - (char*)name, 2))) in dllsopen()
268 memcpy(scan->pb, name, t - (char*)name); in dllsopen()
269 name = (const char*)(t + 1); in dllsopen()
281 if (!(t = vmnewof(vm, 0, char, i, 1))) in dllsopen()
283 memcpy(t, name + j, i); in dllsopen()
284 t[i] = 0; in dllsopen()
285 name = (const char*)t; in dllsopen()
289 for (t = (char*)name; *t; t++) in dllsopen()
[all …]
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A DMakefile47 TESTS= t-event t-exc t-rpool t-string t-smstdio t-match t-strio t-heap \
48 t-fopen t-strl t-strrevcmp t-path t-float t-scanf t-sem t-shm \
49 t-memstat t-qic
65 $(RM) $(OBJS) $(libsm) $(TESTS) foo t-smstdio.1
77 t-%: t-%.c

12345678910>>...101