/freebsd/contrib/diff/lib/ |
H A D | hard-locale.c | 41 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 D | gnulib.mk | 44 lib_SOURCES += hard-locale.h hard-locale.c
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | rfkill.c | 24 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 D | manctl.sh | 41 # 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 D | keystone-reset.txt | 10 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 D | test-driver | 47 [--enable-hard-errors {yes|no}] [--] 70 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
/freebsd/contrib/libevent/build-aux/ |
H A D | test-driver | 47 [--enable-hard-errors={yes|no}] [--] 68 --enable-hard-errors) enable_hard_errors=$2; shift;;
|
/freebsd/contrib/tcsh/ |
H A D | sh.func.c | 2069 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 D | set15 | 6 4 \040hard
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set15 | 6 4 \040(hard limit)
|
/freebsd/contrib/tcsh/nls/spanish/ |
H A D | set15 | 6 4 \040(hard-limit)
|
/freebsd/tools/build/options/ |
H A D | WITH_LIBSOFT | 2 This option is for transitioning to the new hard float ABI.
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-kmap-atomic-args.m4 | 3 dnl # kmap_atomic changed from assigning hard-coded named slot to using
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | dra74x-p.dtsi | 24 /* MCAN interrupts are hard-wired to irqs 67, 68 */
|
/freebsd/share/mk/ |
H A D | bsd.README | 34 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 D | pci_init.c | 70 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard) in mt76x2_mac_reset() argument 114 if (!hard) in mt76x2_mac_reset()
|
H A D | mt76x2.h | 66 int mt76x2_mac_reset(struct mt76x02_dev *dev, bool hard);
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-arb-gpio-challenge.txt | 13 * 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 D | auditd_lib.c | 607 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 D | regengine.inc | 390 /* 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 D | AVR.td | 64 // Recognize hard coded registers.
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | network_device.hlp | 10 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 D | SDNodeProperties.td | 19 // Note: These are hard coded into tblgen.
|
/freebsd/contrib/ntp/tests/libntp/data/ |
H A D | ntp.keys | 1 # This unit test ntp.keys file has hard-coded the union of sets
|