Home
last modified time | relevance | path

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

12345678910

/freebsd/contrib/diff/lib/
H A Dhard-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()
H A Dgnulib.mk44 lib_SOURCES += hard-locale.h hard-locale.c
/freebsd/contrib/wpa/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()
/freebsd/usr.sbin/manctl/
H A Dmanctl.sh41 # are replaced with hard links
82 echo moving hard link $pname 1>&2
165 # with a hard link!
168 echo replacing $fname with a hard link
187 # replace it with a hard link
216 echo moving hard link $pname 1>&2
241 # We need to watch out for hard links here.
270 echo moving hard link $pname 1>&2
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dkeystone-reset.txt10 Additionally soft or hard reset can be configured.
27 By default hard reset is used.
38 WDT0 is triggered it issues hard reset for SoC.
/freebsd/contrib/openpam/
H A Dtest-driver47 [--enable-hard-errors {yes|no}] [--]
70 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd/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/contrib/libevent/build-aux/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/freebsd/contrib/tcsh/
H A Dsh.func.c2069 int hard = 0; in dolimit() local
2074 hard = 1; in dolimit()
2079 plim(lp, hard); in dolimit()
2084 plim(lp, hard); in dolimit()
2088 if (setlim(lp, hard, limit) < 0) in dolimit()
2228 plim(struct limits *lp, int hard) in plim() argument
2246 limit = hard ? rlim.rlim_max : rlim.rlim_cur; in plim()
2286 int hard = 0; in dounlimit() local
2298 hard = 1; in dounlimit()
2308 if (setlim(lp, hard, (RLIM_TYPE) RLIM_INFINITY) < 0) in dounlimit()
[all …]
/freebsd/contrib/tcsh/nls/C/
H A Dset156 4 \040hard
/freebsd/contrib/tcsh/nls/german/
H A Dset156 4 \040(hard limit)
/freebsd/contrib/tcsh/nls/spanish/
H A Dset156 4 \040(hard-limit)
/freebsd/tools/build/options/
H A DWITH_LIBSOFT2 This option is for transitioning to the new hard float ABI.
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-kmap-atomic-args.m43 dnl # kmap_atomic changed from assigning hard-coded named slot to using
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddra74x-p.dtsi24 /* MCAN interrupts are hard-wired to irqs 67, 68 */
/freebsd/share/mk/
H A Dbsd.README34 bsd.links.mk - install of links (sym/hard)
206 and there may be multiple pairs. The files are hard-linked.
234 INSTALL_LINK Command to install a hard link.
240 LINKOWN Owner of hard links created by INSTALL_LINK.
242 LINKGRP Group of hard links created by INSTALL_LINK.
244 LINKMODE Mode of hard links created by INSTALL_LINK.
246 SYMLINKOWN Owner of hard links created by INSTALL_[R]SYMLINK.
248 SYMLINKGRP Group of hard links created by INSTALL_[R]SYMLINK.
250 SYMLINKMODE Mode of hard links created by INSTALL_[R]SYMLINK.
363 file. The files are hard-linked. For example, to link
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Dpci_init.c70 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard) in mt76x2_mac_reset() argument
114 if (!hard) in mt76x2_mac_reset()
H A Dmt76x2.h66 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard);
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-arb-gpio-challenge.txt13 * Having two masters on a bus in general makes it relatively hard to debug
14 problems (hard to tell if i2c issues were caused by one master, another, or
/freebsd/contrib/openbsm/libauditd/
H A Dauditd_lib.c607 char soft, hard; in auditd_read_dirs() local
637 hard = (sfs.f_bfree < AUDIT_HARD_LIMIT_FREE_BLOCKS) ? 1 : 0; in auditd_read_dirs()
643 if (hard) { in auditd_read_dirs()
652 dirent->hardlim = hard; in auditd_read_dirs()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc390 /* cases where length of match is hard to find */
535 int hard;
544 hard = 0;
545 for (ss = startst; !hard && ss < stopst; ss++)
611 hard = 1;
614 if (!hard) { /* that was it! */
621 /* the hard stuff */
622 AT("hard", sp, stop, ss, stopst);
816 int hard = 0;
829 hard = 1;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVR.td64 // Recognize hard coded registers.
/freebsd/usr.sbin/bsdconfig/include/
H A Dnetwork_device.hlp10 computer and another PC. The link must be hard-wired as the SLIP
34 If a hard-wired connection to another FreeBSD (2.0R or later) machine
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDNodeProperties.td19 // Note: These are hard coded into tblgen.
/freebsd/contrib/ntp/tests/libntp/data/
H A Dntp.keys1 # This unit test ntp.keys file has hard-coded the union of sets

12345678910