Home
last modified time | relevance | path

Searched refs:recover (Results 1 – 25 of 200) sorted by relevance

12345678

/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dlife_cycle-pkey.pod61 =item verify recover
63 This state represents the PKEY when it is ready to recover a public key signature data.
95 …---------------------------+ | | | +--------------------------->| recover |
150 …sign recover
162recover recover recover recover recover recover recover recover
164 recover
187 …sign recover
189 …sign recover
191 …sign recover
193 …sign recover
[all …]
/netbsd-src/external/bsd/nvi/dist/docs/vi.ref/
H A Dspell.ok270 recover.XXXX
271 recover.XXXXXX
272 recover.c
273 recover.script
372 vi.recover
/netbsd-src/external/bsd/nvi/usr.bin/recover/
H A Dvirecover33 for i in $RECDIR/recover.*; do
36 $RECDIR/recover.\*) continue;;
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dnouveau_nvkm_engine_fifo_gk104.c282 struct gk104_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gk104_fifo_recover_work()
290 runm = fifo->recover.runm; in gk104_fifo_recover_work()
291 engm = fifo->recover.engm; in gk104_fifo_recover_work()
292 fifo->recover.engm = 0; in gk104_fifo_recover_work()
293 fifo->recover.runm = 0; in gk104_fifo_recover_work()
322 if (fifo->recover.runm & runm) in gk104_fifo_recover_runl()
324 fifo->recover.runm |= runm; in gk104_fifo_recover_runl()
331 schedule_work(&fifo->recover.work); in gk104_fifo_recover_runl()
412 if (fifo->recover.engm & engm) in gk104_fifo_recover_engn()
414 fifo->recover.engm |= engm; in gk104_fifo_recover_engn()
[all …]
H A Dnouveau_nvkm_engine_fifo_gf100.c176 struct gf100_fifo *fifo = container_of(w, typeof(*fifo), recover.work); in gf100_fifo_recover_work()
184 mask = fifo->recover.mask; in gf100_fifo_recover_work()
185 fifo->recover.mask = 0ULL; in gf100_fifo_recover_work()
221 fifo->recover.mask |= 1ULL << engine->subdev.index; in gf100_fifo_recover()
222 schedule_work(&fifo->recover.work); in gf100_fifo_recover()
657 flush_work(&fifo->recover.work); in gf100_fifo_fini()
736 INIT_WORK(&fifo->recover.work, gf100_fifo_recover_work); in gf100_fifo_new()
H A Dgf100.h20 } recover; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DEVP_PKEY_verify_recover.pod5 EVP_PKEY_verify_recover_init, EVP_PKEY_verify_recover - recover signature using a public key algori…
19 context using key B<pkey> for a verify recover operation.
36 signing operation. Only certain public key algorithms can recover a signature
/netbsd-src/sys/arch/sun3/dev/
H A Dmemerr.c211 goto recover; in memerr_interrupt()
222 recover: in memerr_interrupt()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_linux.cpp334 const bool recover = code & 0x20; in GetAccessInfo() local
353 const bool recover = code & 0x20; in GetAccessInfo()
365 return AccessInfo{addr, size, is_store, !is_store, recover}; in GetAccessInfo()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/
H A Dreset.cgs16 ; Can't recover from hardware interrupt with enough state intact to verify it
50 ; Can't recover from hardware interrupt with enough state intact to verify it
/netbsd-src/external/bsd/nvi/usr.bin/
H A DMakefile2 SUBDIR = nvi recover
/netbsd-src/sbin/gpt/
H A Drecover.c152 recover(gpt_t gpt) in recover() function
247 return recover(gpt); in cmd_recover()
H A DMakefile9 main.c migrate.c recover.c remove.c resize.c resizedisk.c \
/netbsd-src/distrib/sun3/miniroot/
H A Dmtree.conf25 .recover mode=01777
/netbsd-src/distrib/sun2/miniroot/
H A Dmtree.conf25 .recover mode=01777
/netbsd-src/external/bsd/nvi/dist/dist/
H A Drecover.in36 virecovery=`echo $RECDIR/recover.*`
H A DMakefile.am133 $(visrcdir)/common/recover.c \
409 @($(cp) recover $(DESTDIR)$(datadir)/vi/recover && \
410 $(chmod) $(emode) $(DESTDIR)$(datadir)/vi/recover)
/netbsd-src/tests/sbin/gpt/
H A Dt_gpt.sh218 match "$(recovermsg secondary primary)" gpt recover "$disk"
230 match "$(recovermsg primary secondary)" gpt recover "$disk"
/netbsd-src/games/backgammon/common_source/
H A Dsubs.c372 recover(mm, s[0]); in getarg()
378 recover(mm, s[0]); in getarg()
H A Dback.h173 void recover(struct move *, const char *);
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c1571 case recover: in dhcp_failover_state_transition()
1613 case recover: in dhcp_failover_state_transition()
1641 case recover: in dhcp_failover_state_transition()
1690 case recover: in dhcp_failover_set_service_state()
1841 if (new_state == recover && saved_state == shut_down && in dhcp_failover_set_state()
1968 case recover: in dhcp_failover_set_state()
2070 case recover: in dhcp_failover_peer_state_changed()
2110 case recover: in dhcp_failover_peer_state_changed()
2139 dhcp_failover_set_state (state, recover); in dhcp_failover_peer_state_changed()
2156 case recover: in dhcp_failover_peer_state_changed()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_verify_recover.pod7 - recover signature using a public key algorithm
47 signing operation. Only certain public key algorithms can recover a signature
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DUndefinedBehaviorSanitizer.rst54 * ``-fno-sanitize-recover=...``: print a verbose error report and exit the program;
57 Note that the ``trap`` / ``recover`` options do not enable the corresponding
65 …% clang++ -fsanitize=signed-integer-overflow,null,alignment -fno-sanitize-recover=null -fsanitize-…
251 ``-fsanitize-recover=unsigned-integer-overflow``, is particularly useful for
307 ``-fsanitize-recover=signed-integer-overflow,alignment,vptr``, although
/netbsd-src/sys/dev/iscsi/
H A Discsi_ioctl.c480 * recover Attempt to recover connection
484 kill_connection(connection_t *conn, uint32_t status, int logout, bool recover) in kill_connection() argument
494 if (recover && in kill_connection()
502 if (!recover || conn->c_destroy) { in kill_connection()
612 kill_session(uint32_t sid, uint32_t status, int logout, bool recover) in kill_session()
617 DEB(1, ("ISCSI: kill_session %d, status %d, logout %d, recover %d\n", in kill_session()
618 sid, status, logout, recover)); in kill_session()
648 if (recover) { in kill_session()
650 * Only recover whe in kill_session()
596 kill_session(uint32_t sid,uint32_t status,int logout,bool recover) kill_session() argument
[all...]
/netbsd-src/external/bsd/nvi/docs/
H A Dhelp175 recover: recover a saved file
227 recdir="/var/tmp/vi.recover"

12345678