/src/distrib/sun2/miniroot/ |
mtree.conf | 25 .recover mode=01777
|
/src/distrib/sun3/miniroot/ |
mtree.conf | 25 .recover mode=01777
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
gf100.h | 20 } recover; member in struct:gf100_fifo
|
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.engm |= engm [all...] |
gk104.h | 22 } recover; member in struct:gk104_fifo
|
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/ |
Makefile | 9 main.c migrate.c recover.c remove.c resize.c resizedisk.c \
|
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.21 2025/02/24 17:07:04 christos Exp $"); 59 "recover", 152 recover(gpt_t gpt) function in typeref:typename:int 170 "can't recover"); 175 "can't recover"); 238 return recover(gpt);
|
/src/sys/arch/sun3/dev/ |
memerr.c | 211 goto recover; 222 recover:
|
/src/games/backgammon/common_source/ |
back.h | 173 void recover(struct move *, const char *);
|
subs.c | 367 /* recover file */ 372 recover(mm, s[0]); 378 recover(mm, s[0]);
|
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/ |
t_gpt.sh | 212 atf_set "descr" "Recover the backup GPT header and table" 218 match "$(recovermsg secondary primary)" gpt recover "$disk" 224 atf_set "descr" "Recover the primary GPT header and table" 230 match "$(recovermsg primary secondary)" gpt recover "$disk"
|
/src/sys/arch/amiga/stand/bootblock/boot/ |
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/ |
sanitizer_malloc_mac.inc | 243 // We can't recover from reallocating an unknown address, because
|
/src/sys/lib/libkern/arch/m68k/ |
udivsi3.S | 79 movel %a1, %d0 | recover high divide result
|
/src/sys/dev/iscsi/ |
iscsi_ioctl.c | 480 * recover Attempt to recover connection 484 kill_connection(connection_t *conn, uint32_t status, int logout, bool recover) 494 if (recover && 502 if (!recover || conn->c_destroy) { 612 kill_session(uint32_t sid, uint32_t status, int logout, bool recover) 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 when there's just one active connection left [all...] |
/src/sys/dev/ic/ |
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)) { 624 /* Recover channel after transfer aborted */
|
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)) { 1681 /* Recover channel after command failure */
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 1987 sir ! Just issue a reset and don't try to recover. 3655 sir ! Just issue a reset and don't try to recover. 5193 * Set up our return trapframe so we can recover if we trap from here 5204 * Set up our return trapframe so we can recover if we trap from here
|