Searched defs:reset (Results 1 - 25 of 90) sorted by relevance

1234

/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/
H A Dreset.c31 * void reset()
33 * Forces a reset of the system. Uses watchdog timer of '1', which
38 reset(void) function
40 // The following should effect a reset.
54 // The following should effect a reset after N seconds.
/illumos-gate/usr/src/ucbcmd/stty/
H A Dstty.h46 long reset; member in struct:mds
/illumos-gate/usr/src/man/man1b/
H A DMakefile59 reset.1b
65 reset.1b := LINKSRC = tset.1b
/illumos-gate/usr/src/lib/libshell/common/scripts/
H A Dshircbot.sh227 function reset function
243 _.reset
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wio.h53 void (*reset)(void *); /* Reset error flags. */ member in struct:__anon4206
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dm_wio.h53 void (*reset)(void *); /* Reset error flags. */ member in struct:__anon4220
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dsleep.c81 struct itimerval reset; local
84 * I use reset instead of what new points to because the
88 reset = *newp;
89 newp = &reset;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_init.c41 _nscd_set_start_time(int reset) argument
44 if (start_time == 0 || reset == 1)
/illumos-gate/usr/src/cmd/bnu/
H A Dsetmode.c40 unsigned long reset; member in struct:mds
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;
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h70 long reset; member in struct:mds
/illumos-gate/usr/src/cmd/lms/SyncLib/src/
H A DEventUnix.cpp169 void Event::reset() function in class:Event
172 // only way to reset the condition is to destroy it and restart it
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_vmac.c37 vmac_rst_t reset; local
39 HXGE_REG_RD64(handle, VMAC_RST, &(reset.value));
41 reset.bits.tx_reset = 1;
43 HXGE_REG_WR64(handle, VMAC_RST, reset.value);
51 vmac_rst_t reset; local
53 HXGE_REG_RD64(handle, VMAC_RST, &(reset.value));
55 reset.bits.rx_reset = 1;
57 HXGE_REG_WR64(handle, VMAC_RST, reset.value);
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_eb2dma.c216 /* clear the reset bit and program for chaining */
227 /* clear the reset bit */
255 uint32_t reset; local
259 reset = EB2_PCLEAR_RESET_VALUE;
262 reset = EB2_RCLEAR_RESET_VALUE;
268 /* reset the DMA engine so we have a good starting place */
287 OR_SET_WORD(handle, &regs->eb2csr, reset);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c163 reset(void) function
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A Dtput.c51 * reset reset terminal in an implemenation-defined way
130 STATREF void reset ANSI((void));
257 else if (strcmp(*_argv, "reset") == 0)
258 reset();
324 reset() function
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc71 reset();
75 /* Get rid of table and all associated entries, and reset counters */
77 db_index::reset() function in class:db_index
82 WRITELOCKV(this, "w db_index::reset");
99 WRITEUNLOCKV(this, "wu db_index::reset");
356 /* Load failed; reset. */
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c32 static jmp_buf reset; variable
83 if (setjmp(reset) != 0) {
901 longjmp(reset, 1);
/illumos-gate/usr/src/cmd/srptadm/
H A Dsrptadm.c76 {"reset", no_argument, NULL, 'r'},
135 boolean_t reset = B_FALSE; local
185 reset = B_TRUE;
301 if (reset) {
/illumos-gate/usr/src/cmd/tput/
H A Dtput.c77 static int reset = 0; /* called as reset_term */ variable
162 else if (strcmp(cap, "reset") == 0)
194 } else if (strcmp(cap, "reset") == 0) {
702 if (reset && reset_1string) {
708 if (reset && reset_2string) {
718 if (reset && reset_file) {
725 if (reset && reset_3string) {
753 reset++;
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcphy.h58 int (*reset)(struct cphy *, int wait); member in struct:cphy_ops
148 int (*reset)(adapter_t *adapter); member in struct:gphy
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c52 int reset);
578 * periodically reset the hardware counters by sending perf-MADs. So only
652 * If reset is true, reset the 32 bit hardware counters. Add the values of the
655 * If reset is false, just save the values read from the 32 bit hardware
662 hermon_kstat_perfcntr64_read(hermon_state_t *state, uint_t port, int reset) argument
680 if (reset) {
681 /* reset the hardware counters */
909 * a chance to reset the counter in
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c52 int reset);
507 * periodically reset the hardware counters by sending perf-MADs. So only
573 * If reset is true, reset the 32 bit hardware counters. Add the values of the
576 * If reset is false, just save the values read from the 32 bit hardware
583 tavor_kstat_perfcntr64_read(tavor_state_t *state, uint_t port, int reset) argument
601 if (reset) {
602 /* reset the hardware counters */
777 * a chance to reset the counter in
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c358 * - After max retries, reset the ports to brute force the shares
359 * to be freed. Give a little delay for the LDC reset code to
409 * No alternative, reset the port
419 * Last retry, reset the port.
421 * reset.
424 " cause a reset to trigger cleanup for "
437 * This delay is also needed for the port reset to
472 boolean_t reset; local
484 reset = B_FALSE;
488 reset
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c153 static void reset(void);
245 reset(); /* wait 'til it's finished & reset it*/
496 * write, while head and tail are reset here each time a new block is
606 reset(void)
682 } /* End of reset */
705 * reset to zero, and TRUE is returned.
596 reset(void) function
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c185 /* Link or adapter is being reset */
576 /* If a link reset or port reset is already requested, exit */
580 /* Spawn a thread to reset the link */
588 /* If a port reset is already requested, exit */
592 /* Spawn a thread to reset the adapter */
755 int32_t reset = 0; local
772 reset = 1;
777 if (reset) {
898 "To trigger an update, a manual HBA or link reset "
[all...]

Completed in 165 milliseconds

1234