/titanic_50/usr/src/cmd/stat/common/ |
H A D | common.c | 66 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_50/usr/src/lib/libdladm/common/ |
H A D | libdlether.c | 199 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_50/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 261 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_50/usr/src/uts/intel/amd64/ml/ |
H A D | amd64.il | 161 * 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_50/usr/src/uts/intel/ia32/ml/ |
H A D | ia32.il | 157 * 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_50/usr/src/cmd/sa/ |
H A D | sadc.c | 127 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_50/usr/src/cmd/lp/model/netpr/ |
H A D | net.c | 137 int pause = 0; in xfer_file() local 175 if (pause++ > 3) in xfer_file() 185 pause = 0; in xfer_file()
|
/titanic_50/usr/src/uts/common/io/chxge/com/ |
H A D | mv88e1xxx.c | 271 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_50/usr/src/cmd/dtrace/test/tst/common/usdt/ |
H A D | tst.dlclose1.ksh | 121 pause(); 135 syscall::pause:entry
|
/titanic_50/usr/src/lib/libbc/libc/compat/common/ |
H A D | pause.c | 33 pause(void) in pause() function
|
/titanic_50/usr/src/lib/libc/common/sys/ |
H A D | pause.s | 37 SYSCALL2_RVAL1(__pause,pause)
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | sleep.c | 101 pause(); in b_sleep() 137 pause(); in sleep()
|
/titanic_50/usr/src/cmd/bnu/ |
H A D | Dialers | 37 # \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_50/usr/src/uts/common/syscall/ |
H A D | pause.c | 47 pause() in pause() function
|
/titanic_50/usr/src/lib/libpp/common/ |
H A D | pptrace.c | 235 pause(); in pptrace() 260 pause(); in pptrace()
|
/titanic_50/usr/src/uts/common/io/audio/impl/ |
H A D | audio_sun.c | 266 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_50/usr/src/lib/libast/common/comp/ |
H A D | execve.c | 64 pause();
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | unistd.h | 139 extern int pause(void);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | io.c | 113 pause(); /* wait for Ctrl-C */ in talk()
|
/titanic_50/usr/src/cmd/sendmail/cf/feature/ |
H A D | greet_pause.m4 | 25 ### greet_pause: lookup pause time before 220 greeting
|
/titanic_50/usr/src/cmd/avs/dsw/ |
H A D | iiboot.c | 269 (void) pause(); in iiboot_lintmain() 277 (void) pause(); in iiboot_lintmain() 306 (void) pause(); in iiboot_lintmain()
|
/titanic_50/usr/src/cmd/cmd-inet/lib/netcfgd/ |
H A D | netcfgd.c | 180 (void) pause(); in main()
|
/titanic_50/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 410 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_50/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_main.c | 2172 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 …]
|
/titanic_50/usr/src/lib/print/libipp-listener/ |
H A D | Makefile.com | 34 ipp-listener.o pause-printer.o print-job.o purge-jobs.o release-job.o \
|