Searched refs:hard (Results 1 - 25 of 49) sorted by relevance

12

/freebsd-10-stable/contrib/diff/lib/
H A Dhard-locale.c0 /* hard-locale.c -- Determine whether a locale is hard.
23 #include "hard-locale.h"
32 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you
41 int hard = 1;
48 hard = 0;
62 hard = 0;
71 return hard;
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dhard-locale.c0 /* hard-locale.c -- Determine whether a locale is hard.
51 /* Return nonzero if the current CATEGORY locale is hard, i.e. if you
60 int hard = 1;
67 hard = 0;
77 hard = 0;
84 return hard;
H A DMakefile12 SRCS= closeout.c dfa.c error.c exclude.c grep.c grepmat.c hard-locale.c \
/freebsd-10-stable/usr.sbin/manctl/
H A Dmanctl.sh40 # are replaced with hard links
92 echo moving hard link $pname 1>&2
175 # with a hard link!
178 echo replacing $fname with a hard link
197 # replace it with a hard link
226 echo moving hard link $pname 1>&2
251 # We need to watch out for hard links here.
280 echo moving hard link $pname 1>&2
/freebsd-10-stable/contrib/openpam/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
69 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd-10-stable/sys/mips/mips/
H A Dintr_machdep.c162 panic("%s called for unknown hard intr %d", __func__, irq);
201 panic("%s called for unknown hard intr %d", __func__, irq);
225 int hard, i, intr; local
244 hard = 0;
252 hard = 1;
260 hard ? "hard" : "soft", i);
266 hard ? "hard" : "soft", i);
/freebsd-10-stable/sys/boot/fdt/dts/mips/
H A Dberi-netfpga.dts112 hard-interrupt-sources = <64>;
H A Dberi-sim.dts110 hard-interrupt-sources = <64>;
H A Dberipad-de4.dts110 hard-interrupt-sources = <64>;
/freebsd-10-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd-10-stable/gnu/usr.bin/diff/
H A DMakefile14 strftime.c c-stack.c basename.c exclude.c hard-locale.c \
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dtrim_map.c442 int64_t hard, soft; local
463 hard = 0;
465 hard = (tm->tm_pending - trim_vdev_max_pending) / 4;
466 soft = P2ROUNDUP(hard + tm->tm_pending / trim_timeout + 1, 64);
469 (ts = trim_map_first(tm, txgtarget, txgsafe, timelimit, hard > 0))
486 hard -= TRIM_MAP_SEGS(size);
H A Ddmu_traverse.c228 boolean_t hard = td->td_flags & TRAVERSE_HARD; local
397 if (hard && (err == EIO || err == ECKSUM)) {
670 boolean_t hard = (flags & TRAVERSE_HARD); local
685 if (hard)
698 if (hard)
/freebsd-10-stable/sys/boot/pc98/boot0.5/
H A Dboot0.5.s53 # Scan hard drives
60 jmp exit # No hard drives
/freebsd-10-stable/contrib/bmake/unit-tests/
H A Dcond1.mk3 # hard code these!
/freebsd-10-stable/contrib/openbsm/libauditd/
H A Dauditd_lib.c114 "all audit log directories over hard limit", /* ADE_HARDLIM ( 5) */
199 * audit_control(5). Move the entries that are over the soft and hard limits
586 * function pointers to audit_warn functions for soft and hard limits. Returns:
592 * ADE_HARDLIM if all the directories are over the hard limit,
601 char soft, hard; local
621 * those over the hard limit.
631 hard = (sfs.f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) ? 1 : 0;
637 if (hard) {
646 dirent->hardlim = hard;
/freebsd-10-stable/contrib/binutils/
H A DMakefile.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; };
/freebsd-10-stable/sys/kern/
H A Dkern_clock.c79 PMC_SOFT_DEFINE( , , clock, hard);
456 PMC_SOFT_CALL_TF( , , clock, hard, td->td_intr_frame);
546 PMC_SOFT_CALL_TF( , , clock, hard, td->td_intr_frame);
/freebsd-10-stable/usr.sbin/cron/doc/
H A DINSTALL37 which will be hard since there will be name collisions. (Note that the man
/freebsd-10-stable/sys/boot/i386/mbr/
H A Dmbr.s26 .set NHRDRV,0x475 # Number of hard drives
75 # is a valid hard drive number.
/freebsd-10-stable/sys/cam/
H A DREADME.quirks23 hard drives, flash adapters, cameras) there are two standards, SBC
24 and RBC. SCSI hard drives are usually SBC-compliant and smaller
/freebsd-10-stable/sys/opencrypto/
H A Dcryptodev.h382 extern int crypto_newsession(u_int64_t *sid, struct cryptoini *cri, int hard);
/freebsd-10-stable/contrib/nvi/regex/
H A Dengine.c363 /* cases where length of match is hard to find */
508 register int hard; local
518 hard = 0;
519 for (ss = startst; !hard && ss < stopst; ss++) {
589 hard = 1;
593 if (!hard) { /* that was it! */
600 /* the hard stuff */
601 AT("hard", sp, stop, ss, stopst);
/freebsd-10-stable/lib/libc/regex/
H A Dengine.c428 /* cases where length of match is hard to find */
573 int hard; local
583 hard = 0;
584 for (ss = startst; !hard && ss < stopst; ss++)
654 hard = 1;
657 if (!hard) { /* that was it! */
664 /* the hard stuff */
665 AT("hard", sp, stop, ss, stopst);
/freebsd-10-stable/share/mk/
H A Dbsd.crunchgen.mk23 # will be used to generate a hard link to the resulting binary.

Completed in 354 milliseconds

12