Searched refs:recover (Results 1 - 21 of 21) sorted by relevance

/src/distrib/sun2/miniroot/
H A Dmtree.conf25 .recover mode=01777
/src/distrib/sun3/miniroot/
H A Dmtree.conf25 .recover mode=01777
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
H A Dgf100.h20 } recover; member in struct:gf100_fifo
H A Dnouveau_nvkm_engine_fifo_gk104.c282 struct gk104_fifo *fifo = container_of(w, typeof(*fifo), recover.work);
290 runm = fifo->recover.runm;
291 engm = fifo->recover.engm;
292 fifo->recover.engm = 0;
293 fifo->recover.runm = 0;
322 if (fifo->recover.runm & runm)
324 fifo->recover.runm |= runm;
331 schedule_work(&fifo->recover.work);
412 if (fifo->recover.engm & engm)
414 fifo->recover
[all...]
H A Dgk104.h22 } recover; member in struct:gk104_fifo
H A Dnouveau_nvkm_engine_fifo_gf100.c176 struct gf100_fifo *fifo = container_of(w, typeof(*fifo), recover.work);
184 mask = fifo->recover.mask;
185 fifo->recover.mask = 0ULL;
221 fifo->recover.mask |= 1ULL << engine->subdev.index;
222 schedule_work(&fifo->recover.work);
657 flush_work(&fifo->recover.work);
736 INIT_WORK(&fifo->recover.work, gf100_fifo_recover_work);
/src/sbin/gpt/
H A DMakefile9 main.c migrate.c recover.c remove.c resize.c resizedisk.c \
H A Drecover.c33 __FBSDID("$FreeBSD: src/sbin/gpt/recover.c,v 1.8 2005/08/31 01:47:19 marcel Exp $");
36 __RCSID("$NetBSD: recover.c,v 1.23 2025/12/17 16:18:11 nia Exp $");
62 "recover",
155 recover(gpt_t gpt) function in typeref:typename:int
173 "can't recover");
178 "can't recover");
241 return recover(gpt);
/src/sys/arch/sun3/dev/
H A Dmemerr.c211 goto recover;
222 recover:
/src/games/backgammon/common_source/
H A Dback.h173 void recover(struct move *, const char *);
H A Dsubs.c367 /* recover file */
372 recover(mm, s[0]);
378 recover(mm, s[0]);
H A Dsave.c53 static const char rec[] = "\" to recover your game.\n\n";
54 static const char cantrec[] = "Can't recover file: ";
148 recover(struct move *mm, const char *s) function in typeref:typename:void
/src/tests/sbin/gpt/
H A Dt_gpt.sh218 match "$(recovermsg secondary primary)" gpt recover "$disk"
230 match "$(recovermsg primary secondary)" gpt recover "$disk"
/src/sys/lib/libkern/arch/m68k/
H A Dudivsi3.S79 movel %a1, %d0 | recover high divide result
/src/sys/arch/amiga/stand/bootblock/boot/
H A Dstartit.s199 below: movl %sp@+,%a3 | recover destination
200 movl %sp@+,%a1 | recover source
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc243 // We can't recover from reallocating an unknown address, because
/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) argument
494 if (recover &&
502 if (!recover || conn->c_destroy) {
612 kill_session(uint32_t sid, uint32_t status, int logout, bool recover) argument
617 DEB(1, ("ISCSI: kill_session %d, status %d, logout %d, recover %d\n",
618 sid, status, logout, recover));
648 if (recover) {
650 * Only recover whe
[all...]
/src/sys/dev/ic/
H A Dsiisata.c515 bool recover = false; local in function:siisata_intr_port
565 recover = true;
589 if (__predict_false(recover))
616 if (__predict_false(recover)) {
H A Dahcisata_core.c651 bool recover = false; local in function:ahci_intr_port_common
707 recover = true;
714 recover = true;
723 if (__predict_false(recover))
754 if (__predict_false(recover)) {
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ampere-mtmitchell.dts996 "cpu-bios-recover","s0-heartbeat","hs-csout-prochot",
/src/sys/arch/sparc64/sparc64/
H A Dlocore.s1987 sir ! Just issue a reset and don't try to recover.
3667 sir ! Just issue a reset and don't try to recover.
5205 * Set up our return trapframe so we can recover if we trap from here
5216 * Set up our return trapframe so we can recover if we trap from here

Completed in 60 milliseconds