Home
last modified time | relevance | path

Searched refs:hard (Results 1 – 25 of 148) sorted by relevance

123456

/dragonfly/contrib/diffutils/lib/
H A Dhard-locale.c40 bool hard = true; in hard_locale() local
48 hard = false; in hard_locale()
62 hard = false; in hard_locale()
71 return hard; in hard_locale()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Drfkill.c24 u8 hard; member
80 event.hard); in rfkill_receive()
82 if (event.hard) { in rfkill_receive()
172 event.hard); in rfkill_init()
175 if (event.hard) { in rfkill_init()
/dragonfly/usr.sbin/manctl/
H A Dmanctl.sh83 echo moving hard link $pname 1>&2
169 echo replacing $fname with a hard link
217 echo moving hard link $pname 1>&2
271 echo moving hard link $pname 1>&2
/dragonfly/games/larn/
H A Dtok.c136 sethard(int hard) in sethard() argument
142 if (hard >= 0) in sethard()
143 c[HARDGAME] = hard; in sethard()
H A Dmain.c65 int hard; in main() local
120 hard = -1; in main()
187 sscanf(&argv[i][1], "%d", &hard); in main()
234 sethard(hard); /* set up the desired difficulty */ in main()
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c2019 int hard = 0; in dolimit() local
2024 hard = 1; in dolimit()
2029 plim(lp, hard); in dolimit()
2034 plim(lp, hard); in dolimit()
2038 if (setlim(lp, hard, limit) < 0) in dolimit()
2178 plim(struct limits *lp, int hard) in plim() argument
2196 limit = hard ? rlim.rlim_max : rlim.rlim_cur; in plim()
2236 int hard = 0; in dounlimit() local
2248 hard = 1; in dounlimit()
2284 if (hard)
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/config/
H A Dt-softfp31 # is a soft-float mode; for example, sftf where sf is hard-float and
39 # for targets with both hard-float and soft-float multilibs, since
100 # target may have both soft-float and hard-float modes), for the fixed
/dragonfly/games/quiz/datfiles/
H A Dindex27 /usr/share/games/quiz.db/seq-hard:hard{-}{seq{uence}}:next:name
H A Dposneg32 hard:soft|easy
/dragonfly/contrib/tcsh-6/nls/german/
H A Dset156 4 \040(hard limit)
/dragonfly/contrib/tcsh-6/nls/spanish/
H A Dset156 4 \040(hard-limit)
/dragonfly/nrelease/root/
H A DREADME5 /tmp, remounted read-write using TMPFS. Your existing hard drive is not
17 If you just want to play with DragonFly and not mess with your hard disk,
21 before spending time installing the dist on your hard disk.
77 installations manually. The primary IDE hard drive is typically 'ad0',
97 # WARNING: This COMPLETELY WIPES and repartitions your hard drive.
214 # hard disk. So it's the latter that you want to copy to /mnt/etc.
361 hard drive (typically onto /mnt) to get at the contents of your HD.
363 Your HD is typically an IDE hard drive, so the device is typically 'ad0',
/dragonfly/contrib/gcc-8.0/gcc/
H A Dplugin.def102 /* When adding a new hard-coded plugin event, don't forget to edit in
106 /* After the hard-coded events above, plugins can dynamically allocate events
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-tree.def48 we pregenerate it because it is hard to generate it properly later
63 is quite hard to build a 'getter' call, but we have already built
/dragonfly/contrib/gcc-8.0/gcc/objc/
H A Dobjc-tree.def47 we pregenerate it because it is hard to generate it properly later
62 is quite hard to build a 'getter' call, but we have already built
/dragonfly/games/quiz/
H A DMakefile10 midearth morse murders poetry posneg pres province seq-easy seq-hard \
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_asic.h67 int r100_asic_reset(struct radeon_device *rdev, bool hard);
170 extern int r300_asic_reset(struct radeon_device *rdev, bool hard);
227 extern int rs600_asic_reset(struct radeon_device *rdev, bool hard);
339 int r600_asic_reset(struct radeon_device *rdev, bool hard);
518 int evergreen_asic_reset(struct radeon_device *rdev, bool hard);
627 int cayman_asic_reset(struct radeon_device *rdev, bool hard);
740 int si_asic_reset(struct radeon_device *rdev, bool hard);
869 int cik_asic_reset(struct radeon_device *rdev, bool hard);
/dragonfly/sys/dev/disk/nata/
H A Datapi-tape.c573 ast_read_position(device_t dev, int hard, struct ast_readposition *position) in ast_read_position() argument
575 int8_t ccb[16] = { ATAPI_READ_POSITION, (hard ? 0x01 : 0), 0, 0, 0, 0, 0, 0, in ast_read_position()
596 ast_locate(device_t dev, int hard, u_int32_t pos) in ast_locate() argument
598 int8_t ccb[16] = { ATAPI_LOCATE, 0x01 | (hard ? 0x4 : 0), 0, in ast_locate()
/dragonfly/contrib/file/magic/Magdir/
H A Damigaos184 # 1 MiB hard disc by test for T_HEADER=2 and header_key=0=high_seq
188 # 2 MiB hard disc; only works if in ../../src/file.h FILE_BYTES_MAX is raised to 2 MiB
190 #>>0x100000 ubelong 2 \b, 2 MiB hard disc rootblock
H A Dvirtual5 # Microsoft hard disk images for:
29 # This field contains a Unicode string (UTF-16) of the parent hard disk filename
52 # Disk Geometry: cylinder, heads, and sectors/track for hard disk
61 # Disk Type: 3~Dynamic hard disk
/dragonfly/contrib/nvi2/regex/
H A Dengine.c485 int hard; in backref() local
495 hard = 0; in backref()
496 for (ss = startst; !hard && ss < stopst; ss++) { in backref()
566 hard = 1; in backref()
570 if (!hard) { /* that was it! */ in backref()
/dragonfly/crypto/openssh/
H A Dssh-keyscan.c126 fdlim_get(int hard) in fdlim_get() argument
133 if ((hard ? rlfd.rlim_max : rlfd.rlim_cur) == RLIM_INFINITY) in fdlim_get()
136 return hard ? rlfd.rlim_max : rlfd.rlim_cur; in fdlim_get()
/dragonfly/usr.bin/limits/
H A Dlimits.c65 const char * hard; /* Hard limit text */ member
485 shellparm[shelltype].hard); in main()
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A DMakefile37 hard-locale.c \
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A DMakefile45 hard-locale.c \

123456