Home
last modified time | relevance | path

Searched refs:tu (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dipf_dotuning.c16 ipftune_t tu; local
19 bzero((char *)&tu, sizeof(tu));
21 obj.ipfo_size = sizeof(tu);;
22 obj.ipfo_ptr = (void *)&tu;
32 if (tu.ipft_cookie == NULL)
35 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
36 printtunable(&tu);
39 tu.ipft_cookie = NULL;
41 strncpy(tu.ipft_name, s, sizeof(tu.ipft_name));
42 if (sscanf(t, "%lu", &tu.ipft_vlong) == 1) {
[all …]
/titanic_44/usr/src/uts/common/os/
H A Dexacct.c109 exacct_add_task_mstate(task_usage_t *tu, task_usage_t *delta) in exacct_add_task_mstate() argument
111 tu->tu_utime += delta->tu_utime; in exacct_add_task_mstate()
112 tu->tu_stime += delta->tu_stime; in exacct_add_task_mstate()
113 tu->tu_minflt += delta->tu_minflt; in exacct_add_task_mstate()
114 tu->tu_majflt += delta->tu_majflt; in exacct_add_task_mstate()
115 tu->tu_sndmsg += delta->tu_sndmsg; in exacct_add_task_mstate()
116 tu->tu_rcvmsg += delta->tu_rcvmsg; in exacct_add_task_mstate()
117 tu->tu_ioch += delta->tu_ioch; in exacct_add_task_mstate()
118 tu->tu_iblk += delta->tu_iblk; in exacct_add_task_mstate()
119 tu->tu_oblk += delta->tu_oblk; in exacct_add_task_mstate()
[all …]
H A Dtask.c493 task_usage_t *tu = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP); in task_create() local
506 tk->tk_usage = tu; in task_create()
550 tu->tu_anctaskid = ancestor_tk->tk_tkid; in task_create()
627 task_usage_t *tu; in task_begin() local
634 tu = tk->tk_usage; in task_begin()
636 tu->tu_startsec = (uint64_t)ts.tv_sec; in task_begin()
637 tu->tu_startnsec = (uint64_t)ts.tv_nsec; in task_begin()
/titanic_44/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h743 #define FIND_LTUPLE_FWD(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument
744 tu, FIND_LTUPLE_FWDF | \
746 #define FIND_LTUPLE_BACK(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument
747 tu, FIND_LTUPLE_BACKF | \
749 #define FIND_NEXT_LTUPLE(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument
750 tu, FIND_NEXT_LTUPLEF | \
752 #define FIND_PREV_LTUPLE(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument
753 tu, FIND_PREV_LTUPLEF | \
755 #define FIND_FIRST_LTUPLE(tp, tu, f) FIND_LTUPLE_FWD(GET_FIRST_LTUPLE(tp, \ argument
756 f), tu, f)
/titanic_44/usr/src/cmd/svc/startd/
H A Drestarter.c2360 timeout_update_t *tu; variable
2422 tu = startd_zalloc(sizeof (timeout_update_t)); in timeout_init()
2423 (void) pthread_cond_init(&tu->tu_cv, NULL); in timeout_init()
2424 (void) pthread_mutex_init(&tu->tu_lock, &mutex_attrs); in timeout_init()
2467 MUTEX_LOCK(&tu->tu_lock); in timeout_insert()
2468 tu->tu_wakeup = 1; in timeout_insert()
2469 (void) pthread_cond_broadcast(&tu->tu_cv); in timeout_insert()
2470 MUTEX_UNLOCK(&tu->tu_lock); in timeout_insert()
2560 MUTEX_LOCK(&tu->tu_lock); in restarter_timeouts_event_thread()
2562 while (tu->tu_wakeup == 0) in restarter_timeouts_event_thread()
[all …]
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c6687 ipftune_t tu; local
6691 error = fr_inobj(data, &tu, IPFOBJ_TUNEABLE);
6695 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0';
6696 cookie = tu.ipft_cookie;
6712 ta = fr_findtunebycookie(cookie, &tu.ipft_cookie, ifs);
6715 tu.ipft_cookie = ta + 1;
6722 if (ta->ipft_sz > sizeof(tu.ipft_un))
6725 tu.ipft_vlong = 0;
6727 tu.ipft_vlong = *ta->ipft_plong;
6729 tu.ipft_vint = *ta->ipft_pint;
[all …]
/titanic_44/usr/src/cmd/sysdef/
H A Dsysdef.c125 int vs, tu, utsnm, bdev, pnstrpush, variable
369 tu = setup("tune"); in main()
408 if (SYM_VALUE(tu)) { in main()
409 MEMSEEK(tu); in main()
/titanic_44/usr/src/cmd/tbl/
H A DMakefile32 tm.c ts.c tt.c tu.c tv.c
/titanic_44/usr/src/grub/grub-0.97/
H A DTHANKS9 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
46 Frank Mehnert <fm3@os.inf.tu-dresden.de>
H A DChangeLog923 From Adam Lackorzynski <adam@os.inf.tu-dresden.de>:
1183 Suggested by Adam Lackorzynski <adam@os.inf.tu-dresden.de>.
2561 <fm3@os.inf.tu-dresden.de>. I translated his assembly code into
2620 <tr16@inf.tu-dresden.de>.
5227 From Frank Mehnert <fm3@os.inf.tu-dresden.de>:
/titanic_44/usr/src/uts/common/io/arn/
H A Darn_hw.c1252 ath9k_hw_set_global_txtimeout(struct ath_hal *ah, uint32_t tu) in ath9k_hw_set_global_txtimeout() argument
1256 if (tu > 0xFFFF) { in ath9k_hw_set_global_txtimeout()
1259 "ath9k_hw_set_global_txtimeout\n", tu)); in ath9k_hw_set_global_txtimeout()
1264 REG_RMW_FIELD(ah, AR_GTXTO, AR_GTXTO_TIMEOUT_LIMIT, tu); in ath9k_hw_set_global_txtimeout()
1265 ahp->ah_globaltxtimeout = tu; in ath9k_hw_set_global_txtimeout()
/titanic_44/usr/src/common/crypto/ecc/
H A DTHIRDPARTYLICENSE363 * Bodo Moeller <moeller@cdc.informatik.tu-darmstadt.de>,
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dmultiboot.texi1154 as GNU Mach and Fiasco @url{http://os.inf.tu-dresden.de/fiasco/}. And,
H A Dmultiboot.info1563 as GNU Mach and Fiasco `http://os.inf.tu-dresden.de/fiasco/'. And, it