Searched refs:lr_type (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 148 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() 398 if ((prev->lr_type == RL_WRITER) || (prev->lr_write_wanted)) { in rangelock_enter_reader() 422 if ((next->lr_type == RL_WRITER) || (next->lr_write_wanted)) { in rangelock_enter_reader() 463 new->lr_type = type; in rangelock_enter() 521 ASSERT3U(lr->lr_type, ==, RL_READER); in rangelock_exit_reader() [all …]
|
H A D | zfs_znode.c | 135 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 D | zfs_rlock.h | 59 rangelock_type_t lr_type; /* range type */ member
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | ldap.h | 107 int lr_type; member
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 591 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 D | dls_mgmt.h | 231 uint_t lr_type; member
|
H A D | nvme.h | 1745 uint8_t lr_type; /* Type */ member
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gic_pwd.c | 466 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 D | asn1_k_decode.c | 844 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 D | asn1_k_encode.c | 200 FIELDOF_NORM(krb5_last_req_entry, int32, lr_type, 0),
|
/illumos-gate/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm_print.c | 2239 if (lr[i].lr_type < ARRAY_SIZE(lba_range_types)) in nvme_print_feat_lba_range() 2241 lba_range_types[lr[i].lr_type], 0); in nvme_print_feat_lba_range() 2244 lr[i].lr_type, NULL, NULL); in nvme_print_feat_lba_range()
|
/illumos-gate/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_util.c | 611 retvalp->lr_type = attrtype; in dlmgmt_getattr_common()
|
/illumos-gate/usr/src/cmd/krb5/krb5kdc/ |
H A D | do_tgs_req.c | 659 nolrentry.lr_type = KRB5_LRQ_NONE; in process_tgs_req()
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | krb5.h | 1132 krb5_int32 lr_type; member
|