Home
last modified time | relevance | path

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

12345678910>>...14

/NextBSD/contrib/diff/lib/
HDhard-locale.c41 int hard = 1; in hard_locale()
48 hard = 0; in hard_locale()
62 hard = 0; in hard_locale()
71 return hard; in hard_locale()
HDgnulib.mk44 lib_SOURCES += hard-locale.h hard-locale.c
/NextBSD/gnu/usr.bin/grep/
HDhard-locale.c60 int hard = 1; in hard_locale()
67 hard = 0; in hard_locale()
77 hard = 0; in hard_locale()
84 return hard; in hard_locale()
/NextBSD/sys/mips/mips/
HDintr_machdep.c225 int hard, i, intr; in cpu_intr() local
244 hard = 0; in cpu_intr()
252 hard = 1; in cpu_intr()
260 hard ? "hard" : "soft", i); in cpu_intr()
266 hard ? "hard" : "soft", i); in cpu_intr()
/NextBSD/usr.sbin/manctl/
HDmanctl.sh92 echo moving hard link $pname 1>&2
178 echo replacing $fname with a hard link
226 echo moving hard link $pname 1>&2
280 echo moving hard link $pname 1>&2
/NextBSD/contrib/gcc/config/i386/
HDt-cygming14 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
20 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
27 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
HDt-interix5 $(TM_H) $(RTL_H) $(REGS_H) hard-reg-set.h output.h $(TREE_H) flags.h \
/NextBSD/contrib/openpam/
HDtest-driver47 [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
69 --enable-hard-errors) enable_hard_errors=$2; shift;;
/NextBSD/contrib/ntp/sntp/libevent/build-aux/
HDtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDtrim_map.c435 int64_t hard, soft; in trim_map_vdev_commit() local
456 hard = 0; in trim_map_vdev_commit()
458 hard = (tm->tm_pending - trim_vdev_max_pending) / 4; in trim_map_vdev_commit()
459 soft = P2ROUNDUP(hard + tm->tm_pending / trim_timeout + 1, 64); in trim_map_vdev_commit()
462 (ts = trim_map_first(tm, txgtarget, txgsafe, timelimit, hard > 0)) in trim_map_vdev_commit()
479 hard -= TRIM_MAP_SEGS(size); in trim_map_vdev_commit()
HDdmu_traverse.c220 boolean_t hard = td->td_flags & TRAVERSE_HARD; in traverse_visitbp() local
367 if (hard && (err == EIO || err == ECKSUM)) { in traverse_visitbp()
639 boolean_t hard = (flags & TRAVERSE_HARD); in traverse_pool() local
654 if (hard) in traverse_pool()
667 if (hard) in traverse_pool()
/NextBSD/contrib/tcsh/
HDsh.func.c2033 int hard = 0; in dolimit() local
2038 hard = 1; in dolimit()
2043 plim(lp, hard); in dolimit()
2048 plim(lp, hard); in dolimit()
2052 if (setlim(lp, hard, limit) < 0) in dolimit()
2192 plim(struct limits *lp, int hard) in plim() argument
2210 limit = hard ? rlim.rlim_max : rlim.rlim_cur; in plim()
2250 int hard = 0; in dounlimit() local
2262 hard = 1; in dounlimit()
2272 if (setlim(lp, hard, (RLIM_TYPE) RLIM_INFINITY) < 0) in dounlimit()
[all …]
/NextBSD/contrib/gcc/config/soft-fp/
HDt-softfp34 # is a soft-float mode; for example, sftf where sf is hard-float and
42 # for targets with both hard-float and soft-float multilibs, since
94 # target may have both soft-float and hard-float modes), for the fixed
/NextBSD/contrib/tcsh/nls/C/
HDset157 4 \040hard
/NextBSD/contrib/tcsh/nls/german/
HDset157 4 \040(hard limit)
/NextBSD/contrib/tcsh/nls/spanish/
HDset157 4 \040(hard-limit)
/NextBSD/contrib/gcc/config/mips/
HDt-rtems3 # default is mips1 EB hard-float
HDt-vxworks3 # default is mips1 EB hard-float
/NextBSD/sys/boot/pc98/boot0.5/
HDboot0.5.s53 # Scan hard drives
60 jmp exit # No hard drives
/NextBSD/contrib/gcc/config/rs6000/
HDt-fprules11 # Build the libraries for both hard and soft floating point by default
/NextBSD/contrib/gcc/config/arm/
HDt-linux10 # MULTILIB_DIRNAMES = hard-float soft-float
/NextBSD/contrib/openbsm/libauditd/
HDauditd_lib.c601 char soft, hard; in auditd_read_dirs() local
631 hard = (sfs.f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) ? 1 : 0; in auditd_read_dirs()
637 if (hard) { in auditd_read_dirs()
646 dirent->hardlim = hard; in auditd_read_dirs()
/NextBSD/cddl/contrib/dtracetoolkit/Code/
HDReadme9 world application first. That's the hard way. Try these programs instead,
/NextBSD/gnu/usr.bin/diff/
HDMakefile15 strftime.c c-stack.c basename.c exclude.c hard-locale.c \
/NextBSD/contrib/binutils/
HDMakefile.def286 dependencies = { module=all-gcc; on=all-libiberty; hard=true; };
297 dependencies = { module=all-gcc; on=all-libcpp; hard=true; };
298 dependencies = { module=all-gcc; on=all-libdecnumber; hard=true; };
303 dependencies = { module=configure-libcpp; on=configure-libiberty; hard=true; };
305 dependencies = { module=all-libcpp; on=all-libiberty; hard=true; };
333 dependencies = { module=configure-bfd; on=configure-libiberty; hard=true; };

12345678910>>...14