Searched refs:reset (Results 1 - 25 of 1577) sorted by relevance

1234567891011>>

/netbsd-current/bin/sh/
H A Dinit.h38 void reset(void);
H A Doptions.h40 unsigned char reset; /* if getopts has been reset */ member in struct:shparam
/netbsd-current/external/bsd/kyua-cli/dist/utils/signals/
H A Dmisc.hpp42 void reset(const int);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dfpu-rst.d1 #name: arm FPU reset test
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/assignment/
H A D7.cc25 o.reset();
27 static_assert(noexcept(std::declval<gdb::optional<int>>().reset()), "");
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/optional/assignment/
H A D7.cc25 o.reset();
27 static_assert(noexcept(std::declval<gdb::optional<int>>().reset()), "");
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileEntry.cpp24 void FileEntry::closeFile() const { File.reset(); }
/netbsd-current/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_reset.c32 char reset[] = { local
48 err = write( fd, reset, sizeof(reset) );
50 if ( err != sizeof( reset ) ){
51 printf( "Error occured while writing the reset command: %d\n", errno );
55 err = read( fd, reset, sizeof(reset) );
57 printf( "Error occured while reading the reset result: %d %d %s\n", err, errno, strerror(errno));
61 err = ntohl( *((uint32_t *)(reset+6)) );
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBPFFrameLowering.cpp35 SavedRegs.reset(BPF::R6);
36 SavedRegs.reset(BPF::R7);
37 SavedRegs.reset(BPF::R8);
38 SavedRegs.reset(BPF::R9);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/selftests/
H A Digt_reset.c24 pr_debug("%s: current gpu_error=%08lx\n", __func__, gt->reset.flags);
26 while (test_and_set_bit(I915_RESET_BACKOFF, &gt->reset.flags))
27 wait_event(gt->reset.queue,
28 !test_bit(I915_RESET_BACKOFF, &gt->reset.flags));
32 &gt->reset.flags))
33 wait_on_bit(&gt->reset.flags, I915_RESET_ENGINE + id,
44 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
46 clear_bit(I915_RESET_BACKOFF, &gt->reset.flags);
47 wake_up_all(&gt->reset.queue);
/netbsd-current/usr.bin/tset/
H A DMakefile9 LINKS= ${BINDIR}/tset ${BINDIR}/reset
10 MLINKS= tset.1 reset.1
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dseg.s3 .section reset,"ax"
/netbsd-current/sys/dev/usb/
H A Dauvitek_board.c52 uint16_t reset; member in struct:auvitek_board_config
57 .reset = 0x02b0,
62 .reset = 0x02b0,
71 uint16_t reset, enable; local
76 reset = auvitek_board_config[sc->sc_board].reset;
83 if (reset) {
84 auvitek_write_1(sc, AU0828_REG_GPIO2_PINDIR, reset >> 8);
85 auvitek_write_1(sc, AU0828_REG_GPIO1_PINDIR, reset & 0xff);
H A Demdtv_board.h51 #define EMDTV_GPIO_BIT_VAL(reg, val, reset) \
52 ((reg) | 0x80 | (reset ? (1 << 6) : 0) | (val << 5))
/netbsd-current/sys/arch/mvmeppc/include/
H A Dplatform.h44 void (*reset)(void); member in struct:platform
/netbsd-current/external/gpl3/gdb/dist/gdb/target/
H A Dwaitstatus.h180 other.reset ();
187 this->reset ();
201 this->reset ();
208 rhs.reset ();
217 this->reset ();
224 this->reset ();
232 this->reset ();
240 this->reset ();
248 this->reset ();
255 this->reset ();
398 void reset () function in struct:target_waitstatus
[all...]
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dstats.h78 * @param reset: if stats can be reset.
81 struct ub_stats_info* s, int reset);
88 * @param reset: if true, depending on config stats are reset.
89 * if false, statistics are not reset.
92 int reset);
97 * @param reset: if true, depending on config stats are reset.
98 * if false, statistics are not reset
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dscoped_ignore_sigttou.h40 void reset () function in class:lazy_init
72 m_ignore_signal.reset ();
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_reset.c111 /* Cool contexts are too cool to be banned! (Used for reset testing.) */
118 "%s context reset due to GPU hang\n",
188 /* Assert reset for at least 20 usec, and wait for acknowledgement. */
193 /* Clear the reset request. */
236 DRM_DEBUG_DRIVER("Wait for media reset failed\n");
244 DRM_DEBUG_DRIVER("Wait for render reset failed\n");
270 DRM_DEBUG_DRIVER("Wait for render reset failed\n");
281 DRM_DEBUG_DRIVER("Wait for media reset failed\n");
304 /* Wait for the device to ack the reset requests */
310 DRM_DEBUG_DRIVER("Wait for 0x%08x engines reset faile
616 reset_func reset; local
[all...]
H A Dintel_reset.h76 static inline bool __intel_reset_failed(const struct intel_reset *reset) argument
78 GEM_BUG_ON(test_bit(I915_WEDGED_ON_INIT, &reset->flags) ?
79 !test_bit(I915_WEDGED, &reset->flags) : false);
81 return unlikely(test_bit(I915_WEDGED, &reset->flags));
/netbsd-current/sys/arch/arm/altera/
H A Dcycv_rstmgr.c89 aprint_normal(": reset manager\n");
97 struct cycv_reset *reset = NULL; local
108 reset = kmem_alloc(sizeof *reset, KM_SLEEP);
109 reset->address = CYCV_RSTMGR_MPUMODRST + value / 32 * 4;
110 reset->mask = 1 << (value % 32);
114 aprint_debug_dev(dev, "couldn't decode reset\n");
116 return reset;
125 cycv_rst_reset_set(device_t dev, struct cycv_reset *reset, int set) { argument
127 uint32_t val = bus_space_read_4(sc->sc_bst, sc->sc_bsh, reset
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dsignals.hpp87 void reset(const int);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.h61 /// The reset function will clear out any internal memory held by the
64 void reset();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCleanupInfo.h33 void reset() { function in class:clang::CleanupInfo
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mc/
H A Dnouveau_nvkm_subdev_mc_gk20a.c39 .reset = gk104_mc_reset,

Completed in 279 milliseconds

1234567891011>>