Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/auditreduce/
H A Dproc.c711 int32_t secs, msecs; local
713 (void) adrm_int32(&adr, (int32_t *)&msecs, 1);
715 tv.tv_usec = (suseconds_t)msecs;
717 int32_t secs, msecs; local
724 (void) adrm_int32(&adr, (int32_t *)&msecs, 1);
726 tv.tv_usec = (suseconds_t)msecs;
728 int64_t secs, msecs; local
730 (void) adrm_int64(&adr, (int64_t *)&msecs, 1);
737 if (msecs < (suseconds_t)INT32_MIN ||
738 msecs > (suseconds_t)INT32_MAX)
[all …]
/titanic_41/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()
323 (void) poll(NULL, 0, msecs); 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()
346 (void) poll(NULL, 0, msecs); in safe_realloc()
350 msecs *= ALLOC_DELAY_MULT; in safe_realloc()
360 uint_t try, msecs; in safe_strdup() local
367 msecs = ALLOC_DELAY; in safe_strdup()
[all …]
H A Drestarter.c841 uint_t retry_count = 0, msecs = ALLOC_DELAY; in restarter_instance_update_states() local
860 (void) poll(NULL, 0, msecs); in restarter_instance_update_states()
861 msecs *= ALLOC_DELAY_MULT; in restarter_instance_update_states()
1266 uint_t tries = 0, msecs = ALLOC_DELAY; in unmaintain_instance() local
1343 (void) poll(NULL, 0, msecs); in unmaintain_instance()
1344 msecs *= ALLOC_DELAY_MULT; in unmaintain_instance()
H A Dlibscf.c79 uint_t try, msecs; in libscf_object_create() local
89 msecs = ALLOC_DELAY; in libscf_object_create()
92 (void) poll(NULL, 0, msecs); in libscf_object_create()
93 msecs *= ALLOC_DELAY_MULT; in libscf_object_create()
3593 uint_t count = 0, msecs = ALLOC_DELAY; in libscf_create_self() local
3726 (void) poll(NULL, 0, msecs); in libscf_create_self()
3727 msecs *= ALLOC_DELAY_MULT; in libscf_create_self()
H A Dgraph.c3255 uint_t count = 0, msecs = ALLOC_DELAY; in configure_vertex() local
3304 (void) poll(NULL, 0, msecs); in configure_vertex()
3305 msecs *= ALLOC_DELAY_MULT; in configure_vertex()
3453 uint_t count = 0, msecs = ALLOC_DELAY; in configure_vertex() local
3497 (void) poll(NULL, 0, msecs); in configure_vertex()
3498 msecs *= ALLOC_DELAY_MULT; in configure_vertex()
/titanic_41/usr/src/cmd/fm/fmd/common/
H A Dfmd_alloc.c45 uint_t try, lim, msecs; in fmd_alloc() local
51 msecs = fmd.d_alloc_msecs; in fmd_alloc()
54 (void) poll(NULL, 0, msecs); in fmd_alloc()
55 msecs *= 10; in fmd_alloc()
/titanic_41/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);
/titanic_41/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()
/titanic_41/usr/src/cmd/lms/SyncLib/Include/
H A DThread.h78 bool wait(unsigned long msecs = WAIT_INFINITE) const;
89 static void msleep(long msecs);
H A DEvent.h55 bool wait(unsigned long msecs = WAIT_INFINITE);
/titanic_41/usr/src/uts/sun4u/sys/
H A Dprom_plat.h201 extern int prom_heartbeat(int msecs);
/titanic_41/usr/src/lib/efcode/fcode_test/
H A Dmisc.fth177 " ms.1" get-msecs h# 100 ms get-msecs swap - h# 80 h# 150 between .passed?
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Dliterals.h88 L_DECL(msecs);
/titanic_41/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.c4593 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * (10 * MILLISEC); in issue_cmd_in_sync_mode_xscale() local
4602 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in issue_cmd_in_sync_mode_xscale()
4608 if (i < (msecs -1)) { in issue_cmd_in_sync_mode_xscale()
4620 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * (10 * MILLISEC); in issue_cmd_in_sync_mode_ppc() local
4631 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in issue_cmd_in_sync_mode_ppc()
4639 if (i < (msecs -1)) { in issue_cmd_in_sync_mode_ppc()
4654 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_poll_mode_xscale() local
4666 for (i = 0; i < msecs && (frame_hdr->cmd_status == in issue_cmd_in_poll_mode_xscale()
4685 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_poll_mode_ppc() local
4699 for (i = 0; i < msecs && (frame_hdr->cmd_status == in issue_cmd_in_poll_mode_ppc()
/titanic_41/usr/src/uts/common/io/kb8042/
H A Dkb8042.c865 int msecs; local
976 msecs = (tmp >> 16) & 0xffff;
988 error = beep_mktone(frequency, msecs);
/titanic_41/usr/src/uts/common/io/usb/clients/usbkbm/
H A Dusbkbm.c701 int msecs; in usbkbm_ioctl() local
881 msecs = (tmp >> 16) & 0xffff; in usbkbm_ioctl()
893 err = beep_mktone(frequency, msecs); in usbkbm_ioctl()
/titanic_41/usr/src/uts/common/io/
H A Dkbd.c523 int msecs; in kbdioctl() local
577 msecs = (tmp >> 16) & 0xffff; in kbdioctl()
589 err = beep_mktone(frequency, msecs); in kbdioctl()
/titanic_41/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_tbolt.c1949 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in tbolt_issue_cmd_in_sync_mode() local
2002 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in tbolt_issue_cmd_in_sync_mode()
2008 if (i < (msecs -1)) { in tbolt_issue_cmd_in_sync_mode()
2024 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in tbolt_issue_cmd_in_poll_mode() local
2051 for (i = 0; i < msecs && ( in tbolt_issue_cmd_in_poll_mode()
H A Dmr_sas.c6748 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_sync_mode_ppc() local
6779 for (i = 0; i < msecs && (cmd->cmd_status == ENODATA); i++) { in issue_cmd_in_sync_mode_ppc()
6786 if (i < (msecs -1)) { in issue_cmd_in_sync_mode_ppc()
6802 uint32_t msecs = MFI_POLL_TIMEOUT_SECS * MILLISEC; in issue_cmd_in_poll_mode_ppc() local
6820 for (i = 0; i < msecs && ( in issue_cmd_in_poll_mode_ppc()
/titanic_41/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;