Home
last modified time | relevance | path

Searched refs:msecs (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Dproc.c711 int32_t secs, msecs; local
717 int32_t secs, msecs; local
728 int64_t secs, msecs; local
738 msecs > (suseconds_t)INT32_MAX)
741 tv.tv_usec = (suseconds_t)msecs;
747 int64_t secs, msecs; local
762 msecs > (suseconds_t)INT32_MAX)
891 int32_t secs, msecs; local
895 int64_t secs, msecs; local
1005 int32_t secs, msecs; local
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c314 uint_t try, msecs; in startd_alloc_retry() local
320 msecs = ALLOC_DELAY; in startd_alloc_retry()
324 msecs *= ALLOC_DELAY_MULT; in startd_alloc_retry()
337 uint_t try, msecs; in safe_realloc() local
343 msecs = ALLOC_DELAY; in safe_realloc()
360 uint_t try, msecs; in safe_strdup() local
367 msecs = ALLOC_DELAY; in safe_strdup()
399 uint_t try, msecs; in startd_list_pool_create() local
405 msecs = ALLOC_DELAY; in startd_list_pool_create()
431 uint_t try, msecs; in startd_list_create() local
[all …]
H A Drestarter.c842 uint_t retry_count = 0, msecs = ALLOC_DELAY; in restarter_instance_update_states() local
861 (void) poll(NULL, 0, msecs); in restarter_instance_update_states()
862 msecs *= ALLOC_DELAY_MULT; in restarter_instance_update_states()
1269 uint_t tries = 0, msecs = ALLOC_DELAY; in unmaintain_instance() local
1346 (void) poll(NULL, 0, msecs); in unmaintain_instance()
1347 msecs *= ALLOC_DELAY_MULT; in unmaintain_instance()
H A Dlibscf.c80 uint_t try, msecs; in libscf_object_create() local
90 msecs = ALLOC_DELAY; in libscf_object_create()
93 (void) poll(NULL, 0, msecs); in libscf_object_create()
94 msecs *= ALLOC_DELAY_MULT; in libscf_object_create()
3601 uint_t count = 0, msecs = ALLOC_DELAY; in libscf_create_self() local
3734 (void) poll(NULL, 0, msecs); in libscf_create_self()
3735 msecs *= ALLOC_DELAY_MULT; in libscf_create_self()
H A Dgraph.c3227 uint_t count = 0, msecs = ALLOC_DELAY; in configure_vertex() local
3276 (void) poll(NULL, 0, msecs); in configure_vertex()
3277 msecs *= ALLOC_DELAY_MULT; in configure_vertex()
3425 uint_t count = 0, msecs = ALLOC_DELAY; in configure_vertex() local
3469 (void) poll(NULL, 0, msecs); in configure_vertex()
3470 msecs *= ALLOC_DELAY_MULT; in configure_vertex()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_alloc.c43 uint_t try, lim, msecs; in fmd_alloc() local
49 msecs = fmd.d_alloc_msecs; in fmd_alloc()
52 (void) poll(NULL, 0, msecs); in fmd_alloc()
53 msecs *= 10; in fmd_alloc()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtimer.c14 void mdelay(unsigned int msecs) in mdelay() argument
17 for(i = 0; i < msecs; i++) { in mdelay()
H A Dtimer.h60 extern void mdelay(unsigned int msecs);
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_heartbeat.c37 prom_heartbeat(int msecs) in prom_heartbeat() argument
44 ci[3] = p1275_int2cell(msecs); /* Arg1: msecs */ in prom_heartbeat()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dprom_plat.h202 extern int prom_heartbeat(int msecs);
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h88 L_DECL(msecs);
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c4586 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * (10 * MILLISEC); in issue_cmd_in_sync_mode_xscale() local
4595 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in issue_cmd_in_sync_mode_xscale()
4601 if (i < (msecs -1)) { in issue_cmd_in_sync_mode_xscale()
4613 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * (10 * MILLISEC); in issue_cmd_in_sync_mode_ppc() local
4624 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in issue_cmd_in_sync_mode_ppc()
4632 if (i < (msecs -1)) { in issue_cmd_in_sync_mode_ppc()
4647 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_poll_mode_xscale() local
4659 for (i = 0; i < msecs && (frame_hdr->cmd_status == in issue_cmd_in_poll_mode_xscale()
4678 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_poll_mode_ppc() local
4692 for (i = 0; i < msecs && (frame_hdr->cmd_status == in issue_cmd_in_poll_mode_ppc()
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dkb8042.c912 int msecs; local
1023 msecs = (tmp >> 16) & 0xffff;
1035 error = beep_mktone(frequency, msecs);
/illumos-gate/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c703 int msecs; in usbkbm_ioctl() local
883 msecs = (tmp >> 16) & 0xffff; in usbkbm_ioctl()
895 err = beep_mktone(frequency, msecs); in usbkbm_ioctl()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsrvrsmtp.c1034 time_t msecs = 0; local
1046 msecs = strtol(pvp[1], NULL, 10);
1049 if (msecs > 0)
1058 timeout.tv_sec = msecs / 1000;
1059 timeout.tv_usec = (msecs % 1000) * 1000;
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1942 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in tbolt_issue_cmd_in_sync_mode() local
1995 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in tbolt_issue_cmd_in_sync_mode()
2001 if (i < (msecs -1)) { in tbolt_issue_cmd_in_sync_mode()
2017 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in tbolt_issue_cmd_in_poll_mode() local
2044 for (i = 0; i < msecs && ( in tbolt_issue_cmd_in_poll_mode()
H A Dmr_sas.c6724 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_sync_mode_ppc() local
6755 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in issue_cmd_in_sync_mode_ppc()
6762 if (i < (msecs -1)) { in issue_cmd_in_sync_mode_ppc()
6778 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_poll_mode_ppc() local
6796 for (i = 0; i < msecs && ( in issue_cmd_in_poll_mode_ppc()