Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 266) sorted by relevance

1234567891011

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf117 enable-LIP-reset-on-bus-reset=0;
123 enable-LIP-full-login-on-bus-reset=1;
129 enable-target-reset-on-bus-reset=0;
135 reset-delay=5;
/titanic_44/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c37 vmac_rst_t reset; in hpi_tx_vmac_reset() local
39 HXGE_REG_RD64(handle, VMAC_RST, &(reset.value)); in hpi_tx_vmac_reset()
41 reset.bits.tx_reset = 1; in hpi_tx_vmac_reset()
43 HXGE_REG_WR64(handle, VMAC_RST, reset.value); in hpi_tx_vmac_reset()
51 vmac_rst_t reset; in hpi_rx_vmac_reset() local
53 HXGE_REG_RD64(handle, VMAC_RST, &(reset.value)); in hpi_rx_vmac_reset()
55 reset.bits.rx_reset = 1; in hpi_rx_vmac_reset()
57 HXGE_REG_WR64(handle, VMAC_RST, reset.value); in hpi_rx_vmac_reset()
/titanic_44/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d253 self->reset = self->conn_id;
257 /self->reset/
259 pcount[self->reset] = -1;
260 rollover[self->reset] = 0;
261 end_ptr[self->reset] = 0;
262 num[self->reset] = 0;
264 self->reset = 0;
/titanic_44/usr/src/ucbcmd/stty/
H A Dsttyparse.c202 cb->c_iflag &= ~imodes[i].reset;
208 cb->c_iflag &= ~nimodes[i].reset;
215 cb->c_oflag &= ~omodes[i].reset;
224 cb->c_cflag &= ~cmodes[i].reset;
230 cb->c_cflag &= ~ncmodes[i].reset;
235 cb->c_lflag &= ~lmodes[i].reset;
241 cb->c_lflag &= ~nlmodes[i].reset;
247 termiox->x_hflag &= ~hmodes[i].reset;
252 termiox->x_cflag &= ~clkmodes[i].reset;
/titanic_44/usr/src/lib/libbc/libc/gen/sys5/
H A Dsleep.c81 struct itimerval reset; in sleep() local
88 reset = *newp; in sleep()
89 newp = &reset; in sleep()
/titanic_44/usr/src/cmd/bnu/
H A Dsetmode.c40 unsigned long reset; member
303 termios_clear.c_iflag |= imodes[i].reset;
310 termios_clear.c_oflag |= omodes[i].reset;
317 termios_clear.c_cflag |= cmodes[i].reset;
324 termios_clear.c_lflag |= lmodes[i].reset;
/titanic_44/usr/src/cmd/ttymon/
H A Dsttyparse.c225 cb->c_iflag &= ~imodes[i].reset;
236 cb->c_iflag &= ~nimodes[i].reset;
243 cb->c_oflag &= ~omodes[i].reset;
252 cb->c_cflag &= ~cmodes[i].reset;
266 cb->c_cflag &= ~ncmodes[i].reset;
271 cb->c_lflag &= ~lmodes[i].reset;
277 cb->c_lflag &= ~nlmodes[i].reset;
283 termiox->x_hflag &= ~hmodes[i].reset;
288 termiox->x_cflag &= ~clkmodes[i].reset;
/titanic_44/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_eb2dma.c255 uint32_t reset; in eb2_start_engine() local
259 reset = EB2_PCLEAR_RESET_VALUE; in eb2_start_engine()
262 reset = EB2_RCLEAR_RESET_VALUE; in eb2_start_engine()
287 OR_SET_WORD(handle, &regs->eb2csr, reset); in eb2_start_engine()
/titanic_44/usr/src/cmd/tput/
H A Dtput.c77 static int reset = 0; /* called as reset_term */ variable
702 if (reset && reset_1string) { in initterm()
708 if (reset && reset_2string) { in initterm()
718 if (reset && reset_file) { in initterm()
725 if (reset && reset_3string) { in initterm()
753 reset++; in reset_term()
/titanic_44/usr/src/cmd/fm/dicts/
H A DINTEL.po439 msgstr "System may panic or be reset by BIOS"
455 msgstr "System may panic or be reset by BIOS"
471 msgstr "System may panic or be reset by BIOS"
485 msgstr "System panic or reset by BIOS"
487 msgstr "System may panic or be reset by BIOS"
501 msgstr "System panic or reset by BIOS"
517 msgstr "System panic or reset by BIOS"
519 msgstr "System may be unexpectedly reset"
533 msgstr "System panic or reset by BIOS"
563 msgstr "Memory Controller detected fast reset timeout while trying to recover from read or write R…
[all …]
/titanic_44/usr/src/man/man1b/
H A DMakefile59 reset.1b
65 reset.1b := LINKSRC = tset.1b
/titanic_44/usr/src/lib/libxcurses/src/tput/
H A Dtput.c130 STATREF void reset ANSI((void));
258 reset();
324 reset() in reset() function
/titanic_44/usr/src/cmd/geniconvtbl/samples/
H A DISO-2022-JP_to_eucJP.src37 operation reset {
39 // Emit state reset sequence, ESC ( J, for
55 // Emit state reset sequence, ESC ( J.
/titanic_44/usr/src/lib/libc/sparc/gen/
H A Dstrncmp.s96 dec %i1 ! reset s2
97 inc %i0 ! reset s1 diff
146 dec 3, %i1 ! reset s2
147 inc 3, %i0 ! reset s1 diff
190 dec 2, %i1 ! reset s2
191 inc 2, %i0 ! reset s1 diff
/titanic_44/usr/src/uts/common/io/chxge/com/
H A Dgmac.h80 int (*reset)(struct cmac *); member
117 int (*reset)(adapter_t *); member
H A Dcphy.h58 int (*reset)(struct cphy *, int wait); member
148 int (*reset)(adapter_t *adapter); member
/titanic_44/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c152 static void reset(void);
242 reset(); /* wait 'til it's finished & reset it*/ in main()
596 reset(void) in reset() function
/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DTypeEditor.java240 reset(); in showGroup()
342 reset(); in setValue()
432 public void reset() { in reset() method in TypeEditor
/titanic_44/usr/src/tools/stabs/
H A Dstabs.c38 static void reset(void);
186 reset(); in parseline()
191 reset(); in parseline()
209 reset(); in parseline()
290 reset(); in name()
298 reset(); in name()
778 reset(void) in reset() function
/titanic_44/usr/src/lib/libc/sparcv9/gen/
H A Dstrncmp.s96 dec %i1 ! reset s2
97 inc %i0 ! reset s1 diff
146 dec 3, %i1 ! reset s2
147 inc 3, %i0 ! reset s1 diff
190 dec 2, %i1 ! reset s2
191 inc 2, %i0 ! reset s1 diff
/titanic_44/usr/src/uts/common/sys/nxge/
H A Dnxge_phy_hw.h611 uint16_t reset : 1; member
629 uint16_t reset : 1;
769 uint16_t reset : 1; /* bit 15 */ member
787 uint16_t reset : 1; /* bit 15 */
797 uint16_t reset : 1; /* bit 15 */ member
815 uint16_t reset : 1; /* bit 15 */
/titanic_44/usr/src/cmd/nscd/
H A Dnscd_init.c41 _nscd_set_start_time(int reset) in _nscd_set_start_time() argument
44 if (start_time == 0 || reset == 1) in _nscd_set_start_time()
/titanic_44/usr/src/cmd/scadm/
H A DMakefile.com47 help.o init.o modem_setup.o process_command.o reset.o \
55 help.c init.c modem_setup.c process_command.c reset.c \
/titanic_44/usr/src/cmd/awk/
H A Db.c167 f->reset = 0; in makeinit()
432 s = f->reset ? makeinit(f, 0) : f->initstat; in match()
453 if (f->reset) { in pmatch()
485 if (f->reset) { in pmatch()
511 if (f->reset) { in nematch()
542 if (f->reset) { in nematch()
828 f->reset = 1; in cgoto()
/titanic_44/usr/src/uts/intel/promif/
H A Dprom_reboot.c46 reset(); in prom_reboot()

1234567891011