Home
last modified time | relevance | path

Searched defs:t (Results 51 – 75 of 1544) sorted by relevance

12345678910>>...62

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_value.c67 value_read(mdb_tgt_t *t, void *dst, size_t nbytes, uintptr_t addr) in value_read()
105 value_write(mdb_tgt_t *t, const void *buf, size_t nbytes, uintptr_t addr) in value_write()
166 mdb_value_tgt_create(mdb_tgt_t *t, int argc, const char *argv[]) in mdb_value_tgt_create()
188 mdb_value_tgt_destroy(mdb_tgt_t *t) in mdb_value_tgt_destroy()
H A Dmdb_proc.h77 #define PTL_CTOR(t) \ argument
80 #define PTL_DTOR(t) \ argument
84 #define PTL_TID(t) \ argument
88 #define PTL_ITER(t, ap) \ argument
92 #define PTL_GETREGS(t, tid, gregs) \ argument
96 #define PTL_SETREGS(t, tid, gregs) \ argument
100 #define PTL_GETXREGS(t, tid, xregs, size) \ argument
104 #define PTL_FREEXREGS(t, xregs, size) \ argument
108 #define PTL_SETXREGS(t, tid, xregs, size) \ argument
112 #define PTL_GETFPREGS(t, tid, fpregs) \ argument
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c94 kthread_t *t, in init_mstate()
243 mstate_thread_onproc_time(kthread_t *t) in mstate_thread_onproc_time()
300 mstate_systhread_times(kthread_t *t, hrtime_t *onproc, hrtime_t *runnable) in mstate_systhread_times()
355 kthread_t *t; in mstate_aggr_state() local
394 kthread_t *t = curthread; in syscall_mstate() local
561 cpu_update_pct(kthread_t *t, hrtime_t newtime) in cpu_update_pct()
600 new_mstate(kthread_t *t, int new_state) in new_mstate()
707 restore_mstate(kthread_t *t) in restore_mstate()
812 term_mstate(kthread_t *t) in term_mstate()
H A Dsleepq.c128 #define CMP_PRIO(t) ((DISP_PRIO(t) << 1) + (t)->t_writer) argument
130 sleepq_insert(sleepq_t *spq, kthread_t *t) in sleepq_insert()
170 sleepq_unsleep(kthread_t *t) in sleepq_unsleep()
193 sleepq_dequeue(kthread_t *t) in sleepq_dequeue()
H A Dschedctl.c110 kthread_t *t = curthread; in schedctl() local
143 schedctl_lwp_cleanup(kthread_t *t) in schedctl_lwp_cleanup()
272 schedctl_get_nopreempt(kthread_t *t) in schedctl_get_nopreempt()
284 schedctl_set_nopreempt(kthread_t *t, short val) in schedctl_set_nopreempt()
299 schedctl_set_yield(kthread_t *t, short val) in schedctl_set_yield()
312 schedctl_set_cidpri(kthread_t *t) in schedctl_set_cidpri()
331 schedctl_sigblock(kthread_t *t) in schedctl_sigblock()
355 schedctl_finish_sigblock(kthread_t *t) in schedctl_finish_sigblock()
H A Dsemaphore.c118 sema_queue(ksema_t *sp, kthread_t *t) in sema_queue()
143 sema_dequeue(ksema_t *sp, kthread_t *t) in sema_dequeue()
175 sema_unsleep(kthread_t *t) in sema_unsleep()
209 sema_change_pri(kthread_t *t, pri_t pri, pri_t *t_prip) in sema_change_pri()
258 kthread_t *t = curthread; in sema_p_sig() local
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c112 BTREE *t; local
182 __bt_seqset(t, ep, key, flags) in __bt_seqset() argument
270 __bt_seqadv(t, ep, flags) in __bt_seqadv() argument
402 __bt_first(t, key, erval, exactp) in __bt_first() argument
503 __bt_setcur(t, pgno, idx) in __bt_setcur() argument
640 BTREE *t; local
722 bt_rseqset(t, ep, key, rc, flags) in bt_rseqset() argument
818 bt_rseqadv(t, ep, rc, flags) in bt_rseqadv() argument
H A Dbt_close.c67 BTREE *t; local
123 BTREE *t; local
163 bt_meta(t) in bt_meta() argument
H A Dbt_split.c82 __bt_split(t, sp, key, data, flags, ilen, argskip) in __bt_split() argument
344 bt_page(t, h, lp, rp, skip, ilen) in bt_page() argument
449 bt_root(t, h, lp, rp, skip, ilen) in bt_root() argument
496 bt_rroot(t, h, l, r) in bt_rroot() argument
536 bt_broot(t, h, l, r) in bt_broot() argument
613 bt_psplit(t, h, l, r, pskip, ilen) in bt_psplit() argument
800 bt_preserve(t, pg) in bt_preserve() argument
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c287 struct tag *t; in html_mdoc() local
346 struct tag *t; in print_mdoc_node() local
455 struct tag *t, *tt; in mdoc_root_post() local
1027 struct tag *t; in mdoc_fa_pre() local
1054 struct tag *t; in mdoc_fd_pre() local
1128 struct tag *t; in mdoc_fn_pre() local
1241 struct tag *t; in mdoc_lk_pre() local
1277 struct tag *t; in mdoc_mt_pre() local
1294 struct tag *t; in mdoc_fo_pre() local
1331 struct tag *t; in mdoc_in_pre() local
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/common/
H A Dtest_common.c63 test_t t; in test_start() local
96 test_failed(test_t t, const char *format, ...) in test_failed()
135 test_passed(test_t t) in test_passed()
176 test_debugf(test_t t, const char *format, ...) in test_debugf()
200 test_t t = arg; in test_thr_one() local
209 test_t t; in test_run() local
264 test_load_config(test_t t, const char *fname, ...) in test_load_config()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dwc.c36 mbtowc(wchar_t* t, const char* s, size_t n) in mbtowc()
47 mbrtowc(wchar_t* t, const char* s, size_t n, mbstate_t* q) in mbrtowc()
65 mbstowcs(wchar_t* t, const char* s, size_t n) in mbstowcs()
124 wcstombs(char* t, register const wchar_t* s, size_t n) in wcstombs()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp_lock.c116 thread_lock(kthread_id_t t) in thread_lock()
161 thread_lock_high(kthread_id_t t) in thread_lock_high()
192 thread_transition(kthread_id_t t) in thread_transition()
211 thread_stop(kthread_id_t t) in thread_stop()
/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Dtsort.c88 struct predlist *t; in main() local
162 struct predlist *t; in present() local
175 struct predlist *t; in anypred() local
189 char *t; in index() local
238 struct predlist *t; in mark() local
/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c228 struct command *t, *t1; in syn0() local
296 struct command *t; in syn1() local
338 struct command *t; in syn1a() local
380 struct command *t; in syn1b() local
422 struct command *t; in syn2() local
475 struct command *t; in syn3() local
644 freesyn(struct command *t) in freesyn()
/illumos-gate/usr/src/cmd/mdb/common/libstand/
H A Dctime.c157 __posix_asctime_r(const struct tm *t, char *cbuf) in __posix_asctime_r()
205 asctime_r(const struct tm *t, char *cbuf, int buflen) in asctime_r()
215 ctime(const time_t *t) in ctime()
222 asctime(const struct tm *t) in asctime()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dtaskq.c96 taskq_ent_t *t; in task_alloc() local
135 task_free(taskq_t *tq, taskq_ent_t *t) in task_free()
154 taskq_ent_t *t; in taskq_dispatch() local
186 taskq_ent_t *t) in taskq_dispatch_ent()
247 taskq_ent_t *t; in taskq_thread() local
304 int t; in taskq_create_proc() local
350 int t; in taskq_destroy() local
386 taskq_member(taskq_t *tq, struct _kthread *t) in taskq_member()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c44 CHR *s, *t, *u; in getl() local
209 scopy(CHR *s, CHR *t) in scopy()
221 siconv(CHR *t) in siconv()
251 CHR *t; in slength() local
456 lookup(CHR *s, CHR **t) in lookup()
472 static CHR *t; in cpycom() local
792 munput(int t, CHR *p) in munput()
925 int t; in treedump() local
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c148 kthread_t *t = lwptot(lwp); in get_syscall_args() local
206 kthread_t *t = curthread; in save_syscall_args() local
359 kthread_t *t = curthread; in pre_syscall() local
531 kthread_t *t = curthread; in post_syscall() local
1088 kthread_t *t; in set_proc_pre_sys() local
1105 kthread_t *t; in set_proc_post_sys() local
1122 kthread_t *t; in set_proc_sys() local
1144 kthread_t *t; in set_all_proc_sys() local
1166 kthread_t *t; in set_all_zone_usr_proc_sys() local
1206 kthread_t *t; in set_proc_ast() local
/illumos-gate/usr/src/test/libc-tests/tests/wcsrtombs/
H A Dwcsrtombs_test.c83 test_t t; in test_wcsrtombs_1() local
123 test_t t; in test_wcsrtombs_l() local
167 test_wcsrtombs_thr_iter(test_t t, const char *locale, in test_wcsrtombs_thr_iter()
203 test_wcsrtombs_thr_work(test_t t, void *arg) in test_wcsrtombs_thr_work()
226 test_t t; in test_wcsrtombs_partial() local
280 test_t t; in test_wcsrtombs_negative() local
306 test_t t; in test_wcsnrtombs_partial() local
/illumos-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_open.c76 BTREE *t; local
174 BTREE *t; local
211 BTREE *t; local
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_acl_vnops.c132 hrtime_t t; in acl_getacl2() local
194 hrtime_t t; in acl_setacl2() local
243 hrtime_t t; in acl_getattr2_otw() local
288 hrtime_t t; in acl_access2() local
426 hrtime_t t; in acl_getxattrdir2() local
512 hrtime_t t; in acl_getacl3() local
575 hrtime_t t; in acl_setacl3() local
628 hrtime_t t; in acl_getxattrdir3() local
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c311 register Shnode_t *t; in makelist() local
334 register Shnode_t *t; in sh_parse() local
420 register Shnode_t *t=0; in sh_dolparen() local
569 register Shnode_t *t; in term() local
674 register Shnode_t *t, *tw = tf; in arithfor() local
750 register Shnode_t *t; in funct() local
953 register Shnode_t *t, **tp; in assign() local
1126 register Shnode_t *t; in item() local
1388 Shnode_t *t; in process_sub() local
1404 register struct comnod *t; in simple() local
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_taskq.c74 zfs_taskq_ent_t *t; in ztask_alloc() local
119 ztask_free(zfs_taskq_t *ztq, zfs_taskq_ent_t *t) in ztask_free()
139 zfs_taskq_ent_t *t; in zfs_taskq_dispatch() local
180 zfs_taskq_ent_t *t; in zfs_taskq_thread() local
221 int t; in zfs_taskq_create() local
262 int t; in zfs_taskq_destroy() local
/illumos-gate/usr/src/uts/i86pc/os/
H A Dintr.c585 kthread_t *t = cpu->cpu_thread; in hilevel_intr_prolog() local
700 kthread_t *t = cpu->cpu_thread; in hilevel_intr_epilog() local
723 kthread_t *t, *volatile it; in intr_thread_prolog() local
791 kthread_t *t; in intr_thread_epilog() local
928 kthread_t *t; in intr_get_time() local
963 kthread_t *t, *volatile it; in dosoftint_prolog() local
1072 kthread_t *t, *it; in dosoftint_epilog() local
1134 kthread_t *t) /* interrupted thread */ in intr_passivate()
1226 cpu_intr_swtch_enter(kthread_id_t t) in cpu_intr_swtch_enter()
1267 cpu_intr_swtch_exit(kthread_id_t t) in cpu_intr_swtch_exit()

12345678910>>...62