bin/csh/csh.c
1054
reset();
bin/csh/csh.c
1119
reset();
bin/csh/csh.c
1200
reset();
bin/csh/err.c
387
reset(); /* Unwind */
bin/csh/lex.c
1348
reset();
bin/csh/lex.c
1398
reset();
bin/csh/lex.c
1405
reset();
bin/csh/parse.c
185
reset(); /* throw! */
bin/csh/parse.c
83
reset();
bin/ksh/var.c
1233
set_array(var, reset, vals)
bin/ksh/var.c
1235
int reset;
bin/ksh/var.c
1248
if (reset > 0)
bin/sh/eval.c
1266
shellparam.reset = 1;
bin/sh/init.h
38
void reset(void);
bin/sh/main.c
180
reset();
bin/sh/options.c
159
shellparam.reset = 1;
bin/sh/options.c
542
shellparam.reset = 1;
bin/sh/options.c
565
if (shellparam.reset == 1) {
bin/sh/options.c
568
shellparam.reset = 0;
bin/sh/options.h
40
unsigned char reset; /* if getopts has been reset */
bin/sh/redir.c
179
free_rl(struct redirtab *rt, int reset)
bin/sh/redir.c
191
reset == POPREDIR_UNDO ? "" :
bin/sh/redir.c
192
reset == POPREDIR_PERMANENT ? "make permanent" :
bin/sh/redir.c
195
switch (reset) {
bin/sh/redir.c
558
popredir(int reset)
bin/sh/redir.c
563
free_rl(rp, reset);
common/dist/zlib/gzguts.h
196
int reset; /* true if a reset is pending after a Z_FINISH */
common/dist/zlib/gzlib.c
78
state->reset = 0; /* no deflateReset pending */
common/dist/zlib/gzwrite.c
102
state->reset = 0;
common/dist/zlib/gzwrite.c
146
state->reset = 1;
common/dist/zlib/gzwrite.c
96
if (state->reset) {
dist/pf/usr.sbin/ftp-proxy/npf.c
215
goto reset;
dist/pf/usr.sbin/ftp-proxy/npf.c
225
reset:
games/dab/board.cc
96
box.reset();
games/dab/box.h
63
void reset(void); // Clear a box
lib/libcrypt/crypt-argon2.c
222
goto reset;
lib/libcrypt/crypt-argon2.c
241
reset:
lib/libedit/tokenizer.c
162
FUN(tok,reset)(TYPE(Tokenizer) *tok)
sbin/nvmectl/nvmectl.c
64
{"reset", reset, RESET_USAGE},
sbin/nvmectl/nvmectl.h
92
void reset(int, char *[]) __dead;
sbin/restore/interactive.c
118
if (setjmp(reset) != 0) {
sbin/restore/interactive.c
66
static jmp_buf reset;
sbin/restore/interactive.c
783
longjmp(reset, 1);
sys/arch/acorn32/mainbus/fd.c
304
void fd_set_motor(struct fdc_softc *fdc, int reset);
sys/arch/acorn32/mainbus/fd.c
695
fd_set_motor(struct fdc_softc *fdc, int reset)
sys/arch/acorn32/mainbus/fd.c
705
if (!reset)
sys/arch/amiga/dev/repulse.c
295
sc->sc_achost.reset = repac_reset;
sys/arch/arc/arc/machdep.c
565
(*platform->reset)();
sys/arch/arc/include/platform.h
53
void (*reset)(void);
sys/arch/arc/jazz/fd.c
561
fd_set_motor(struct fdc_softc *fdc, int reset)
sys/arch/arc/jazz/fd.c
571
if (!reset)
sys/arch/arm/altera/cycv_rstmgr.c
108
reset = kmem_alloc(sizeof *reset, KM_SLEEP);
sys/arch/arm/altera/cycv_rstmgr.c
109
reset->address = CYCV_RSTMGR_MPUMODRST + value / 32 * 4;
sys/arch/arm/altera/cycv_rstmgr.c
110
reset->mask = 1 << (value % 32);
sys/arch/arm/altera/cycv_rstmgr.c
116
return reset;
sys/arch/arm/altera/cycv_rstmgr.c
125
cycv_rst_reset_set(device_t dev, struct cycv_reset *reset, int set) {
sys/arch/arm/altera/cycv_rstmgr.c
127
uint32_t val = bus_space_read_4(sc->sc_bst, sc->sc_bsh, reset->address);
sys/arch/arm/altera/cycv_rstmgr.c
130
val |= reset->mask;
sys/arch/arm/altera/cycv_rstmgr.c
132
val &= ~reset->mask;
sys/arch/arm/altera/cycv_rstmgr.c
134
bus_space_write_4(sc->sc_bst, sc->sc_bsh, reset->address, val);
sys/arch/arm/altera/cycv_rstmgr.c
97
struct cycv_reset *reset = NULL;
sys/arch/arm/amlogic/meson_clk.c
48
struct meson_clk_reset *reset;
sys/arch/arm/amlogic/meson_clk.c
58
reset = &sc->sc_resets[reset_id];
sys/arch/arm/amlogic/meson_clk.c
59
if (reset->mask == 0)
sys/arch/arm/amlogic/meson_clk.c
62
return reset;
sys/arch/arm/amlogic/meson_clk.c
74
struct meson_clk_reset * const reset = priv;
sys/arch/arm/amlogic/meson_clk.c
77
const uint32_t val = CLK_READ(sc, reset->reg);
sys/arch/arm/amlogic/meson_clk.c
78
CLK_WRITE(sc, reset->reg, val | reset->mask);
sys/arch/arm/amlogic/meson_clk.c
88
struct meson_clk_reset * const reset = priv;
sys/arch/arm/amlogic/meson_clk.c
91
const uint32_t val = CLK_READ(sc, reset->reg);
sys/arch/arm/amlogic/meson_clk.c
92
CLK_WRITE(sc, reset->reg, val & ~reset->mask);
sys/arch/arm/amlogic/meson_clk.h
247
struct meson_clk_pll_reg reset;
sys/arch/arm/amlogic/meson_clk.h
273
.u.pll.reset = _reset, \
sys/arch/arm/amlogic/meson_clk.h
291
.u.pll.reset = _reset, \
sys/arch/arm/amlogic/meson_clk_pll.c
144
CLK_WRITE_BITS(sc, pll->reset.reg, pll->reset.mask, 1);
sys/arch/arm/amlogic/meson_clk_pll.c
145
CLK_WRITE_BITS(sc, pll->reset.reg, pll->reset.mask, 0);
sys/arch/arm/amlogic/meson_clk_pll.c
151
CLK_WRITE_BITS(sc, pll->reset.reg, pll->reset.mask, 1);
sys/arch/arm/amlogic/meson_clk_pll.c
162
CLK_WRITE_BITS(sc, pll->reset.reg, pll->reset.mask, 1);
sys/arch/arm/amlogic/meson_clk_pll.c
165
CLK_WRITE_BITS(sc, pll->reset.reg, pll->reset.mask, 0);
sys/arch/arm/amlogic/mesong12_clkc.c
1441
CLK_WRITE_BITS(sc, pll->reset.reg, pll->reset.mask, 1);
sys/arch/arm/amlogic/mesong12_clkc.c
1470
CLK_WRITE_BITS(sc, pll->reset.reg, pll->reset.mask, 0);
sys/arch/arm/apple/apple_wdog.c
76
.reset = apple_wdog_reset,
sys/arch/arm/broadcom/bcm2835_pmwdog.c
105
.reset = bcm2835_power_reset,
sys/arch/arm/fdt/psci_fdt.c
76
.reset = psci_fdt_power_reset,
sys/arch/arm/rockchip/rk_vop.c
411
.reset = drm_atomic_helper_plane_reset,
sys/arch/arm/rockchip/rk_vop.c
639
.reset = drm_atomic_helper_crtc_reset,
sys/arch/arm/sunxi/sunxi_ccu.c
51
struct sunxi_ccu_reset *reset;
sys/arch/arm/sunxi/sunxi_ccu.c
61
reset = &sc->sc_resets[reset_id];
sys/arch/arm/sunxi/sunxi_ccu.c
62
if (reset->mask == 0)
sys/arch/arm/sunxi/sunxi_ccu.c
65
return reset;
sys/arch/arm/sunxi/sunxi_ccu.c
77
struct sunxi_ccu_reset * const reset = priv;
sys/arch/arm/sunxi/sunxi_ccu.c
79
const uint32_t val = CCU_READ(sc, reset->reg);
sys/arch/arm/sunxi/sunxi_ccu.c
80
CCU_WRITE(sc, reset->reg, val & ~reset->mask);
sys/arch/arm/sunxi/sunxi_ccu.c
89
struct sunxi_ccu_reset * const reset = priv;
sys/arch/arm/sunxi/sunxi_ccu.c
91
const uint32_t val = CCU_READ(sc, reset->reg);
sys/arch/arm/sunxi/sunxi_ccu.c
92
CCU_WRITE(sc, reset->reg, val | reset->mask);
sys/arch/arm/sunxi/sunxi_mixer.c
371
.reset = drm_atomic_helper_plane_reset,
sys/arch/arm/sunxi/sunxi_mixer.c
531
.reset = drm_atomic_helper_crtc_reset,
sys/arch/arm/vexpress/vexpress_sysreg.c
97
.reset = vexpress_sysreg_reset,
sys/arch/arm/xscale/pxa2x0_ac97.c
306
sc->sc_host_if.reset = acu_codec_reset;
sys/arch/atari/dev/hdfd.c
735
fd_set_motor(struct fdc_softc *fdc, int reset)
sys/arch/atari/dev/hdfd.c
745
if (!reset)
sys/arch/bebox/stand/boot/siop.c
369
reset:
sys/arch/bebox/stand/boot/siop.c
386
goto reset;
sys/arch/bebox/stand/boot/siop.c
397
goto reset;
sys/arch/bebox/stand/boot/siop.c
401
goto reset;
sys/arch/bebox/stand/boot/siop.c
412
goto reset;
sys/arch/bebox/stand/boot/siop.c
423
goto reset;
sys/arch/bebox/stand/boot/siop.c
464
goto reset;
sys/arch/cesfic/dev/zs.c
170
uint8_t reset = (channel == 0) ?
sys/arch/cesfic/dev/zs.c
173
zs_write_reg(cs, 9, reset);
sys/arch/cobalt/dev/zs.c
228
uint8_t reset = (channel == 0) ?
sys/arch/cobalt/dev/zs.c
231
zs_write_reg(cs, 9, reset);
sys/arch/dreamcast/dev/g1/wdc_g1.c
145
sc->sc_wdcdev.reset = wdc_g1_do_reset;
sys/arch/evbarm/adi_brh/brh_machdep.c
218
goto reset;
sys/arch/evbarm/adi_brh/brh_machdep.c
256
reset:
sys/arch/evbarm/armadillo/armadillo9_machdep.c
325
goto reset;
sys/arch/evbarm/armadillo/armadillo9_machdep.c
363
reset:
sys/arch/evbarm/iq80321/iq80321_machdep.c
245
goto reset;
sys/arch/evbarm/iq80321/iq80321_machdep.c
286
reset:
sys/arch/evbarm/ixdp425/ixdp425_machdep.c
230
goto reset;
sys/arch/evbarm/ixdp425/ixdp425_machdep.c
267
reset:
sys/arch/evbarm/iyonix/iyonix_machdep.c
279
goto reset;
sys/arch/evbarm/iyonix/iyonix_machdep.c
316
reset:
sys/arch/evbarm/mmnet/mmnet_machdep.c
176
goto reset;
sys/arch/evbarm/mmnet/mmnet_machdep.c
214
reset:
sys/arch/evbarm/mpcsa/mpcsa_machdep.c
199
goto reset;
sys/arch/evbarm/mpcsa/mpcsa_machdep.c
237
reset:
sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
241
goto reset;
sys/arch/evbarm/npwr_fc/npwr_fc_machdep.c
278
reset:
sys/arch/evbarm/nslu2/nslu2_machdep.c
258
goto reset;
sys/arch/evbarm/nslu2/nslu2_machdep.c
294
reset:
sys/arch/evbarm/tsarm/tsarm_machdep.c
242
goto reset;
sys/arch/evbarm/tsarm/tsarm_machdep.c
280
reset:
sys/arch/evbmips/loongson/autoconf.h
74
void (*reset)(void);
sys/arch/evbmips/loongson/gdium_machdep.c
86
.reset = gdium_reset
sys/arch/evbmips/loongson/generic2e_machdep.c
162
.reset = generic2e_reset
sys/arch/evbmips/loongson/machdep.c
755
if (sys_platform->reset != NULL)
sys/arch/evbmips/loongson/machdep.c
756
sys_platform->reset();
sys/arch/evbmips/loongson/yeeloong_machdep.c
190
.reset = lemote_reset
sys/arch/evbmips/loongson/yeeloong_machdep.c
211
.reset = lemote_reset
sys/arch/evbmips/loongson/yeeloong_machdep.c
232
.reset = lemote_reset,
sys/arch/ews4800mips/sbd/zs_sbdio.c
181
uint8_t reset = (channel == 0) ?
sys/arch/ews4800mips/sbd/zs_sbdio.c
184
zs_write_reg(cs, 9, reset);
sys/arch/hp300/stand/common/grf_dvreg.h
62
vu_char reset; /* reset register 0x01 */
sys/arch/hp300/stand/common/grf_gbreg.h
65
vu_char reset; /* reset register 0x01 */
sys/arch/hp300/stand/common/grf_hyreg.h
46
vu_char reset; /* reset register 0x01 */
sys/arch/hp300/stand/common/grf_rbreg.h
64
vu_char reset; /* reset register 0x01 */
sys/arch/hp300/stand/common/grf_tcreg.h
51
vu_char reset; /* reset register 0x01 */
sys/arch/hp300/stand/common/ite_dv.c
158
dbp->reset = 0x80;
sys/arch/hpcarm/hpcarm/kloader_machdep.c
57
.reset = kloader_hpcarm_reset,
sys/arch/hpcmips/hpcmips/kloader_machdep.c
50
.reset = kloader_hpcmips_reset
sys/arch/hppa/dev/com_dino.c
56
uint8_t reset;
sys/arch/hppa/gsc/com_gsc.c
61
uint8_t reset;
sys/arch/iyonix/iyonix/iyonix_machdep.c
263
goto reset;
sys/arch/iyonix/iyonix/iyonix_machdep.c
300
reset:
sys/arch/landisk/landisk/kloader_machdep.c
51
.reset = machine_reset,
sys/arch/mac68k/dev/zs.c
369
uint8_t reset = (channel == 0) ?
sys/arch/mac68k/dev/zs.c
372
zs_write_reg(cs, 9, reset);
sys/arch/macppc/dev/zs.c
397
uint8_t reset = (channel == 0) ?
sys/arch/macppc/dev/zs.c
400
zs_write_reg(cs, 9, reset);
sys/arch/mipsco/obio/zs.c
273
uint8_t reset = (channel == 0) ?
sys/arch/mipsco/obio/zs.c
277
zs_write_reg(cs, 9, reset);
sys/arch/mvme68k/dev/zs.c
201
uint8_t reset = (channel == 0) ?
sys/arch/mvme68k/dev/zs.c
204
zs_write_reg(cs, 9, reset);
sys/arch/mvmeppc/include/platform.h
44
void (*reset)(void);
sys/arch/mvmeppc/mvmeppc/machdep.c
298
(*platform->reset)();
sys/arch/news68k/dev/zs.c
260
uint8_t reset = (channel == 0) ?
sys/arch/news68k/dev/zs.c
263
zs_write_reg(cs, 9, reset);
sys/arch/newsmips/apbus/zs_ap.c
386
uint8_t reset = (channel == 0) ?
sys/arch/newsmips/apbus/zs_ap.c
389
zs_write_reg(cs, 9, reset);
sys/arch/newsmips/dev/zs_hb.c
276
uint8_t reset = (channel == 0) ?
sys/arch/newsmips/dev/zs_hb.c
279
zs_write_reg(cs, 9, reset);
sys/arch/next68k/dev/enreg.h
43
unsigned char reset; /* 6 */
sys/arch/next68k/dev/zs.c
263
uint8_t reset = (channel == 0) ?
sys/arch/next68k/dev/zs.c
266
zs_write_reg(cs, 9, reset);
sys/arch/next68k/stand/boot/en.c
125
er->reset = EN_RST_RESET;
sys/arch/next68k/stand/boot/en.c
166
er->reset = 0;
sys/arch/playstation2/playstation2/kloader_machdep.c
47
.reset = kloader_playstation2_reset,
sys/arch/pmax/ibus/sii.c
294
sii_Reset(struct siisoftc* sc, int reset)
sys/arch/pmax/ibus/sii.c
322
if (reset) {
sys/arch/powerpc/ibm4xx/dev/dwcsata.c
989
sc->sc_wdcdev.reset = dwcsata_reset; /* settle the core post-SRST */
sys/arch/powerpc/mpc5200/mpc5200_ac97.c
270
sc->sc_host_if.reset = mpcac97_ac97_reset;
sys/arch/prep/include/platform.h
44
void (*reset)(void);
sys/arch/prep/prep/platform.c
130
platform_quirks[i].reset != NULL)
sys/arch/prep/prep/platform.c
131
(*platform_quirks[i].reset)();
sys/arch/prep/stand/boot/siop.c
348
reset:
sys/arch/prep/stand/boot/siop.c
365
goto reset;
sys/arch/prep/stand/boot/siop.c
376
goto reset;
sys/arch/prep/stand/boot/siop.c
380
goto reset;
sys/arch/prep/stand/boot/siop.c
391
goto reset;
sys/arch/prep/stand/boot/siop.c
402
goto reset;
sys/arch/prep/stand/boot/siop.c
443
goto reset;
sys/arch/riscv/starfive/jh7110_clkc.c
1039
const uint32_t *reset = priv;
sys/arch/riscv/starfive/jh7110_clkc.c
1040
const uint32_t reset_id = *reset;
sys/arch/riscv/starfive/jh7110_clkc.c
1049
const uint32_t *reset = priv;
sys/arch/riscv/starfive/jh7110_clkc.c
1050
const uint32_t reset_id = *reset;
sys/arch/riscv/starfive/jh7110_clkc.c
986
uint32_t *reset = kmem_alloc(sizeof(uint32_t), KM_SLEEP);
sys/arch/riscv/starfive/jh7110_clkc.c
987
*reset = reset_id;
sys/arch/riscv/starfive/jh7110_clkc.c
989
return reset;
sys/arch/sandpoint/stand/altboot/brdsetup.c
1006
if (brdprop->reset != NULL)
sys/arch/sandpoint/stand/altboot/brdsetup.c
1007
(*brdprop->reset)();
sys/arch/sandpoint/stand/altboot/brdsetup.c
50
void xxx ## reset(void)
sys/arch/sandpoint/stand/altboot/globals.h
40
void (*reset)(void);
sys/arch/sgimips/dev/zs.c
323
uint8_t reset = (channel == 0) ?
sys/arch/sgimips/dev/zs.c
327
zs_write_reg(cs, 9, reset);
sys/arch/sgimips/hpc/if_sq.c
155
vaddr_t reset, txstat;
sys/arch/sgimips/hpc/if_sq.c
157
reset = MIPS_PHYS_TO_KSEG1(ha->ha_sh +
sys/arch/sgimips/hpc/if_sq.c
162
if (platform.badaddr((void *)reset, sizeof(reset)))
sys/arch/sgimips/hpc/if_sq.c
165
*(volatile uint32_t *)reset = 0x1;
sys/arch/sgimips/hpc/if_sq.c
167
*(volatile uint32_t *)reset = 0x0;
sys/arch/sgimips/hpc/wdsc.c
102
vaddr_t reset, asr, reg;
sys/arch/sgimips/hpc/wdsc.c
104
reset = MIPS_PHYS_TO_KSEG1(haa->ha_sh + haa->ha_dmaoff +
sys/arch/sgimips/hpc/wdsc.c
111
if (platform.badaddr((void *)reset, sizeof(reset)))
sys/arch/sgimips/hpc/wdsc.c
114
*(volatile uint32_t *)reset = haa->hpc_regs->scsi_dmactl_reset;
sys/arch/sgimips/hpc/wdsc.c
116
*(volatile uint32_t *)reset = 0x0;
sys/arch/sparc/dev/zs.c
512
uint8_t reset = (channel == 0) ?
sys/arch/sparc/dev/zs.c
515
zs_write_reg(cs, 9, reset);
sys/arch/sparc64/dev/zs.c
416
uint8_t reset = (channel == 0) ?
sys/arch/sparc64/dev/zs.c
419
zs_write_reg(cs, 9, reset);
sys/arch/sun2/dev/zs.c
240
uint8_t reset = (channel == 0) ?
sys/arch/sun2/dev/zs.c
243
zs_write_reg(cs, 9, reset);
sys/arch/sun3/dev/dma.c
97
sc->reset = dma_reset;
sys/arch/sun3/dev/dmavar.h
44
void (*reset)(struct dma_softc *); /* reset routine */
sys/arch/sun3/dev/dmavar.h
59
#define DMA_RESET(sc) (((sc)->reset)(sc))
sys/arch/sun3/dev/xd.c
2030
int lcv, s, reset = 0;
sys/arch/sun3/dev/xd.c
2104
reset = 1;
sys/arch/sun3/dev/xd.c
2106
if (reset) {
sys/arch/sun3/dev/xy.c
1923
int lcv, s, reset = 0;
sys/arch/sun3/dev/xy.c
1933
reset = 1;
sys/arch/sun3/dev/xy.c
1935
if (reset) {
sys/arch/sun3/dev/zs.c
325
uint8_t reset = (channel == 0) ?
sys/arch/sun3/dev/zs.c
328
zs_write_reg(cs, 9, reset);
sys/arch/vax/uba/qv.c
966
qv_reset_establish(void (*reset)(device_t), device_t dev)
sys/arch/vax/uba/qv.c
968
uba_reset_establish(reset, device_parent(dev));
sys/arch/x68k/dev/fd.c
827
fd_set_motor(struct fdc_softc *fdc, int reset)
sys/arch/x68k/dev/mha.c
612
goto reset;
sys/arch/x68k/dev/mha.c
657
reset:
sys/arch/x68k/dev/ms.c
218
int reset;
sys/arch/x68k/dev/ms.c
231
reset = ZSWR9_B_RESET;
sys/arch/x68k/dev/ms.c
232
zs_write_reg(cs, 9, reset);
sys/arch/x68k/dev/zs.c
263
uint8_t reset = (channel == 0) ?
sys/arch/x68k/dev/zs.c
266
zs_write_reg(cs, 9, reset);
sys/arch/x68k/x68k/iodevice.h
155
char padf; unsigned char reset;
sys/arch/x68k/x68k/iodevice.h
174
char padf; unsigned char reset;
sys/arch/x68k/x68k/machdep.c
369
IODEVbase->io_rtc.bank0.reset = 0x0c;
sys/arch/x86/pci/dwiic_pci.c
291
uint32_t reset, rlo, rhi;
sys/arch/x86/pci/dwiic_pci.c
294
reset = lpss_read(sc, LPSS_RESET);
sys/arch/x86/pci/dwiic_pci.c
299
csr, reset, rlo, rhi);
sys/arch/zaurus/zaurus/kloader_machdep.c
55
.reset = kloader_zaurus_reset,
sys/compat/linux/common/linux_fdio.h
121
u_int reset:1;
sys/compat/linux/common/linux_fdio.h
61
u_int reset;
sys/dev/dm/dm_target_delay.c
333
int reset = 0;
sys/dev/dm/dm_target_delay.c
346
if (reset == 0) {
sys/dev/dm/dm_target_delay.c
347
reset = 1;
sys/dev/dm/dm_target_delay.c
355
if (reset) {
sys/dev/fdt/fdt_mmc_pwrseq.c
118
if (mps->mps_funcs->reset)
sys/dev/fdt/fdt_mmc_pwrseq.c
119
mps->mps_funcs->reset(mps->mps_dev);
sys/dev/fdt/fdt_mmc_pwrseq.h
40
void (*reset)(device_t);
sys/dev/fdt/fdt_power.c
73
if (power->power_funcs->reset)
sys/dev/fdt/fdt_power.c
74
power->power_funcs->reset(power->power_dev);
sys/dev/fdt/fdt_power.h
37
void (*reset)(device_t);
sys/dev/fdt/mmc_pwrseq_emmc.c
66
.reset = mmcpwrseq_emmc_reset,
sys/dev/gpib/gpibvar.h
68
void (*reset)(void *);
sys/dev/gpib/gpibvar.h
90
(*((ic)->reset))((ic)->cookie)
sys/dev/i2c/anxedp.c
136
.reset = drm_atomic_helper_connector_reset,
sys/dev/i2c/as3722.c
209
.reset = as3722_power_reset,
sys/dev/i2c/xc3028.c
103
if (xc->reset)
sys/dev/i2c/xc3028.c
104
error = xc->reset(xc->reset_priv);
sys/dev/i2c/xc3028.c
487
xc3028_reset_cb reset, void *reset_priv, enum xc3028_type type)
sys/dev/i2c/xc3028.c
495
xc->reset = reset;
sys/dev/i2c/xc3028var.h
55
xc3028_reset_cb reset;
sys/dev/i2c/xc5k.c
253
xc5k_reset_cb reset, void *reset_priv, unsigned int if_freq,
sys/dev/i2c/xc5k.c
263
xc->reset = reset;
sys/dev/i2c/xc5k.c
70
if (xc->reset)
sys/dev/i2c/xc5k.c
71
error = xc->reset(xc->reset_priv);
sys/dev/i2c/xc5kvar.h
43
xc5k_reset_cb reset;
sys/dev/i2c/zl10353.c
178
} reset[] = {
sys/dev/i2c/zl10353.c
190
len = __arraycount(reset);
sys/dev/i2c/zl10353.c
196
if ((rv = zl10353_write(zl, reset[i].reg, reset[i].val)) != 0)
sys/dev/ic/ac97.c
1264
if (host_if->reset != NULL) {
sys/dev/ic/ac97.c
1265
if ((error = host_if->reset(host_if->arg))) {
sys/dev/ic/ac97var.h
54
int (*reset)(void *);
sys/dev/ic/ahcisata_core.c
1687
bool reset = false;
sys/dev/ic/ahcisata_core.c
1721
reset = true;
sys/dev/ic/ahcisata_core.c
1726
reset = true;
sys/dev/ic/ahcisata_core.c
1738
if (reset || (AHCI_TFD_ST(tfd) & (WDCS_BSY|WDCS_DRQ)) != 0) {
sys/dev/ic/aic6360.c
1201
goto reset;
sys/dev/ic/aic6360.c
1211
reset:
sys/dev/ic/aic6360.c
1728
goto reset;
sys/dev/ic/aic6360.c
1800
goto reset;
sys/dev/ic/aic6360.c
1845
goto reset;
sys/dev/ic/aic6360.c
2046
reset:
sys/dev/ic/aic6360.c
743
goto reset;
sys/dev/ic/aic6360.c
788
reset:
sys/dev/ic/anx_dp.c
256
.reset = drm_atomic_helper_connector_reset,
sys/dev/ic/athn.c
974
goto reset;
sys/dev/ic/athn.c
980
goto reset;
sys/dev/ic/athn.c
986
goto reset;
sys/dev/ic/athn.c
990
goto reset;
sys/dev/ic/athn.c
994
reset: /* Error found, try a full reset. */
sys/dev/ic/bwfm.c
1183
uint32_t ioctl, reset;
sys/dev/ic/bwfm.c
1187
reset = sc->sc_buscore_ops->bc_read(sc,
sys/dev/ic/bwfm.c
1192
((reset & BWFM_AGENT_RESET_CTL_RESET) == 0))
sys/dev/ic/bwfm.c
1200
uint32_t prereset, uint32_t reset)
sys/dev/ic/bwfm.c
1232
reset | BWFM_AGENT_IOCTL_FGC | BWFM_AGENT_IOCTL_CLK);
sys/dev/ic/bwfm.c
1239
uint32_t prereset, uint32_t reset, uint32_t postreset)
sys/dev/ic/bwfm.c
1243
bwfm_chip_ai_disable(sc, core, prereset, reset);
sys/dev/ic/bwfmvar.h
150
uint32_t prereset, uint32_t reset);
sys/dev/ic/bwfmvar.h
152
uint32_t prereset, uint32_t reset, uint32_t postreset);
sys/dev/ic/dw_hdmi.c
574
.reset = drm_atomic_helper_connector_reset,
sys/dev/ic/esiop.c
1099
goto reset;
sys/dev/ic/esiop.c
497
goto reset;
sys/dev/ic/esiop.c
591
goto reset;
sys/dev/ic/esiop.c
658
goto reset;
sys/dev/ic/esiop.c
722
goto reset;
sys/dev/ic/esiop.c
727
goto reset;
sys/dev/ic/esiop.c
762
reset:
sys/dev/ic/esiop.c
785
goto reset;
sys/dev/ic/esiop.c
805
goto reset;
sys/dev/ic/esiop.c
838
goto reset;
sys/dev/ic/esiop.c
892
goto reset;
sys/dev/ic/i82586.c
462
goto reset;
sys/dev/ic/i82586.c
466
goto reset;
sys/dev/ic/i82586.c
484
goto reset;
sys/dev/ic/i82586.c
496
reset:
sys/dev/ic/lsi64854.c
104
sc->reset = lsi64854_reset;
sys/dev/ic/lsi64854var.h
54
void (*reset)(struct lsi64854_softc *);/* reset routine */
sys/dev/ic/lsi64854var.h
75
#define DMA_RESET(sc) (((sc)->reset)(sc))
sys/dev/ic/mb89352.c
1187
goto reset;
sys/dev/ic/mb89352.c
1197
reset:
sys/dev/ic/mb89352.c
1680
goto reset;
sys/dev/ic/mb89352.c
1751
goto reset;
sys/dev/ic/mb89352.c
1796
goto reset;
sys/dev/ic/mb89352.c
2021
reset:
sys/dev/ic/mb89352.c
725
goto reset;
sys/dev/ic/mb89352.c
770
reset:
sys/dev/ic/ncr53c9x.c
1464
goto reset;
sys/dev/ic/ncr53c9x.c
1519
reset:
sys/dev/ic/ncr53c9x.c
1860
goto reset;
sys/dev/ic/ncr53c9x.c
1875
goto reset;
sys/dev/ic/ncr53c9x.c
1883
reset:
sys/dev/ic/ncr53c9x.c
2350
goto reset;
sys/dev/ic/ncr53c9x.c
2530
goto reset;
sys/dev/ic/ncr53c9x.c
2535
goto reset;
sys/dev/ic/ncr53c9x.c
2625
goto reset;
sys/dev/ic/ncr53c9x.c
2676
goto reset;
sys/dev/ic/ncr53c9x.c
2818
goto reset;
sys/dev/ic/ncr53c9x.c
2825
reset:
sys/dev/ic/siop.c
378
goto reset;
sys/dev/ic/siop.c
456
goto reset;
sys/dev/ic/siop.c
521
goto reset;
sys/dev/ic/siop.c
550
goto reset;
sys/dev/ic/siop.c
555
goto reset;
sys/dev/ic/siop.c
590
reset:
sys/dev/ic/siop.c
614
goto reset;
sys/dev/ic/siop.c
634
goto reset;
sys/dev/ic/siop.c
639
goto reset;
sys/dev/ic/siop.c
653
goto reset;
sys/dev/ic/siop.c
660
goto reset;
sys/dev/ic/siop.c
667
goto reset;
sys/dev/ic/siop.c
679
goto reset;
sys/dev/ic/siop.c
711
goto reset;
sys/dev/ic/siop.c
752
goto reset;
sys/dev/ic/siop.c
967
goto reset;
sys/dev/ic/wd33c93.c
1747
goto reset;
sys/dev/ic/wd33c93.c
1768
goto reset;
sys/dev/ic/wd33c93.c
1775
reset:
sys/dev/ic/wdc.c
1089
wdc->reset(chp, poll);
sys/dev/ic/wdc.c
538
wdc->reset = (do_reset != NULL) ? do_reset : wdc_do_reset;
sys/dev/ic/wdc.c
769
wdc->reset(chp, RESET_POLL);
sys/dev/ic/wdc.c
856
if (wdc->reset == NULL)
sys/dev/ic/wdc.c
857
wdc->reset = wdc_do_reset;
sys/dev/ic/wdcvar.h
127
void (*reset)(struct ata_channel *, int);
sys/dev/ipmivar.h
74
int (*reset)(struct ipmi_softc *);
sys/dev/isa/fd.c
264
void fd_set_motor(struct fdc_softc *fdc, int reset);
sys/dev/isa/fd.c
830
fd_set_motor(struct fdc_softc *fdc, int reset)
sys/dev/isa/fd.c
840
if (!reset)
sys/dev/kloader.c
158
if (kloader.ops->reset != NULL) {
sys/dev/kloader.c
160
(*kloader.ops->reset)();
sys/dev/kloader.h
62
void (*reset)(void);
sys/dev/pci/aceride.c
209
sc->sc_wdcdev.reset = acer_do_reset;
sys/dev/pci/auacer.c
317
sc->host_if.reset = auacer_reset_codec;
sys/dev/pci/auich.c
606
sc->host_if.reset = auich_reset_codec;
sys/dev/pci/auixp.c
1520
codec->host_if.reset = auixp_reset_codec;
sys/dev/pci/autri.c
565
codec->host_if.reset = autri_reset_codec;
sys/dev/pci/auvia.c
452
sc->host_if.reset = auvia_reset_codec;
sys/dev/pci/cs4280.c
360
sc->host_if.reset = cs4280_reset_codec;
sys/dev/pci/cs4280.c
362
sc->host_if.reset = NULL;
sys/dev/pci/cs4281.c
284
sc->host_if.reset = cs4281_reset_codec;
sys/dev/pci/cxgb/cxgb_ael1002.c
134
.reset = ael1002_reset,
sys/dev/pci/cxgb/cxgb_ael1002.c
207
.reset = ael1006_reset,
sys/dev/pci/cxgb/cxgb_ael1002.c
242
.reset = ael1006_reset,
sys/dev/pci/cxgb/cxgb_ael1002.c
319
.reset = xaui_direct_reset,
sys/dev/pci/cxgb/cxgb_common.h
511
int (*reset)(struct cphy *phy, int wait);
sys/dev/pci/cxgb/cxgb_common.h
677
int t3_prep_adapter(adapter_t *adapter, const struct adapter_info *ai, int reset);
sys/dev/pci/cxgb/cxgb_mv88e1xxx.c
277
.reset = mv88e1xxx_reset,
sys/dev/pci/cxgb/cxgb_t3_hw.c
1178
phy->ops->reset(phy, 0);
sys/dev/pci/cxgb/cxgb_t3_hw.c
1184
phy->ops->reset(phy, 0);
sys/dev/pci/cxgb/cxgb_t3_hw.c
3696
const struct adapter_info *ai, int reset)
sys/dev/pci/cxgb/cxgb_t3_hw.c
3720
if (reset && t3_reset_adapter(adapter))
sys/dev/pci/cxgb/cxgb_vsc8211.c
233
.reset = vsc8211_reset,
sys/dev/pci/eap.c
714
sc->host_if.reset = eap1371_reset_codec;
sys/dev/pci/emuxki.c
1269
sc->hostif.reset = emuxki_ac97_reset;
sys/dev/pci/esa.c
1062
sc->host_if.reset = esa_reset_codec;
sys/dev/pci/esm.c
1619
ess->host_if.reset = esm_reset_codec;
sys/dev/pci/fms.c
315
sc->host_if.reset = fms_reset_codec;
sys/dev/pci/gcscaudio.c
315
sc->host_if.reset = gcscaudio_reset_codec;
sys/dev/pci/if_aq.c
1274
int (*reset)(struct aq_softc *);
sys/dev/pci/if_aq.c
1540
.reset = fw1x_reset,
sys/dev/pci/if_aq.c
1551
.reset = fw2x_reset,
sys/dev/pci/if_aq.c
1562
.reset = aq2_fw_reset,
sys/dev/pci/if_aq.c
2561
return sc->sc_fw_ops->reset(sc);
sys/dev/pci/if_bge.c
4199
uint32_t reset, mac_mode, mac_mode_mask;
sys/dev/pci/if_bge.c
4273
reset = BGE_MISCCFG_RESET_CORE_CLOCKS | BGE_32BITTIME_66MHZ;
sys/dev/pci/if_bge.c
4292
reset |= (1 << 29);
sys/dev/pci/if_bge.c
4311
reset |= BGE_MISCCFG_GPHY_PD_OVERRIDE;
sys/dev/pci/if_bge.c
4314
write_op(sc, BGE_MISC_CFG, reset);
sys/dev/pci/if_cas.c
1810
int reset = 0;
sys/dev/pci/if_cas.c
1826
reset = (val & CAS_MII_CONTROL_RESET);
sys/dev/pci/if_cas.c
1844
if (reset)
sys/dev/pci/if_cas.c
1847
if (reg == CAS_MII_ANAR || reset)
sys/dev/pci/if_vmx.c
2067
int reset;
sys/dev/pci/if_vmx.c
2070
reset = 0;
sys/dev/pci/if_vmx.c
2091
reset = 1;
sys/dev/pci/if_vmx.c
2111
if (reset != 0)
sys/dev/pci/igc/igc_api.c
358
if (hw->phy.ops.reset)
sys/dev/pci/igc/igc_api.c
359
return hw->phy.ops.reset(hw);
sys/dev/pci/igc/igc_hw.h
237
int (*reset)(struct igc_hw *);
sys/dev/pci/igc/igc_i225.c
156
phy->ops.reset = igc_phy_hw_reset_generic;
sys/dev/pci/igc/igc_i225.c
165
ret_val = hw->phy.ops.reset(hw);
sys/dev/pci/igc/igc_phy.c
38
phy->ops.reset = igc_null_ops_generic;
sys/dev/pci/ixgbe/ixgbe.c
4835
err = hw->phy.ops.reset(hw);
sys/dev/pci/ixgbe/ixgbe_82598.c
224
phy->ops.reset = ixgbe_reset_phy_nl;
sys/dev/pci/ixgbe/ixgbe_82598.c
876
hw->phy.ops.reset(hw);
sys/dev/pci/ixgbe/ixgbe_82599.c
1085
if (hw->phy.reset_disable == FALSE && hw->phy.ops.reset != NULL)
sys/dev/pci/ixgbe/ixgbe_82599.c
1086
hw->phy.ops.reset(hw);
sys/dev/pci/ixgbe/ixgbe_82599.c
156
hw->phy.ops.reset = NULL;
sys/dev/pci/ixgbe/ixgbe_82599.c
190
hw->phy.ops.reset = NULL;
sys/dev/pci/ixgbe/ixgbe_api.c
504
status = ixgbe_call_func(hw, hw->phy.ops.reset, (hw),
sys/dev/pci/ixgbe/ixgbe_phy.c
263
phy->ops.reset = ixgbe_reset_phy_generic;
sys/dev/pci/ixgbe/ixgbe_type.h
4133
s32 (*reset)(struct ixgbe_hw *);
sys/dev/pci/ixgbe/ixgbe_x540.c
90
phy->ops.reset = NULL;
sys/dev/pci/ixgbe/ixgbe_x550.c
1797
hw->phy.ops.reset = NULL;
sys/dev/pci/ixgbe/ixgbe_x550.c
2511
phy->ops.reset = NULL;
sys/dev/pci/ixgbe/ixgbe_x550.c
2528
phy->ops.reset = NULL;
sys/dev/pci/ixgbe/ixgbe_x550.c
2550
phy->ops.reset = ixgbe_reset_phy_t_X550em;
sys/dev/pci/ixgbe/ixgbe_x550.c
2557
phy->ops.reset = ixgbe_reset_phy_fw;
sys/dev/pci/ixgbe/ixgbe_x550.c
2661
if (!hw->phy.reset_disable && hw->phy.ops.reset) {
sys/dev/pci/ixgbe/ixgbe_x550.c
2662
if (hw->phy.ops.reset(hw) == IXGBE_ERR_OVERTEMP)
sys/dev/pci/neo.c
626
sc->host_if.reset = neo_reset_codec;
sys/dev/pci/pdcsata.c
299
sc->sc_wdcdev.reset = pdcsata_do_reset;
sys/dev/pci/pdcsata.c
616
int reset, status, i, chanbase;
sys/dev/pci/pdcsata.c
619
reset = (1 << 11);
sys/dev/pci/pdcsata.c
623
if (status & reset) break;
sys/dev/pci/pdcsata.c
625
status |= reset;
sys/dev/pci/pdcsata.c
629
status &= ~reset;
sys/dev/pci/qat/qat_ae.c
1041
uint32_t times, reset, clock, reg, mask;
sys/dev/pci/qat/qat_ae.c
1044
reset = qat_cap_global_read_4(sc, CAP_GLOBAL_CTL_RESET);
sys/dev/pci/qat/qat_ae.c
1045
reset &= ~(__SHIFTIN(sc->sc_ae_mask, CAP_GLOBAL_CTL_RESET_AE_MASK));
sys/dev/pci/qat/qat_ae.c
1046
reset &= ~(__SHIFTIN(sc->sc_accel_mask, CAP_GLOBAL_CTL_RESET_ACCEL_MASK));
sys/dev/pci/qat/qat_ae.c
1049
qat_cap_global_write_4(sc, CAP_GLOBAL_CTL_RESET, reset);
sys/dev/pci/voyager/vac.c
723
sc->sc_ac97_host.reset = vac_ac97_reset;
sys/dev/pci/yds.c
919
codec->host_if.reset = yds_reset_codec;
sys/dev/qbus/uba.c
135
uba_reset_establish(void (*reset)(device_t), device_t dev)
sys/dev/qbus/uba.c
142
ur->ur_reset = reset;
sys/dev/stbi/stb_image.c
1515
reset(z);
sys/dev/stbi/stb_image.c
1543
reset(z);
sys/dev/stbi/stb_image.c
1577
reset(z);
sys/dev/sun/kbd_zs.c
132
int reset, s;
sys/dev/sun/kbd_zs.c
172
reset = (channel == 0) ?
sys/dev/sun/kbd_zs.c
174
zs_write_reg(cs, 9, reset);
sys/dev/sun/ms_zs.c
129
int reset, s;
sys/dev/sun/ms_zs.c
149
reset = (channel == 0) ?
sys/dev/sun/ms_zs.c
151
zs_write_reg(cs, 9, reset);
sys/dev/tc/bba.c
239
bba_reset(struct bba_softc *sc, int reset)
sys/dev/tc/bba.c
246
if (reset)
sys/dev/tc/bba.c
258
if (reset) {
sys/dev/tc/zs_ioasic.c
315
uint8_t reset = (channel == 0) ?
sys/dev/tc/zs_ioasic.c
318
zs_write_reg(cs, 9, reset);
sys/dev/usb/auvitek_board.c
52
uint16_t reset;
sys/dev/usb/auvitek_board.c
57
.reset = 0x02b0,
sys/dev/usb/auvitek_board.c
62
.reset = 0x02b0,
sys/dev/usb/auvitek_board.c
71
uint16_t reset, enable;
sys/dev/usb/auvitek_board.c
76
reset = auvitek_board_config[sc->sc_board].reset;
sys/dev/usb/auvitek_board.c
83
if (reset) {
sys/dev/usb/auvitek_board.c
84
auvitek_write_1(sc, AU0828_REG_GPIO2_PINDIR, reset >> 8);
sys/dev/usb/auvitek_board.c
85
auvitek_write_1(sc, AU0828_REG_GPIO1_PINDIR, reset & 0xff);
sys/dev/usb/emdtv_board.h
51
#define EMDTV_GPIO_BIT_VAL(reg, val, reset) \
sys/dev/usb/emdtv_board.h
52
((reg) | 0x80 | (reset ? (1 << 6) : 0) | (val << 5))
sys/dev/usb/if_athn_usb.c
1750
goto reset;
sys/dev/usb/if_athn_usb.c
1754
goto reset;
sys/dev/usb/if_athn_usb.c
1758
goto reset;
sys/dev/usb/if_athn_usb.c
1764
goto reset;
sys/dev/usb/if_athn_usb.c
1771
reset: /* Error found, try a full reset. */
sys/dev/usb/if_urndis.c
672
struct rndis_reset_req *reset;
sys/dev/usb/if_urndis.c
676
reset = kmem_alloc(sizeof(*reset), KM_SLEEP);
sys/dev/usb/if_urndis.c
677
reset->rm_type = htole32(REMOTE_NDIS_RESET_MSG);
sys/dev/usb/if_urndis.c
678
reset->rm_len = htole32(sizeof(*reset));
sys/dev/usb/if_urndis.c
679
reset->rm_rid = 0; /* XXX rm_rid == reserved ... remove ? */
sys/dev/usb/if_urndis.c
683
le32toh(reset->rm_type),
sys/dev/usb/if_urndis.c
684
le32toh(reset->rm_len),
sys/dev/usb/if_urndis.c
685
le32toh(reset->rm_rid)));
sys/dev/usb/if_urndis.c
687
rval = urndis_ctrl_send(un, reset, sizeof(*reset));
sys/dev/usb/if_urndis.c
688
kmem_free(reset, sizeof(*reset));
sys/dev/usb/ohci.c
967
goto reset;
sys/dev/usb/ohci.c
985
reset:
sys/dev/usb/uatp.c
1521
if (sc->sc_parameters->reset)
sys/dev/usb/uatp.c
1522
sc->sc_parameters->reset(sc);
sys/dev/usb/uatp.c
573
void (*reset)(struct uatp_softc *);
sys/dev/usb/uatp.c
587
.reset = NULL,
sys/dev/usb/uatp.c
599
.reset = NULL,
sys/dev/usb/uatp.c
611
.reset = NULL,
sys/dev/usb/uatp.c
631
.reset = geyser34_deferred_reset,
sys/dev/usb/uhub.c
760
SDT_PROBE5(usb, hub, explore, reset,
sys/dev/usb/uhub.c
84
SDT_PROBE_DEFINE5(usb, hub, explore, reset,
sys/dev/usb/umass.c
1102
sc->reset(sc, STATUS_CMD_OK);
sys/dev/usb/umass.c
1114
SDT_PROBE2(usb, umass, bbb, reset, sc, status);
sys/dev/usb/umass.c
1633
SDT_PROBE2(usb, umass, bbb, reset, sc, status);
sys/dev/usb/umass.c
197
SDT_PROBE_DEFINE2(usb, umass, bbb, reset,
sys/dev/usb/umass.c
205
SDT_PROBE_DEFINE2(usb, umass, cbi, reset,
sys/dev/usb/umcpmio.c
1242
bool reset = false;
sys/dev/usb/umcpmio.c
1247
node.sysctl_data = &reset;
sys/dev/usb/umcpmio.c
1252
DPRINTF(("mcp2210_reset_counter_sysctl: reset=%d\n", reset));
sys/dev/usb/umcpmio.c
1254
if (reset) {
sys/dev/usb/umcpmio_gpio.c
1230
uint8_t reset)
sys/dev/usb/umcpmio_gpio.c
1240
req.reset_counter = reset;
sys/dev/vme/xd.c
2215
int lcv, s, reset = 0;
sys/dev/vme/xd.c
2283
reset = 1;
sys/dev/vme/xd.c
2285
if (reset) {
sys/dev/vme/xy.c
2082
int lcv, s, reset = 0;
sys/dev/vme/xy.c
2092
reset = 1;
sys/dev/vme/xy.c
2094
if (reset) {
sys/dev/wscons/wsdisplay.c
1112
(*scr->scr_dconf->wsemul->reset)(scr->scr_dconf->wsemulcookie,
sys/dev/wscons/wsdisplay.c
1115
(*scr->scr_dconf->wsemul->reset)
sys/dev/wscons/wsdisplay.c
1423
(*scr->scr_dconf->wsemul->reset)
sys/dev/wscons/wsdisplay.c
2155
(*scr->scr_dconf->wsemul->reset)(scr->scr_dconf->wsemulcookie,
sys/dev/wscons/wsemul_dumb.c
64
.reset = wsemul_dumb_resetop,
sys/dev/wscons/wsemul_sun.c
67
.reset = wsemul_sun_resetop,
sys/dev/wscons/wsemul_vt100.c
70
.reset = wsemul_vt100_resetop,
sys/dev/wscons/wsemulvar.h
51
void (*reset)(void *, enum wsemul_resetops);
sys/kern/kern_entropy.c
2721
bool reset = false, request = false;
sys/kern/kern_entropy.c
2745
reset = true;
sys/kern/kern_entropy.c
2756
if (reset)
sys/net80211/ieee80211_node.c
293
ieee80211_begin_scan(struct ieee80211com *ic, int reset)
sys/net80211/ieee80211_node.c
315
if (reset)
sys/net80211/ieee80211_proto.c
951
goto reset;
sys/net80211/ieee80211_proto.c
968
goto reset;
sys/net80211/ieee80211_proto.c
971
goto reset;
sys/net80211/ieee80211_proto.c
973
reset:
sys/netinet/tcp_output.c
1142
goto reset;
sys/netinet/tcp_output.c
1195
reset: TCP_REASS_UNLOCK(tp);
sys/netinet/tcp_output.c
1210
goto reset;
usr.bin/ftp/cmdtab.c
268
{ "reset", H(resethelp), 0, 1, 1, CMPL0 reset },
usr.bin/ftp/extern.h
187
void reset(int, char **);
usr.bin/patch/util.c
287
set_signals(int reset)
usr.bin/patch/util.c
291
if (!reset) {
usr.sbin/kgmon/kgmon.c
184
reset(&kvmvars, cpuid);
usr.sbin/kgmon/kgmon.c
80
static void reset(struct kvmvars *kvp, int cpuid);
usr.sbin/mtrace/mtrace.c
103
int reset[MAXHOPS]; /* To get around 3.4 bug, ... */
usr.sbin/mtrace/mtrace.c
1057
int *r = reset + rno;
usr.sbin/mtrace/mtrace.c
974
int *r = reset + rno;
usr.sbin/syslogd/syslogd.c
4469
bool reset)
usr.sbin/syslogd/syslogd.c
4476
if (reset || STAILQ_EMPTY(head)) {