Home
last modified time | relevance | path

Searched refs:reset (Results 51 – 75 of 282) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A DMakefile28 excl-reset \
/illumos-gate/usr/src/cmd/fm/fmadm/
H A DMakefile.com34 reset.c
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h315 extern void reset(void);
439 extern void reset();
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c271 reset(); in error1()
301 reset(); in error1()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist84 40 EL3RST Level 3 reset
149 129 ENETRESET Network dropped connection because of reset
151 131 ECONNRESET Connection reset by peer
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S571 / Try the classic keyboard controller-triggered reset.
578 / to pull the reset line. On some systems where the keyboard
579 / controller is slow to pull the reset line, the next reset method
581 / next reset method is used, e.g. Ferrari 3400 (doesn't like port 92),
582 / and Ferrari 4000 (doesn't like the cf9 reset method))
591 / Try port 0x92 fast reset
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_mii.h83 uint16_t reset:1; member
105 uint16_t reset:1;
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dxpak.c98 .reset = xpak_reset,
H A Dch_subr.c846 phy->ops->reset(phy, 0); in t1_link_start()
855 phy->ops->reset(phy, 0); in t1_link_start()
1459 if (bi->gphy->reset) in t1_init_sw_modules()
1460 bi->gphy->reset(adapter); in t1_init_sw_modules()
1461 if (bi->gmac->reset) in t1_init_sw_modules()
1462 bi->gmac->reset(adapter); in t1_init_sw_modules()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c233 void (*reset) (unsigned long); member
344 reset:pcnet32_wio_reset
399 reset:pcnet32_dwio_reset
444 lp->a.reset(ioaddr); in pcnet32_reset()
/illumos-gate/usr/src/uts/common/io/aac/
H A DREADME41 6. IOP reset
44 IOP reset, AIF handling, 64-bit LBA, and some other minor features are
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.h146 void (*reset)(auvia_portc_t *); member
H A Daudiovia823x.c220 portc->reset(portc); in auvia_start()
384 portc->reset = auvia_reset_input; in auvia_alloc_port()
392 portc->reset = auvia_reset_output; in auvia_alloc_port()
/illumos-gate/usr/src/cmd/kbd/
H A Dkbd.c91 static void reset(int);
256 reset(kbd); in main()
442 reset(int kbd) in reset() function
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c52 int reset);
554 tavor_kstat_perfcntr64_read(tavor_state_t *state, uint_t port, int reset) in tavor_kstat_perfcntr64_read() argument
572 if (reset) { in tavor_kstat_perfcntr64_read()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.err.c116 reset(); /* Unwind */
/illumos-gate/usr/src/contrib/zlib/
H A Dgzguts.h193 int reset; /* true if a reset is pending after a Z_FINISH */ member
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.c602 void reset(void);
1674 reset(void) in reset() function
1754 reset(); /* force position and font stuff - later */ in t_init()
1806 reset(); /* force position and font stuff - later */ in t_page()
2749 reset(); in doglobal()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_hio.c472 boolean_t reset; in vsw_hio_start_ports() local
484 reset = B_FALSE; in vsw_hio_start_ports()
488 reset = B_TRUE; in vsw_hio_start_ports()
492 if (reset == B_TRUE) { in vsw_hio_start_ports()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.c529 if (hw->phy.ops.reset) in igc_phy_hw_reset()
530 return hw->phy.ops.reset(hw); in igc_phy_hw_reset()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_stats.c52 int reset);
662 hermon_kstat_perfcntr64_read(hermon_state_t *state, uint_t port, int reset) in hermon_kstat_perfcntr64_read() argument
680 if (reset) { in hermon_kstat_perfcntr64_read()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmdtab.c191 { "reset", resethelp, 0, 1, 1, reset },
/illumos-gate/usr/src/uts/common/sys/fc4/
H A Dfcal_transport.h152 uint_t reset);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSSrvMsg.java211 baos.reset(); in makeReply()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dinteractive.c30 static jmp_buf reset; variable
65 if (setjmp(reset) != 0) { in runcmdshell()
867 longjmp(reset, 1); in onintr()

12345678910>>...12