/src/sys/dev/i2c/ |
ibmhawkreg.h | 69 uint8_t soft; member in struct:ibmhawk_response::__anonb95b376d0508 74 #define ihr_t_soft_thr resp_temp_thresh.soft
|
/src/sys/stand/efiboot/bootarm/ |
Makefile | 15 COPTS+= -mfloat-abi=soft -mno-unaligned-access -mlittle-endian
|
/src/sys/ufs/lfs/ |
ulfs_quota2_subr.c | 114 lfsquota_check_limit(uint64_t cur, uint64_t change, uint64_t soft, uint64_t hard, 118 if (cur <= soft) 121 } else if (cur + change > soft) { 122 if (cur <= soft)
|
/src/sys/ufs/ufs/ |
quota2_subr.c | 112 quota_check_limit(uint64_t cur, uint64_t change, uint64_t soft, uint64_t hard, 116 if (cur <= soft) 119 } else if (cur + change > soft) { 120 if (cur <= soft)
|
/src/usr.sbin/edquota/ |
edquota.c | 804 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 819 fprintf(fd, "\t\t%slimits: soft %s, hard %s\n", comm, 851 uint64_t soft, hard, current; local in function:readprivs 957 /* limits: soft %llu, hard %llu */ 971 if (intrd(t, &soft, objtypeflags) != 0) { 987 * is next used if previously had no soft limit 988 * or were under it, but now have a soft limit 991 if (qv->qv_usage && qv->qv_usage >= soft && 996 if (soft != qv->qv_softlimit || 998 qv->qv_softlimit = soft; 1318 char *soft = NULL, *hard = NULL, *grace = NULL; local in function:main [all...] |
/src/sys/arch/sun2/sun2/ |
locore.s | 133 | Disable interrupts, and initialize the soft copy of the 543 * strange behavior in SunOS' locore.o, where they keep a soft 564 bne 1b | install it again if the soft value changed 578 bne 1b | install it again if the soft value changed
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ge863-pro3.dtsi | 50 nand-ecc-mode = "soft";
|
qcom-pm8941.dtsi | 178 qcom,vs-soft-start-strength = <0>; 188 qcom,vs-soft-start-strength = <0>;
|
at91-sam9_l9260.dts | 103 nand-ecc-mode = "soft";
|
ethernut5.dts | 81 nand-ecc-mode = "soft";
|
tny_a9260_common.dtsi | 59 nand-ecc-mode = "soft";
|
tny_a9263.dts | 69 nand-ecc-mode = "soft";
|
usb_a9260_common.dtsi | 61 nand-ecc-mode = "soft";
|
sun7i-a20-olinuxino-lime2.dts | 239 regulator-soft-start;
|
animeo_ip.dts | 111 nand-ecc-mode = "soft";
|
at91-kizbox.dts | 136 nand-ecc-mode = "soft";
|
at91-qil_a9260.dts | 135 nand-ecc-mode = "soft";
|
at91sam9260ek.dts | 141 nand-ecc-mode = "soft";
|
pm9g45.dts | 99 nand-ecc-mode = "soft";
|
usb_a9263.dts | 89 nand-ecc-mode = "soft";
|
at91sam9261ek.dts | 83 nand-ecc-mode = "soft";
|
at91sam9263ek.dts | 153 nand-ecc-mode = "soft";
|
at91sam9g20ek_common.dtsi | 152 nand-ecc-mode = "soft";
|
/src/compat/arm/eabi/ |
bsd.eabi.mk | 7 EARM_COMPAT_FLAGS= -mfloat-abi=soft -mfpu=none
|
/src/sys/arch/mips/mips/ |
spl.S | 211 or v0, v0, a0 # set soft intr. bits 231 and v0, v0, a0 # clear soft intr. bits
|