Home
last modified time | relevance | path

Searched refs:pause (Results 1 – 25 of 131) sorted by relevance

123456

/titanic_41/usr/src/cmd/stat/common/
H A Dcommon.c66 hrtime_t now, pause, pause_left; in sleep_until() local
71 pause = *wakeup + interval - now; in sleep_until()
73 if (pause <= 0 || pause < (interval / 4)) in sleep_until()
77 pause = interval; in sleep_until()
90 pause = interval / 2; in sleep_until()
95 if (pause < 1000) in sleep_until()
100 pause_left = pause; in sleep_until()
/titanic_41/usr/src/lib/libdladm/common/
H A Dlibdlether.c199 boolean_t pause = eattr->lei_attr[ptype].le_pause; in dladm_ether_pause2str() local
202 if (pause) in dladm_ether_pause2str()
294 uint32_t autoneg, pause, asmpause, fault; in dladm_ether_info() local
338 attrstat[i].pause_stat, KSTAT_DATA_UINT32, &pause); in dladm_ether_info()
348 eattr->lei_attr[i].le_pause = (pause != 0); in dladm_ether_info()
357 eattr->lei_attr[i].le_fault = (pause != 0); in dladm_ether_info()
/titanic_41/usr/src/cmd/audio/utilities/
H A Ddevice_ctl.c261 info.play.pause = x; in audio__setpause()
264 info.record.pause = x; in audio__setpause()
272 if (((which & AUDIO__PLAY) && (info.play.pause != x)) || in audio__setpause()
273 ((which & AUDIO__RECORD) && (info.record.pause != x))) in audio__setpause()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dia32.il157 * Call the pause instruction. To the Pentium 4 Xeon processor, it acts as
158 * a hint that the code sequence is a busy spin-wait loop. Without a pause
161 * memory violation. Inserting the pause instruction significantly reduces
163 * The pause instruction is a NOP on all other IA-32 processors.
166 rep / our compiler doesn't support "pause" yet,
/titanic_41/usr/src/uts/intel/amd64/ml/
H A Damd64.il161 * Call the pause instruction. To the Pentium 4 Xeon processor, it acts as
162 * a hint that the code sequence is a busy spin-wait loop. Without a pause
165 * memory violation. Inserting the pause instruction significantly reduces
167 * The pause instruction is a NOP on all other IA-32 processors.
170 pause
/titanic_41/usr/src/cmd/sa/
H A Dsadc.c127 hrtime_t now, pause, pause_left; in sleep_until() local
131 pause = *wakeup + interval - now; in sleep_until()
133 if (pause <= 0 || pause < (interval / 4)) in sleep_until()
137 pause = interval; in sleep_until()
150 pause = interval / 2; in sleep_until()
155 if (pause < 1000) in sleep_until()
160 pause_left = pause; in sleep_until()
/titanic_41/usr/src/cmd/lp/model/netpr/
H A Dnet.c137 int pause = 0; in xfer_file() local
175 if (pause++ > 3) in xfer_file()
185 pause = 0; in xfer_file()
/titanic_41/usr/src/uts/common/io/chxge/com/
H A Dmv88e1xxx.c271 int sp = -1, dplx = -1, pause = 0; in mv88e1xxx_get_link_status() local
276 pause |= PAUSE_RX; in mv88e1xxx_get_link_status()
278 pause |= PAUSE_TX; in mv88e1xxx_get_link_status()
295 *fc = pause; in mv88e1xxx_get_link_status()
/titanic_41/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh121 pause();
135 syscall::pause:entry
/titanic_41/usr/src/lib/libbc/libc/compat/common/
H A Dpause.c33 pause(void) in pause() function
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dsleep.c101 pause(); in b_sleep()
137 pause(); in sleep()
/titanic_41/usr/src/lib/libc/common/sys/
H A Dpause.s37 SYSCALL2_RVAL1(__pause,pause)
/titanic_41/usr/src/cmd/bnu/
H A DDialers37 # \p - pause (approximately 1/4-1/2 second delay)
106 # =,-, Use comma for secondary dial tone & for pause
128 # =,-, Use comma for secondary dial tone & for pause
150 # =+-, '+' for secondary dial tone, ',' for pause
173 # =+-, '+' for secondary dial tone, ',' for pause
199 # =+-, '+' for secondary dial tone, ',' for pause
239 # =+-, '+' for secondary dial tone, ',' for pause
274 # =+-, '+' for secondary dial tone, ',' for pause
291 # =+-, '+' for secondary dial tone, ',' for pause
309 # =+-, '+' for secondary dial tone, ',' for pause
/titanic_41/usr/src/uts/common/syscall/
H A Dpause.c47 pause() in pause() function
/titanic_41/usr/src/lib/libpp/common/
H A Dpptrace.c235 pause(); in pptrace()
260 pause(); in pptrace()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_sun.c266 prinfo->pause = B_FALSE; in devaudio_proc_alloc()
586 info->play.pause = auclnt_is_paused(sp); in devaudio_proc_update()
595 info->play.pause = B_FALSE; in devaudio_proc_update()
610 info->record.pause = auclnt_is_paused(sp); in devaudio_proc_update()
618 info->record.pause = B_FALSE; in devaudio_proc_update()
839 if (CHANGED8(npr, opr, pause)) { in devaudio_ioc_setinfo()
840 if (npr->pause) { in devaudio_ioc_setinfo()
902 if (CHANGED8(npr, opr, pause)) { in devaudio_ioc_setinfo()
903 if (npr->pause) { in devaudio_ioc_setinfo()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dexecve.c64 pause();
/titanic_41/usr/src/cmd/lms/tools/
H A Ddaemonize.cpp97 pause(); in daemonize()
/titanic_41/usr/src/cmd/sendmail/cf/feature/
H A Dgreet_pause.m425 ### greet_pause: lookup pause time before 220 greeting
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dunistd.h139 extern int pause(void);
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dio.c113 pause(); /* wait for Ctrl-C */ in talk()
/titanic_41/usr/src/cmd/avs/dsw/
H A Diiboot.c269 (void) pause(); in iiboot_lintmain()
277 (void) pause(); in iiboot_lintmain()
306 (void) pause(); in iiboot_lintmain()
/titanic_41/usr/src/cmd/cmd-inet/lib/netcfgd/
H A Dnetcfgd.c180 (void) pause(); in main()
/titanic_41/usr/src/cmd/stat/kstat/
H A Dkstat.c410 hrtime_t now, pause, pause_left; in ks_sleep_until() local
415 pause = *wakeup + interval - now; in ks_sleep_until()
417 if (pause <= 0 || pause < (interval / 4)) { in ks_sleep_until()
420 pause = interval; in ks_sleep_until()
422 pause = interval / 2; in ks_sleep_until()
429 if (pause < 1000) { in ks_sleep_until()
433 pause_left = pause; in ks_sleep_until()
/titanic_41/usr/src/uts/common/io/ntxn/
H A Dunm_nic_main.c2172 unm_nic_set_pauseparam(unm_adapter *adapter, unm_pauseparam_t *pause) in unm_nic_set_pauseparam() argument
2177 if (unm_niu_gbe_set_rx_flow_ctl(adapter, pause->rx_pause)) in unm_nic_set_pauseparam()
2180 if (unm_niu_gbe_set_tx_flow_ctl(adapter, pause->tx_pause)) in unm_nic_set_pauseparam()
2184 if (unm_niu_xg_set_tx_flow_ctl(adapter, pause->tx_pause)) in unm_nic_set_pauseparam()
2549 unm_pauseparam_t pause; in unm_register_mac() local
2586 pause.rx_pause = adapter->nd_params[PARAM_ADV_PAUSE_CAP].ndp_val; in unm_register_mac()
2587 pause.tx_pause = adapter->nd_params[PARAM_ADV_ASYM_PAUSE_CAP].ndp_val; in unm_register_mac()
2589 if (unm_nic_set_pauseparam(adapter, &pause)) { in unm_register_mac()
2591 pause.rx_pause, pause.tx_pause); in unm_register_mac()
2593 adapter->nd_params[PARAM_PAUSE_CAP].ndp_val = pause.rx_pause; in unm_register_mac()
[all …]

123456