Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 25 of 310) sorted by path

12345678910>>...13

/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th79 50 ms \ Sleep for 50 milliseconds (see loader(8))
143 3000 ms ." loader: incorrect password" 10 emit
174 3000 ms ." loader: incorrect password" 10 emit
H A Ddelay.4th77 25 ms \ sleep for 25 milliseconds (40 iterations/sec)
H A Dmenu-commands.4th533 500 ms \ sleep so user can see the message
H A Dmenu.4th669 50 ms \ sleep for 50 milliseconds (see loader(8))
/illumos-gate/usr/src/cmd/Adm/
H A Dmailcap30 application/vnd.ms-excel; /usr/bin/soffice -view %s
40 application/vnd.ms-powerpoint; /usr/bin/soffice -view %s
H A Dmime.types38 application/vnd.ms-word.document.macroenabled.12 docm
40 application/vnd.ms-word.template.macroenabled.12 dotm
42 application/vnd.ms-excel.sheet.macroenabled.12 xlsm
44 application/vnd.ms-excel.template.macroenabled.12 xltm
46 application/vnd.ms-powerpoint.presentation.macroenabled.12 pptm
48 application/vnd.ms-powerpoint.template.macroenabled.12 potm
/illumos-gate/usr/src/cmd/ast/libast/amd64/
H A Dlc.h47 const char* ms; member
/illumos-gate/usr/src/cmd/ast/libast/i386/
H A Dlc.h47 const char* ms; member
/illumos-gate/usr/src/cmd/ast/libast/sparc/
H A Dlc.h47 const char* ms; member
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/
H A Dlc.h47 const char* ms; member
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1590 regmatch_t *ms = &mbsub[j]; in int_regwexec() local
1593 if ((k = ms->rm_so) >= 0) { in int_regwexec()
1597 if ((k = ms->rm_eo) >= 0) { in int_regwexec()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c953 nap(int ms) in nap() argument
957 tv.tv_sec = ms / 1000; in nap()
958 tv.tv_usec = (ms - tv.tv_sec * 1000) * 1000; in nap()
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dmevent.c60 set_mevent_file_poll_interval_ms(int ms) in set_mevent_file_poll_interval_ms() argument
62 mevent_file_poll_interval_ms = ms; in set_mevent_file_poll_interval_ms()
H A Dread_disable.c88 tick(int ms, enum ev_type ev, void *arg) in tick() argument
H A Dread_pause.c95 tick(int ms, enum ev_type ev, void *arg) in tick() argument
/illumos-gate/usr/src/cmd/bnu/
H A Duudecode.c101 extern mode_t newmode(char *ms, mode_t new_mode, mode_t umsk,
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c282 ms_delay(uint_t ms) in ms_delay() argument
288 req = start + ((hrtime_t)ms * 1000000); in ms_delay()
H A Dutil.h74 void ms_delay(uint_t ms);
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c84 static char *ms; /* Points to the mode argument */ variable
143 extern mode_t newmode_common(char *ms, mode_t new_mode, mode_t umsk,
246 ms = mav[0]; in main()
308 if (chmod(name, newmode_common(ms, st.st_mode, umsk, name, path, in dochmod()
361 } else if (chmod(dir, newmode_common(ms, mode, umsk, dir, path, in chmodr()
H A Dcommon.c90 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path,
98 newmode(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path) in newmode() argument
102 return (newmode_common(ms, new_mode, umsk, file, path, &tmp1, &tmp2)); in newmode()
113 newmode_common(char *ms, mode_t new_mode, mode_t umsk, char *file, char *path, in newmode_common() argument
141 msp = ms; in newmode_common()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpathd.dfl26 # Time taken by mpathd to detect a NIC failure in ms. The minimum time
27 # that can be specified is 100 ms.
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c974 struct msg_sub *ms1, *ms; in msglim() local
983 ms = ms1 = lim->subs; in msglim()
988 ms = NULL; in msglim()
994 if (ms->addr == addr) { in msglim()
999 if (ms->until > now.tv_sec) in msglim()
1000 ms = NULL; in msglim()
1003 if (ms->until < ms1->until) in msglim()
1004 ms = ms1; in msglim()
1006 if (ms != NULL) { in msglim()
1007 ms->addr = addr; in msglim()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c157 #define MS2FLOATSEC(ms) ((float)(ms) / 1000) argument
/illumos-gate/usr/src/cmd/csh/
H A Dsh.time.c136 int ms = in prusage() local
165 psecs_int(ms / 100); in prusage()
170 ((ms ? ms : 1)))); in prusage()
/illumos-gate/usr/src/cmd/dtrace/demo/profile/
H A Drestest.d38 @ms = lquantize((timestamp / 1000000) % 10, 0, 10, 1);

12345678910>>...13