/illumos-gate/usr/src/cmd/power/ |
H A D | powerd.c | 910 int act_idle, latest; in last_system_activity() local 912 latest = info->pd_idle_time * 60; in last_system_activity() 914 latest = MIN(latest, act_idle); in last_system_activity() 916 latest = MIN(latest, act_idle); in last_system_activity() 918 latest = MIN(latest, act_idle); in last_system_activity() 920 latest = MIN(latest, act_idle); in last_system_activity() 922 return (latest); in last_system_activity()
|
H A D | sys-suspend.c | 496 time_t latest = 0; in get_xauthority() local 546 if (stat_buf.st_ctime > latest) { in get_xauthority() 549 latest = stat_buf.st_ctime; in get_xauthority()
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctprc1.c | 254 long latest; in getnamc() local 257 latest = 0; in getnamc() 269 sp->sr_end > latest) { in getnamc() 270 latest = sp->sr_end; in getnamc()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | Makefile | 235 echo "make install to run the tests on the latest $(SH)" >&2 241 echo "make install to run the tests on the latest $(SH)" >&2
|
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-stats.c | 189 xge_hal_stats_hw_info_t *latest; in __hal_stats_save() local 191 (void) xge_hal_stats_hw(stats->devh, &latest); in __hal_stats_save() 196 xge_hal_stats_pcim_info_t *latest; in __hal_stats_save() local 198 (void) xge_hal_stats_pcim(stats->devh, &latest); in __hal_stats_save() 865 xge_hal_stats_hw_info_t *latest; in xge_hal_stats_channel() local 910 (void) xge_hal_stats_hw(hldev, &latest); in xge_hal_stats_channel() 919 (u32)(latest->tmac_ttl_less_fb_octets / in xge_hal_stats_channel() 929 (u32)(latest->tmac_ttl_less_fb_octets / in xge_hal_stats_channel()
|
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/ |
H A D | gcpu.c | 603 hrtime_t latest; in gcpu_mptwalk_init() local 632 latest = 0; in gcpu_mptwalk_init() 635 if (mpt->mpt_when > latest) { in gcpu_mptwalk_init() 636 latest = mpt->mpt_when; in gcpu_mptwalk_init() 641 if (latest == 0) { in gcpu_mptwalk_init()
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | SUNOS.po | 73 msgstr "Ensure latest drivers and patches are installed, schedule a repair procedure to replace the… 105 msgstr "Ensure latest drivers and patches are installed, schedule a repair procedure to replace the… 121 msgstr "Ensure latest drivers and patches are installed, schedule a repair procedure to replace the… 169 msgstr "Ensure latest drivers and patches are installed. Use fmdump -v -u <EVENT_ID> to identify th… 265 msgstr "Ensure that the latest illumos Kernel and Predictive Self-Healing (PSH) updates are install… 297 msgstr "Ensure that the latest illumos Kernel and Predictive Self-Healing (PSH) updates are install… 313 msgstr "Ensure that the latest illumos Kernel and Predictive Self-Healing (PSH) updates are install…
|
H A D | PCIEX.po | 57 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair proc… 121 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair proce… 137 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair proc… 153 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair proc… 169 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair proce… 185 msgstr "Ensure that the latest drivers and patches are installed. If a plug-in card is involved che… 201 msgstr "Ensure that the latest drivers and patches are installed. If a plug-in card is involved che… 265 msgstr "Ensure that the latest drivers and patches are installed. If a plug-in card is involved che… 281 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair proce… 393 msgstr "Use 'fmadm faulty' to identify the device and then update the firmware to the latest versio… [all …]
|
H A D | INTEL.po | 841 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 857 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 873 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 889 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 905 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 921 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 937 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 953 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 969 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… 985 msgstr "Please refer to the 'Details' section of the knowledge article for the latest service proce… [all …]
|
H A D | PCI.po | 41 msgstr "Ensure latest drivers and patches are installed. Use fmdump -v -u <EVENT_ID> to identify t… 185 msgstr "Ensure that the latest drivers and patches are installed. If a plug-in card is involved che… 201 msgstr "Ensure that the latest drivers and patches are installed. Otherwise schedule a repair proc… 297 msgstr "Use fmadm faulty to identify the device and then update the firmware to the latest version … 313 msgstr "Use fmadm faulty to identify the device and then update the firmware to the latest version.…
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | cyclic.c | 501 hrtime_t latest = 0; in cyctrace_walk_step() local 515 if (buf[i].cyt_buf[ndx].cyt_tstamp > latest) { in cyctrace_walk_step() 516 latest = buf[i].cyt_buf[ndx].cyt_tstamp; in cyctrace_walk_step() 524 if (latest == 0) in cyctrace_walk_step()
|
H A D | kmem.c | 2862 hrtime_t earliest = 0, latest = 0; in bufctl() local 2874 'l', MDB_OPT_UINT64, &latest, in bufctl() 2968 if (latest != 0 && bc.bc_timestamp > latest) in bufctl() 3683 hrtime_t earliest = 0, latest = 0; in vmem_seg() local 3694 'l', MDB_OPT_UINT64, &latest, in vmem_seg() 3762 if (caller != 0 || thread != 0 || earliest != 0 || latest != 0) in vmem_seg() 3795 if (latest != 0 && vs.vs_timestamp > latest) in vmem_seg()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | standards | 36 * that enabled all symbols from the latest implemented standards
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | standards | 36 * that enabled all symbols from the latest implemented standards
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | standards | 36 * that enabled all symbols from the latest implemented standards
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | standards | 36 * that enabled all symbols from the latest implemented standards
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | unix.c | 139 hrtime_t latest = 0; in ttrace_walk_step() local 160 if (rec.ttr_stamp > latest) { in ttrace_walk_step() 161 latest = rec.ttr_stamp; in ttrace_walk_step() 166 if (latest == 0) in ttrace_walk_step()
|
/illumos-gate/usr/src/lib/brand/solaris10/zone/ |
H A D | version | 25 # This is the current latest version of the solaris10 brand emulation. The
|
/illumos-gate/usr/src/cmd/mdb/tools/scripts/ |
H A D | mdb.sh | 30 mdb_ws=/net/mdb.eng/mdb/snapshot/latest # Snapshot of latest workspace
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | README.sync | 5 parts of the kernel module have been updated to the latest upstream FreeBSD
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | README | 25 verify that you have the latest version of zlib; otherwise get the latest
|
/illumos-gate/usr/src/data/ucode/ |
H A D | README.ucode | 52 the update by automatically checking out the latest upstream firmware and
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | README | 219 We need to sync up with the latest Intel code base for e1000g driver. 381 6351378 e1000g panic seen after bfu'ing latest onnv nightly 442 6433236 Update the e1000g driver with the latest shared code from Intel 526 6572330 e1000g: integrate the latest Intel refactored shared code 578 6687947 e1000g needs to integrate the latest Intel shared code to support ICH9m 639 6791863 sync up flow control code with Intel latest shared code
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README | 219 We need to sync up with the latest Intel code base for e1000g driver. 381 6351378 e1000g panic seen after bfu'ing latest onnv nightly 442 6433236 Update the e1000g driver with the latest shared code from Intel 526 6572330 e1000g: integrate the latest Intel refactored shared code 578 6687947 e1000g needs to integrate the latest Intel shared code to support ICH9m 639 6791863 sync up flow control code with Intel latest shared code
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/ |
H A D | umem.c | 2500 hrtime_t earliest = 0, latest = 0; in bufctl() local 2514 'l', MDB_OPT_UINT64, &latest, in bufctl() 2609 if (latest != 0 && bcp->bc_timestamp > latest) in bufctl() 3316 hrtime_t earliest = 0, latest = 0; in vmem_seg() local 3327 'l', MDB_OPT_UINT64, &latest, in vmem_seg() 3395 if (caller != 0 || thread != 0 || earliest != 0 || latest != 0) in vmem_seg() 3428 if (latest != 0 && vs.vs_timestamp > latest) in vmem_seg()
|