Home
last modified time | relevance | path

Searched refs:latest (Results 1 – 25 of 44) sorted by relevance

12

/titanic_41/usr/src/cmd/power/
H A Dpowerd.c901 int act_idle, latest; in last_system_activity() local
903 latest = info->pd_idle_time * 60; in last_system_activity()
905 latest = MIN(latest, act_idle); in last_system_activity()
907 latest = MIN(latest, act_idle); in last_system_activity()
909 latest = MIN(latest, act_idle); in last_system_activity()
911 latest = MIN(latest, act_idle); in last_system_activity()
913 return (latest); in last_system_activity()
H A Dsys-suspend.c494 time_t latest = 0; in get_xauthority() local
542 if (stat_buf.st_ctime > latest) { in get_xauthority()
544 latest = stat_buf.st_ctime; in get_xauthority()
/titanic_41/usr/src/cmd/acct/
H A Dacctprc1.c255 long latest; in getnamc() local
258 latest = 0; in getnamc()
270 sp->sr_end > latest) { in getnamc()
271 latest = sp->sr_end; in getnamc()
/titanic_41/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-stats.c189 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()
/titanic_41/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c603 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()
/titanic_41/usr/src/cmd/fm/dicts/
H A DSUNOS.po73 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 Solaris Kernel and Predictive Self-Healing (PSH) patches are install…
297 msgstr "Ensure that the latest Solaris Kernel and Predictive Self-Healing (PSH) patches are install…
313 msgstr "Ensure that the latest Solaris Kernel and Predictive Self-Healing (PSH) patches are install…
H A DPCIEX.po57 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 DINTEL.po841 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 DPCI.po41 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.…
H A DDISK.po90 msgstr "Ensure that the latest drivers and patches are installed. Schedule a repair procedure to re…
H A DSUN4.po123 msgstr "Ensure latest driver and patch are installed. Use fmdump -v -u <EVENT_ID> to identify the …
171 msgstr "Ensure latest driver and patch are installed. Use fmdump -v -u <EVENT_ID> to identify the …
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c137 hrtime_t latest = 0; in ttrace_walk_step() local
158 if (rec.ttr_stamp > latest) { in ttrace_walk_step()
159 latest = rec.ttr_stamp; in ttrace_walk_step()
164 if (latest == 0) in ttrace_walk_step()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dcyclic.c518 hrtime_t latest = 0; in cyctrace_walk_step() local
532 if (buf[i].cyt_buf[ndx].cyt_tstamp > latest) { in cyctrace_walk_step()
533 latest = buf[i].cyt_buf[ndx].cyt_tstamp; in cyctrace_walk_step()
541 if (latest == 0) in cyctrace_walk_step()
H A Dkmem.c2861 hrtime_t earliest = 0, latest = 0; in bufctl() local
2873 'l', MDB_OPT_UINT64, &latest, in bufctl()
2967 if (latest != 0 && bc.bc_timestamp > latest) in bufctl()
3682 hrtime_t earliest = 0, latest = 0; in vmem_seg() local
3693 'l', MDB_OPT_UINT64, &latest, in vmem_seg()
3762 latest != 0) in vmem_seg()
3795 if (latest != 0 && vs.vs_timestamp > latest) in vmem_seg()
/titanic_41/usr/src/lib/brand/solaris10/zone/
H A Dversion25 # This is the current latest version of the solaris10 brand emulation. The
/titanic_41/usr/src/cmd/mdb/tools/scripts/
H A Dmdb.sh30 mdb_ws=/net/mdb.eng/mdb/snapshot/latest # Snapshot of latest workspace
/titanic_41/usr/src/uts/common/io/e1000api/
H A DREADME219 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
H A DREADME.new41 For the latest Intel network drivers for FreeBSD, see:
340 This issue MAY be resolved by updating to the latest BIOS. You can
/titanic_41/usr/src/uts/common/io/e1000g/
H A DREADME219 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
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c2499 hrtime_t earliest = 0, latest = 0; in bufctl() local
2513 'l', MDB_OPT_UINT64, &latest, in bufctl()
2608 if (latest != 0 && bcp->bc_timestamp > latest) in bufctl()
3315 hrtime_t earliest = 0, latest = 0; in vmem_seg() local
3326 'l', MDB_OPT_UINT64, &latest, in vmem_seg()
3395 latest != 0) in vmem_seg()
3428 if (latest != 0 && vs.vs_timestamp > latest) in vmem_seg()
/titanic_41/usr/src/data/zoneinfo/
H A DREADME.illumos19 you're wondering what to do. The first thing to do is to grab the latest
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c409 ctid_t latest; in contracts_post_fork_parent() local
437 latest = ct_status_get_id(st); in contracts_post_fork_parent()
441 n = snprintf(path, PATH_MAX, CTFS_ROOT "/all/%ld/ctl", latest); in contracts_post_fork_parent()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c2130 time_t latest; in find_issuer_cert() local
2209 latest = 0; in find_issuer_cert()
2218 if (t_notbefore > latest) { in find_issuer_cert()
2223 latest = t_notbefore; in find_issuer_cert()
/titanic_41/usr/src/grub/grub-0.97/
H A DINSTALL51 latest release of automake. See the web page
/titanic_41/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in36 * defined below. These are assigned the latest values from the system .h's.

12