/illumos-gate/usr/src/cmd/ipf/lib/ |
H A D | ipf_dotuning.c | 16 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 …]
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | exacct.c | 109 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 D | task.c | 494 task_usage_t *tu = kmem_zalloc(sizeof (task_usage_t), KM_SLEEP); in task_create() local 507 tk->tk_usage = tu; in task_create() 551 tu->tu_anctaskid = ancestor_tk->tk_tkid; in task_create() 628 task_usage_t *tu; in task_begin() local 635 tu = tk->tk_usage; in task_begin() 637 tu->tu_startsec = (uint64_t)ts.tv_sec; in task_begin() 638 tu->tu_startnsec = (uint64_t)ts.tv_nsec; in task_begin()
|
/illumos-gate/usr/src/uts/common/pcmcia/sys/ |
H A D | cs_priv.h | 741 #define FIND_LTUPLE_FWD(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument 742 tu, FIND_LTUPLE_FWDF | \ 744 #define FIND_LTUPLE_BACK(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument 745 tu, FIND_LTUPLE_BACKF | \ 747 #define FIND_NEXT_LTUPLE(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument 748 tu, FIND_NEXT_LTUPLEF | \ 750 #define FIND_PREV_LTUPLE(tp, tu, f) CIS_PARSER(CISP_CIS_GET_LTUPLE, tp, \ argument 751 tu, FIND_PREV_LTUPLEF | \ 753 #define FIND_FIRST_LTUPLE(tp, tu, f) FIND_LTUPLE_FWD(GET_FIRST_LTUPLE(tp, \ argument 754 f), tu, f)
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | restarter.c | 2429 timeout_update_t *tu; variable 2491 tu = startd_zalloc(sizeof (timeout_update_t)); in timeout_init() 2492 (void) pthread_cond_init(&tu->tu_cv, NULL); in timeout_init() 2493 (void) pthread_mutex_init(&tu->tu_lock, &mutex_attrs); in timeout_init() 2536 MUTEX_LOCK(&tu->tu_lock); in timeout_insert() 2537 tu->tu_wakeup = 1; in timeout_insert() 2538 (void) pthread_cond_broadcast(&tu->tu_cv); in timeout_insert() 2539 MUTEX_UNLOCK(&tu->tu_lock); in timeout_insert() 2631 MUTEX_LOCK(&tu->tu_lock); in restarter_timeouts_event_thread() 2633 while (tu->tu_wakeup == 0) in restarter_timeouts_event_thread() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 6689 ipftune_t tu; local 6693 error = fr_inobj(data, &tu, IPFOBJ_TUNEABLE); 6697 tu.ipft_name[sizeof(tu.ipft_name) - 1] = '\0'; 6698 cookie = tu.ipft_cookie; 6714 ta = fr_findtunebycookie(cookie, &tu.ipft_cookie, ifs); 6717 tu.ipft_cookie = ta + 1; 6724 if (ta->ipft_sz > sizeof(tu.ipft_un)) 6727 tu.ipft_vlong = 0; 6729 tu.ipft_vlong = *ta->ipft_plong; 6731 tu.ipft_vint = *ta->ipft_pint; [all …]
|
/illumos-gate/usr/src/cmd/sysdef/ |
H A D | sysdef.c | 123 int vs, tu, utsnm, bdev, pnstrpush, variable 367 tu = setup("tune"); in main() 406 if (SYM_VALUE(tu)) { in main() 407 MEMSEEK(tu); in main()
|
/illumos-gate/usr/src/cmd/tbl/ |
H A D | Makefile | 33 tm.c ts.c tt.c tu.c tv.c
|
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/files/ |
H A D | test.mb.0 | 22 che tu vedrai le genti dolorose
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | THANKS | 9 Adam Lackorzynski <adam@os.inf.tu-dresden.de> 46 Frank Mehnert <fm3@os.inf.tu-dresden.de>
|
H A D | ChangeLog | 923 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>:
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_hw.c | 1252 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()
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | generated_libdwarf.h.in | 1702 const char * /*sig_type: "tu" or "cu"*/, 3531 const char * section_type, /* "tu" or "cu" */ 3542 the immutable string "tu" or "cu" via this arg. Do not free. */ 3587 /* Do not free the string. It contains "cu" or "tu". */ 3592 into the tu/cu table of offsets and the table 3626 const char * key_type /*"cu" or "tu" */,
|
H A D | libdwarf.h.in | 1702 const char * /*sig_type: "tu" or "cu"*/, 3531 const char * section_type, /* "tu" or "cu" */ 3542 the immutable string "tu" or "cu" via this arg. Do not free. */ 3587 /* Do not free the string. It contains "cu" or "tu". */ 3592 into the tu/cu table of offsets and the table 3626 const char * key_type /*"cu" or "tu" */,
|
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | THIRDPARTYLICENSE | 363 * Bodo Moeller <moeller@cdc.informatik.tu-darmstadt.de>,
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | multiboot.texi | 1154 as GNU Mach and Fiasco @url{http://os.inf.tu-dresden.de/fiasco/}. And,
|
H A D | multiboot.info | 1563 as GNU Mach and Fiasco `http://os.inf.tu-dresden.de/fiasco/'. And, it
|