Home
last modified time | relevance | path

Searched refs:lr_type (Results 1 – 13 of 13) sorted by relevance

/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c166 zfs_rangelock_type_t orig_type = new->lr_type; in zfs_rangelock_enter_writer()
182 ASSERT3U(new->lr_type, ==, RL_WRITER); in zfs_rangelock_enter_writer()
223 new->lr_type = orig_type; in zfs_rangelock_enter_writer()
250 proxy->lr_type = RL_READER; in zfs_rangelock_proxify()
279 rear->lr_type = RL_READER; in zfs_rangelock_split()
304 lr->lr_type = RL_READER; in zfs_rangelock_new_proxy()
424 if ((prev->lr_type == RL_WRITER) || (prev->lr_write_wanted)) { in zfs_rangelock_enter_reader()
450 if ((next->lr_type == RL_WRITER) || (next->lr_write_wanted)) { in zfs_rangelock_enter_reader()
497 new->lr_type = type; in zfs_rangelock_enter_impl()
586 ASSERT3U(lr->lr_type, ==, RL_READER); in zfs_rangelock_exit_reader()
[all …]
/src/sys/contrib/openzfs/include/sys/
H A Dzfs_rlock.h62 zfs_rangelock_type_t lr_type; /* range type */ member
/src/contrib/sendmail/include/sm/
H A Dldap.h110 int lr_type; member
/src/contrib/sendmail/libsm/
H A Dldap.c867 rc = type - (*top)->lrl_data[p]->lr_type;
899 newe->lr_type = type;
1463 if (rl->lr_type == SM_LDAP_ATTR_DN)
1474 else if (rl->lr_type == SM_LDAP_ATTR_FILTER)
1485 else if (rl->lr_type == SM_LDAP_ATTR_URL)
/src/crypto/krb5/src/lib/krb5/krb/
H A Dget_in_tkt.c1479 krb5_int32 lr_type; in get_expiry_times() local
1488 lr_type = (*last_req)->lr_type; in get_expiry_times()
1489 if (lr_type == KRB5_LRQ_ALL_PW_EXPTIME || in get_expiry_times()
1490 lr_type == KRB5_LRQ_ONE_PW_EXPTIME) { in get_expiry_times()
1493 } else if (lr_type == KRB5_LRQ_ALL_ACCT_EXPTIME || in get_expiry_times()
1494 lr_type == KRB5_LRQ_ONE_ACCT_EXPTIME) { in get_expiry_times()
/src/crypto/heimdal/kdc/
H A Dkerberos5.c1626 ek.last_req.val[ek.last_req.len].lr_type = LR_PW_EXPTIME; in _kdc_as_rep()
1631 ek.last_req.val[ek.last_req.len].lr_type = LR_ACCT_EXPTIME; in _kdc_as_rep()
1636 ek.last_req.val[ek.last_req.len].lr_type = LR_NONE; in _kdc_as_rep()
/src/crypto/heimdal/lib/krb5/
H A Dinit_creds_pw.c286 lre[i]->lr_type = lr->val[i].lr_type; in process_last_request()
314 switch (abs(lr->val[i].lr_type)) { in process_last_request()
H A Dkrb5.h874 int32_t lr_type; member
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode_os.c118 if (new->lr_type == RL_APPEND) { in zfs_rangelock_cb()
120 new->lr_type = RL_WRITER; in zfs_rangelock_cb()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c92 if (new->lr_type == RL_APPEND) { in zfs_rangelock_cb()
94 new->lr_type = RL_WRITER; in zfs_rangelock_cb()
/src/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_k_encode.c349 DEFFIELD(last_req_0, krb5_last_req_entry, lr_type, 0, last_req_type);
/src/crypto/heimdal/
H A DChangeLog.19982211 Send an lr_type == 6 with pw_end.
/src/crypto/krb5/src/include/krb5/
H A Dkrb5.hin1749 /* definitions for lr_type fields. */
1992 krb5_int32 lr_type; /**< LR type */