| /src/distrib/sun2/miniroot/ |
| H A D | mtree.conf | 25 .recover mode=01777
|
| /src/distrib/sun3/miniroot/ |
| H A D | mtree.conf | 25 .recover mode=01777
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
| H A D | gf100.h | 20 } recover; member in struct:gf100_fifo
|
| H A D | nouveau_nvkm_engine_fifo_gk104.c | 282 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 D | gk104.h | 22 } recover; member in struct:gk104_fifo
|
| H A D | nouveau_nvkm_engine_fifo_gf100.c | 176 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 D | Makefile | 9 main.c migrate.c recover.c remove.c resize.c resizedisk.c \
|
| H A D | recover.c | 33 __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 D | memerr.c | 211 goto recover; 222 recover:
|
| /src/games/backgammon/common_source/ |
| H A D | back.h | 173 void recover(struct move *, const char *);
|
| H A D | subs.c | 367 /* recover file */ 372 recover(mm, s[0]); 378 recover(mm, s[0]);
|
| H A D | save.c | 53 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 D | t_gpt.sh | 218 match "$(recovermsg secondary primary)" gpt recover "$disk" 230 match "$(recovermsg primary secondary)" gpt recover "$disk"
|
| /src/sys/lib/libkern/arch/m68k/ |
| H A D | udivsi3.S | 79 movel %a1, %d0 | recover high divide result
|
| /src/sys/arch/amiga/stand/bootblock/boot/ |
| H A D | startit.s | 199 below: movl %sp@+,%a3 | recover destination 200 movl %sp@+,%a1 | recover source
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_malloc_mac.inc | 243 // We can't recover from reallocating an unknown address, because
|
| /src/sys/dev/iscsi/ |
| H A D | iscsi_ioctl.c | 480 * 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 D | siisata.c | 515 bool recover = false; local in function:siisata_intr_port 565 recover = true; 589 if (__predict_false(recover)) 616 if (__predict_false(recover)) {
|
| H A D | ahcisata_core.c | 651 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 D | aspeed-bmc-ampere-mtmitchell.dts | 996 "cpu-bios-recover","s0-heartbeat","hs-csout-prochot",
|
| /src/sys/arch/sparc64/sparc64/ |
| H A D | locore.s | 1987 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
|