Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_rlock.c148 rangelock_type_t orig_type = new->lr_type; in rangelock_enter_writer()
164 ASSERT3U(new->lr_type, ==, RL_WRITER); in rangelock_enter_writer()
203 new->lr_type = orig_type; in rangelock_enter_writer()
230 proxy->lr_type = RL_READER; in rangelock_proxify()
257 rear->lr_type = RL_READER; in rangelock_split()
280 lr->lr_type = RL_READER; in rangelock_new_proxy()
463 new->lr_type = type; in rangelock_enter()
521 ASSERT3U(lr->lr_type, ==, RL_READER); in rangelock_exit_reader()
559 ASSERT(lr->lr_type == RL_WRITER || lr->lr_type == RL_READER); in rangelock_exit()
564 if (lr->lr_type == RL_WRITER) { in rangelock_exit()
[all …]
H A Dzfs_znode.c135 if (new->lr_type == RL_APPEND) { in zfs_rangelock_cb()
137 new->lr_type = RL_WRITER; in zfs_rangelock_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_rlock.h59 rangelock_type_t lr_type; /* range type */ member
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dldap.h107 int lr_type; member
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dldap.c591 rc = type - (*top)->lrl_data[p]->lr_type;
623 newe->lr_type = type;
1179 if (rl->lr_type == SM_LDAP_ATTR_DN)
1190 else if (rl->lr_type == SM_LDAP_ATTR_FILTER)
1201 else if (rl->lr_type == SM_LDAP_ATTR_URL)
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_mgmt.h231 uint_t lr_type; member
H A Dnvme.h1552 uint8_t lr_type; /* Type */ member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dgic_pwd.c466 if ((*last_req)->lr_type == KRB5_LRQ_ALL_PW_EXPTIME || in __krb5_get_init_creds_password()
467 (*last_req)->lr_type == KRB5_LRQ_ONE_PW_EXPTIME) { in __krb5_get_init_creds_password()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c844 get_field(val->lr_type,0,asn1_decode_int32); in asn1_decode_last_req_entry()
851 if((val->lr_type & 0xffffff80U) == 0x80) val->lr_type |= 0xffffff00U; in asn1_decode_last_req_entry()
H A Dasn1_k_encode.c200 FIELDOF_NORM(krb5_last_req_entry, int32, lr_type, 0),
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c2238 if (lr[i].lr_type < ARRAY_SIZE(lba_range_types)) in nvme_print_feat_lba_range()
2240 lba_range_types[lr[i].lr_type], 0); in nvme_print_feat_lba_range()
2243 lr[i].lr_type, NULL, NULL); in nvme_print_feat_lba_range()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c611 retvalp->lr_type = attrtype; in dlmgmt_getattr_common()
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_tgs_req.c659 nolrentry.lr_type = KRB5_LRQ_NONE; in process_tgs_req()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h1132 krb5_int32 lr_type; member