Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 121) sorted by relevance

12345

/dragonfly/games/mille/
H A Dmille.c49 bool restore; in main() local
59 restore = FALSE; in main()
63 restore = TRUE; in main()
89 if (!restore || (Player[PLAYER].total >= 5000 in main()
99 if (!restore) in main()
101 if (!restore || On_exit) { in main()
106 if (restore) in main()
116 restore = On_exit = FALSE; in main()
/dragonfly/sbin/restore/
H A DMakefile4 PROG= restore
5 LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
7 SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
9 MAN= restore.8
10 MLINKS+=restore.8 rrestore.8
/dragonfly/usr.sbin/watchdogd/
H A Dwatchdogd.c124 goto restore; in main()
133 goto restore; in main()
142 goto restore; in main()
167 restore: sysctlbyname("kern.watchdog.period", NULL, 0, &speriod, sizeof(speriod)); in main()
/dragonfly/usr.bin/crunch/examples/
H A Dfixit.conf25 progs mknod mount newfs ping reboot restore swapon umount
27 ln restore rrestore
H A Dreally-big.conf29 progs newfs nfsd nfsiod ping quotacheck reboot restore route routed savecore
34 ln restore rrestore
/dragonfly/contrib/file/magic/Magdir/
H A Dibm600022 0 belong 0x09006bea AIX backup/restore format file
23 0 belong 0x09006fea AIX backup/restore format file
/dragonfly/sys/dev/netif/ath/ath_hal/ar9002/
H A Dar9287_attach.c68 static void ar9287ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
371 ar9287ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off) in ar9287ConfigPCIE() argument
373 if (AH_PRIVATE(ah)->ah_ispcie && !restore) { in ar9287ConfigPCIE()
H A Dar9285_attach.c69 static void ar9285ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
400 ar9285ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off) in ar9285ConfigPCIE() argument
423 if (AH_PRIVATE(ah)->ah_ispcie && !restore) { in ar9285ConfigPCIE()
H A Dar9280_attach.c64 static void ar9280ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
426 ar9280ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off) in ar9280ConfigPCIE() argument
430 if (AH_PRIVATE(ah)->ah_ispcie && !restore) { in ar9280ConfigPCIE()
/dragonfly/sys/dev/drm/include/linux/
H A Dpm.h47 int (*restore)(struct device *dev); member
/dragonfly/games/monop/
H A Dmonop.c106 restore, /* restore game |* 14 *| */
225 restore(); in main()
H A Dmonop.h161 void restore(void);
/dragonfly/share/examples/printing/
H A Dmake-ps-header77 restore
/dragonfly/contrib/libarchive/
H A DREADME.DRAGONFLY29 NOTE: test_read_disk_directory_traversals is expected to fail atime restore
/dragonfly/games/adventure/
H A Dextern.h67 int restore(const char *);
/dragonfly/usr.bin/crunch/
H A DREADME37 mknod mount newfs ping reboot restore rrestore swapon umount
40 Note carefully: vi, cpio, gzip, ed, sed, dump/restore, some networking
/dragonfly/sbin/
H A DMakefile88 restore \
/dragonfly/games/battlestar/
H A Dinit.c64 restore(savefile); in initialize()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_ani.c544 HAL_OPMODE opmode, int restore) in ar5416AniReset() argument
564 __func__, chan->ic_freq, chan->ic_flags, restore, opmode, in ar5416AniReset()
568 __func__, chan->ic_freq, chan->ic_flags, restore, opmode, in ar5416AniReset()
614 if (restore && (ichan->privFlags & CHANNEL_ANI_SETUP)) { in ar5416AniReset()
/dragonfly/stand/boot/pc32/libi386/
H A Dpxetramp.s32 add $6, %sp # restore stack
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c36 static void ar5210ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore,
340 ar5210ConfigPCIE(struct ath_hal *ah, HAL_BOOL restore, HAL_BOOL power_off) in ar5210ConfigPCIE() argument
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_encoder_slave.h56 void (*restore)(struct drm_encoder *encoder); member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_ani.c587 HAL_OPMODE opmode, int restore) in ar5212AniReset() argument
607 __func__, chan->ic_freq, chan->ic_flags, restore, opmode, in ar5212AniReset()
611 __func__, chan->ic_freq, chan->ic_flags, restore, opmode, in ar5212AniReset()
646 if (restore && (ichan->privFlags & CHANNEL_ANI_SETUP)) { in ar5212AniReset()
/dragonfly/sys/dev/drm/
H A Ddrm_encoder_slave.c187 get_slave_funcs(encoder)->restore(encoder); in drm_i2c_encoder_restore()
/dragonfly/share/examples/ipfw/
H A Dchange_rules.sh127 The TCP/IP connections might be broken during the change. If so, restore

12345