/titanic_41/usr/src/cmd/auditreduce/ |
H A D | proc.c | 711 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 D | startd.c | 314 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 D | restarter.c | 841 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 D | libscf.c | 79 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 D | graph.c | 3255 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 D | fmd_alloc.c | 45 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 D | timer.c | 14 void mdelay(unsigned int msecs) in mdelay() argument 17 for(i = 0; i < msecs; i++) { in mdelay()
|
H A D | timer.h | 60 extern void mdelay(unsigned int msecs);
|
/titanic_41/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_heartbeat.c | 37 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 D | Thread.h | 78 bool wait(unsigned long msecs = WAIT_INFINITE) const; 89 static void msleep(long msecs);
|
H A D | Event.h | 55 bool wait(unsigned long msecs = WAIT_INFINITE);
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | prom_plat.h | 201 extern int prom_heartbeat(int msecs);
|
/titanic_41/usr/src/lib/efcode/fcode_test/ |
H A D | misc.fth | 177 " 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 D | literals.h | 88 L_DECL(msecs);
|
/titanic_41/usr/src/uts/common/io/mega_sas/ |
H A D | megaraid_sas.c | 4593 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 D | kb8042.c | 865 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 D | usbkbm.c | 701 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 D | kbd.c | 523 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 D | mr_sas_tbolt.c | 1949 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 D | mr_sas.c | 6748 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 D | srvrsmtp.c | 1034 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;
|