/titanic_50/usr/src/uts/common/os/ |
H A D | timer.c | 66 timer_lock(proc_t *p, itimer_t *it) in timer_lock() argument 70 while (it->it_lock & ITLK_LOCKED) { in timer_lock() 71 it->it_blockers++; in timer_lock() 72 cv_wait(&it->it_cv, &p->p_lock); in timer_lock() 73 it->it_blockers--; in timer_lock() 76 it->it_lock |= ITLK_LOCKED; in timer_lock() 85 timer_unlock(proc_t *p, itimer_t *it) in timer_unlock() argument 88 ASSERT(it->it_lock & ITLK_LOCKED); in timer_unlock() 89 it->it_lock &= ~ITLK_LOCKED; in timer_unlock() 90 cv_signal(&it->it_cv); in timer_unlock() [all …]
|
H A D | clock_realtime.c | 75 itimer_t *it = (itimer_t *)arg; in clock_realtime_fire() local 76 timeout_id_t *tidp = it->it_arg; in clock_realtime_fire() 79 proc_t *p = it->it_proc; in clock_realtime_fire() 85 it->it_fire(it); in clock_realtime_fire() 86 val = &it->it_itime.it_value; in clock_realtime_fire() 87 interval = &it->it_itime.it_interval; in clock_realtime_fire() 138 *tidp = realtime_timeout(clock_realtime_fire, it, ticks); in clock_realtime_fire() 149 itimer_t *it = (itimer_t *)arg; in clock_realtime_fire_first() local 151 timespec_t *val = &it->it_itime.it_value; in clock_realtime_fire_first() 152 timeout_id_t *tidp = it->it_arg; in clock_realtime_fire_first() [all …]
|
H A D | clock_highres.c | 69 clock_highres_timer_create(itimer_t *it, void (*fire)(itimer_t *)) in clock_highres_timer_create() argument 78 it->it_arg = NULL; in clock_highres_timer_create() 82 it->it_arg = kmem_zalloc(sizeof (cyclic_id_t), KM_SLEEP); in clock_highres_timer_create() 83 it->it_fire = fire; in clock_highres_timer_create() 91 itimer_t *it = (itimer_t *)arg; in clock_highres_fire() local 92 hrtime_t *addr = &it->it_hrtime; in clock_highres_fire() 99 it->it_fire(it); in clock_highres_fire() 103 clock_highres_timer_settime(itimer_t *it, int flags, in clock_highres_timer_settime() argument 106 cyclic_id_t cyc, *cycp = it->it_arg; in clock_highres_timer_settime() 119 it->it_itime.it_interval.tv_sec == 0 && in clock_highres_timer_settime() [all …]
|
/titanic_50/usr/src/uts/common/io/ |
H A D | timerfd.c | 57 itimer_t *it = &state->tfd_itimer; in timerfd_itimer_lock() local 61 while (it->it_lock & ITLK_LOCKED) { in timerfd_itimer_lock() 62 it->it_blockers++; in timerfd_itimer_lock() 63 cv_wait(&it->it_cv, &state->tfd_lock); in timerfd_itimer_lock() 64 it->it_blockers--; in timerfd_itimer_lock() 67 it->it_lock |= ITLK_LOCKED; in timerfd_itimer_lock() 71 return (it); in timerfd_itimer_lock() 75 timerfd_itimer_unlock(timerfd_state_t *state, itimer_t *it) in timerfd_itimer_unlock() argument 77 VERIFY(it == &state->tfd_itimer); in timerfd_itimer_unlock() 78 VERIFY(it->it_lock & ITLK_LOCKED); in timerfd_itimer_unlock() [all …]
|
/titanic_50/usr/src/uts/sun4v/cpu/ |
H A D | niagara2.c | 387 mem_node_iterator_t *it = cookie; in page_pfn_2_color_cpu() local 392 if (it == ((mem_node_iterator_t *)(-1))) { in page_pfn_2_color_cpu() 394 } else if (it != NULL) { in page_pfn_2_color_cpu() 395 ASSERT(pfn >= it->mi_mblock_base && pfn <= it->mi_mblock_end); in page_pfn_2_color_cpu() 396 pfn = pfn + it->mi_ra_to_pa; in page_pfn_2_color_cpu() 480 (((pfn) & it->mi_mnode_pfn_mask) >> it->mi_mnode_pfn_shift) 487 mem_node_iterator_t *it = cookie; in page_next_pfn_for_color_cpu() local 494 ASSERT(pfn >= it->mi_mblock_base && pfn <= it->mi_mblock_end); in page_next_pfn_for_color_cpu() 497 if (it->mi_init) { in page_next_pfn_for_color_cpu() 499 it->mi_hash_ceq_mask = in page_next_pfn_for_color_cpu() [all …]
|
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_pgr.c | 82 static void sbd_pgr_do_reserve(sbd_pgr_t *, sbd_pgr_key_t *, sbd_it_data_t *it, 239 #define PGR_RESERVATION_HOLDER(pgr, key, it) ( \ argument 242 ((key)->pgr_key_it) && ((key)->pgr_key_it == (it)))) 556 sbd_it_data_t *it; in sbd_pgr_keylist_dealloc() local 560 for (it = slu->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_keylist_dealloc() 561 it->pgr_key_ptr = NULL; in sbd_pgr_keylist_dealloc() 595 sbd_it_data_t *it; in sbd_pgr_remove_key() local 601 for (it = slu->sl_it_list; it != NULL; it = it->sbd_it_next) { in sbd_pgr_remove_key() 602 if (it->pgr_key_ptr == key) in sbd_pgr_remove_key() 603 it->pgr_key_ptr = NULL; in sbd_pgr_remove_key() [all …]
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | intr.c | 707 kthread_t *t, *volatile it; in intr_thread_prolog() local 741 it = cpu->cpu_intr_thread; in intr_thread_prolog() 742 cpu->cpu_intr_thread = it->t_link; in intr_thread_prolog() 743 it->t_intr = t; in intr_thread_prolog() 744 it->t_lwp = t->t_lwp; in intr_thread_prolog() 751 it->t_state = TS_ONPROC; in intr_thread_prolog() 753 cpu->cpu_thread = it; /* new curthread on this cpu */ in intr_thread_prolog() 754 it->t_pil = (uchar_t)pil; in intr_thread_prolog() 755 it->t_pri = intr_pri + (pri_t)pil; in intr_thread_prolog() 756 it->t_intr_start = now; in intr_thread_prolog() [all …]
|
/titanic_50/usr/src/uts/i86pc/io/apix/ |
H A D | apix_intr.c | 231 kthread_t *t, *volatile it; in apix_do_softint_prolog() local 249 it = cpu->cpu_intr_thread; in apix_do_softint_prolog() 250 ASSERT(it != NULL); in apix_do_softint_prolog() 251 cpu->cpu_intr_thread = it->t_link; in apix_do_softint_prolog() 268 it->t_lwp = t->t_lwp; in apix_do_softint_prolog() 269 it->t_state = TS_ONPROC; in apix_do_softint_prolog() 281 it->t_intr = t; in apix_do_softint_prolog() 282 cpu->cpu_thread = it; in apix_do_softint_prolog() 293 it->t_pil = (uchar_t)pil; in apix_do_softint_prolog() 294 it->t_pri = (pri_t)pil + intr_pri; in apix_do_softint_prolog() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | time_impl.h | 102 #define ITIMERSPEC32_TO_ITIMERSPEC(it, it32) { \ argument 103 TIMESPEC32_TO_TIMESPEC(&(it)->it_interval, &(it32)->it_interval); \ 104 TIMESPEC32_TO_TIMESPEC(&(it)->it_value, &(it32)->it_value); \ 107 #define ITIMERSPEC_TO_ITIMERSPEC32(it32, it) { \ argument 108 TIMESPEC_TO_TIMESPEC32(&(it32)->it_interval, &(it)->it_interval); \ 109 TIMESPEC_TO_TIMESPEC32(&(it32)->it_value, &(it)->it_value); \ 112 #define ITIMERSPEC_OVERFLOW(it) \ argument 113 (TIMESPEC_OVERFLOW(&(it)->it_interval) && \ 114 TIMESPEC_OVERFLOW(&(it)->it_value))
|
/titanic_50/usr/src/lib/libc/amd64/gen/ |
H A D | strchr.s | 33 cmpb %sil,%dl / find it? 35 testb %dl,%dl / is it null? 39 cmpb %sil,%dl / find it? 41 testb %dl,%dl / is it null? 45 cmpb %sil,%dl / find it? 47 testb %dl,%dl / is it null? 51 cmpb %sil,%dl / find it? 54 testb %dl,%dl / is it null?
|
H A D | wschr.s | 46 cmpl %esi,%edx / find it? 48 testl %edx,%edx / is it null? 52 cmpl %esi,%edx / find it? 54 testl %edx,%edx / is it null? 58 cmpl %esi,%edx / find it? 60 testl %edx,%edx / is it null? 64 cmpl %esi,%edx / find it? 67 testl %edx,%edx / is it null?
|
/titanic_50/usr/src/cmd/hal/tools/ |
H A D | lshal.c | 93 LibHalPropertySetIterator it; in print_props() local 111 for (libhal_psi_init (&it, props); libhal_psi_has_more (&it); libhal_psi_next (&it)) { in print_props() 112 type = libhal_psi_get_type (&it); in print_props() 116 libhal_psi_get_key (&it), in print_props() 117 libhal_psi_get_string (&it)); in print_props() 122 libhal_psi_get_key (&it), in print_props() 123 libhal_psi_get_int (&it), in print_props() 124 libhal_psi_get_int (&it)); in print_props() 129 libhal_psi_get_key (&it), in print_props() 130 (long long unsigned int) libhal_psi_get_uint64 (&it), in print_props() [all …]
|
H A D | hal-device.c | 226 LibHalPropertySetIterator it; in dump_devices() local 239 for(libhal_psi_init(&it, props); libhal_psi_has_more(&it); libhal_psi_next(&it)) { in dump_devices() 240 type = libhal_psi_get_type(&it); in dump_devices() 244 libhal_psi_get_key(&it), in dump_devices() 245 libhal_psi_get_string(&it) in dump_devices() 250 libhal_psi_get_key(&it), in dump_devices() 251 libhal_psi_get_int(&it), in dump_devices() 252 libhal_psi_get_int(&it) in dump_devices() 257 libhal_psi_get_key(&it), in dump_devices() 258 (long long) libhal_psi_get_uint64(&it), in dump_devices() [all …]
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | wschr.s | 47 cmpl %ecx,%edx / find it? 49 testl %edx,%edx / is it null? 53 cmpl %ecx,%edx / find it? 55 testl %edx,%edx / is it null? 59 cmpl %ecx,%edx / find it? 61 testl %edx,%edx / is it null? 65 cmpl %ecx,%edx / find it? 68 testl %edx,%edx / is it null?
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | _sprintf_sup.c | 249 int iz, it; in _unpacked_to_big_float() local 253 for (it = 0; it <= iz; it++) { in _unpacked_to_big_float() 254 pb->bsignificand[2 * (iz - it)] = pu->significand[it] & 0xffff; in _unpacked_to_big_float() 255 pb->bsignificand[2 * (iz - it) + 1] = pu->significand[it] >> 16; in _unpacked_to_big_float() 260 for (it = 1; it < pb->blength; it++) in _unpacked_to_big_float() 261 pb->bsignificand[it - 1] = pb->bsignificand[it]; in _unpacked_to_big_float()
|
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 532 Iterator it = decisions.keySet().iterator(); in toString() local 533 while (it.hasNext()) { in toString() 534 String dk = (String)it.next(); in toString() 557 for (Iterator it = resourcesAwaitingImprovement. in expireAndMeasureImprovements() 558 keySet().iterator(); it.hasNext(); ) { in expireAndMeasureImprovements() 559 Resource res = (Resource)it.next(); in expireAndMeasureImprovements() 576 it.remove(); in expireAndMeasureImprovements() 587 ListIterator it = decisionList.listIterator(0); in expireAndMeasureImprovements() local 588 while (it.hasNext()) { in expireAndMeasureImprovements() 589 decision = (Decision)it.next(); in expireAndMeasureImprovements() [all …]
|
H A D | Statistic.java | 108 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() argument 285 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() argument 292 while (it.hasNext()) { in getSnapshotForInterval() 293 DoubleStatistic s = (DoubleStatistic) it.next(); in getSnapshotForInterval() 373 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() argument 379 while (it.hasNext()) { in getSnapshotForInterval() 380 LongStatistic s = (LongStatistic) it.next(); in getSnapshotForInterval() 460 public AggregateStatistic getSnapshotForInterval(Iterator it, in getSnapshotForInterval() argument 466 while (it.hasNext()) { in getSnapshotForInterval() 468 it.next(); in getSnapshotForInterval()
|
/titanic_50/usr/src/cmd/ypcmd/ |
H A D | getlist.c | 51 listofnames *it; local 59 it = (listofnames *) malloc(sizeof (listofnames)); 60 if (it == NULL) { 64 it->name = copy; 65 it->nextname = NULL; 66 return (it);
|
/titanic_50/usr/src/lib/libnisdb/yptol/ |
H A D | dit_access.c | 404 __nis_hash_item_mt *it; in get_passwd_list() local 437 for (it = ldapMappingList.keys[i]; NULL != it; it = it->next) { in get_passwd_list() 439 if ((target_len + domain_len + 1) > strlen(it->name)) in get_passwd_list() 441 if (0 != strncmp(it->name, target, target_len)) in get_passwd_list() 445 if (strlen(domain) >= strlen(it->name)) in get_passwd_list() 447 end_ptr = it->name + strlen(it->name) - in get_passwd_list() 468 res[res_count] = am(myself, end_ptr - it->name + 1); in get_passwd_list() 475 (void) memcpy(res[res_count], it->name, in get_passwd_list() 476 end_ptr-it->name - 1); in get_passwd_list() 972 __nis_hash_item_mt *it; in get_mapping_map_list() local [all …]
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | boot.s | 123 ! boot attribute value vector. Otherwise, it's already been done and we can 141 ! %fp points to the root of our ELF bootstrap vector, use it to construct 142 ! the vector and send it to _setup. 146 st %l0, [%o0] ! store it 153 st %l0, [%o0 + 12] ! store it in the vector 155 st %l1, [%o0 + 8] ! store it 157 st %l1, [%o0 + 16] ! store it 165 st %l0, [%o0 + 24] ! and store it 173 call _setup ! call it
|
/titanic_50/usr/src/uts/i86pc/io/acpi/acpidev/ |
H A D | acpidev_drv.c | 660 acpidev_class_list_t *it; in acpidev_probe_child() local 700 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_probe_child() 701 if (it->acl_class->adc_pre_probe == NULL) { in acpidev_probe_child() 704 infop->awi_class_curr = it->acl_class; in acpidev_probe_child() 705 if (ACPI_FAILURE(it->acl_class->adc_pre_probe(infop))) { in acpidev_probe_child() 708 it->acl_class->adc_class_name, infop->awi_name); in acpidev_probe_child() 752 for (it = *(infop->awi_class_list); it != NULL; in acpidev_probe_child() 753 it = it->acl_next) { in acpidev_probe_child() 754 if (it->acl_class->adc_probe == NULL) { in acpidev_probe_child() 757 cinfop->awi_class_curr = it->acl_class; in acpidev_probe_child() [all …]
|
/titanic_50/usr/src/uts/common/io/idm/ |
H A D | idm_impl.c | 452 idm_transport_t *it; in idm_conn_create_common() local 456 it = &idm_transport_list[type]; in idm_conn_create_common() 458 if ((it->it_ops != NULL) && (it->it_type == tt)) in idm_conn_create_common() 461 ASSERT(it->it_type == tt); in idm_conn_create_common() 462 if (it->it_type != tt) in idm_conn_create_common() 474 ic->ic_transport_ops = it->it_ops; in idm_conn_create_common() 530 idm_transport_t *it; in idm_transport_lookup() local 542 it = &idm_transport_list[type]; in idm_transport_lookup() 544 if (it->it_ops == NULL) { in idm_transport_lookup() 549 if (it->it_ops->it_conn_is_capable(cr, &caps)) { in idm_transport_lookup() [all …]
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | aclocal.m4 | 6 # gives unlimited permission to copy and/or distribute it, 9 # This program is distributed in the hope that it will be useful, 18 # This program is free software; you can redistribute it and/or modify 19 # it under the terms of the GNU General Public License as published by 23 # This program is distributed in the hope that it will be useful, 40 # Call AM_AUTOMAKE_VERSION so it can be traced. 49 # This program is free software; you can redistribute it and/or modify 50 # it under the terms of the GNU General Public License as published by 54 # This program is distributed in the hope that it will be useful, 65 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to [all …]
|
/titanic_50/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 943 char *out, *it, *prefix; in nm2unixname() local 954 if (shell_app(&it, nm->unixname, 0)) in nm2unixname() 971 length = strlen(prefix) + strlen(it); in nm2unixname() 977 free(it); in nm2unixname() 982 (void) strcat(out, it); in nm2unixname() 983 free(it); in nm2unixname() 1808 char *it; in ucp_is_IP_qualifier() local 1809 it = line + strcspn(line, " \t\n#:"); in ucp_is_IP_qualifier() 1810 return (*(it + 1) == ':' ? 1 : 0); in ucp_is_IP_qualifier() 1865 char *it; in ucp_line2nm() local [all …]
|
/titanic_50/usr/src/lib/librstp/common/ |
H A D | README.news | 2 Machines into the Port instance (it made the state 10 - 'nonStp' support (I know, that it is out the standard, 11 but it seems to be useful (see a discussion on 13 and our customers demand it
|