Home
last modified time | relevance | path

Searched defs:soft (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dquota.c56 isc_quota_soft(isc_quota_t *quota, unsigned int soft) { in isc_quota_soft()
89 uint_fast32_t soft = atomic_load_acquire(&quota->soft); in quota_reserve() local
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dquota.c57 isc_quota_soft(isc_quota_t * quota,unsigned int soft) isc_quota_soft() argument
90 uint_fast32_t soft = atomic_load_acquire(&quota->soft); quota_reserve() local
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dquota.h62 atomic_uint_fast32_t soft; global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dquota.h63 atomic_uint_fast32_t soft; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_cnf.c50 int soft = 0; in int_engine_configure() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_cnf.c52 int soft = 0; in int_engine_configure() local
/netbsd-src/sys/ufs/ufs/
H A Dquota2_subr.c112 quota_check_limit(uint64_t cur, uint64_t change, uint64_t soft, uint64_t hard, in quota_check_limit()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_quota2_subr.c114 lfsquota_check_limit(uint64_t cur, uint64_t change, uint64_t soft, uint64_t hard, in lfsquota_check_limit()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dlimits.c655 int soft; in limits_parse_one() local
733 int soft; in limits_parse_one() local
/netbsd-src/external/bsd/wpa/dist/src/drivers/
H A Drfkill.c23 u8 soft; member
/netbsd-src/usr.sbin/edquota/
H A Dedquota.c851 uint64_t soft, hard, current; in readprivs() local
1146 char *soft, char *hard, char *grace, in assign()
1318 char *soft = NULL, *hard = NULL, *grace = NULL; in main() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dprovider_conf.c205 int soft = 0; in provider_conf_load() local
/netbsd-src/sys/dev/i2c/
H A Dibmhawkreg.h69 uint8_t soft; member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtrim_map.c435 int64_t hard, soft; in trim_map_vdev_commit() local
/netbsd-src/sbin/sysctl/
H A Dsysctl.c1699 sysctlerror(int soft) in sysctlerror()