Searched defs:access_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libsec/common/
H A Dacl.y55 %type <val> iflags verbose_iflag compact_iflag access_type entry_type
150 ace: entry_type idname ace_perms access_type
173 | entry_type idname ace_perms access_type COLON id
199 | entry_type idname ace_perms iflags access_type
221 | entry_type idname ace_perms iflags access_type COLON id
250 | entry_type ace_perms access_type
263 | entry_type ace_perms access_type COLON id
275 | entry_type ace_perms iflags access_type
290 | entry_type ace_perms iflags access_type COLON id
496 access_type label
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c655 "ibmf_sa_access_start() enter. attr_id = 0x%x, access_type ="
658 tnf_opaque, access_type, access_args->sq_access_type,
724 "ibmf_sa_access: %s, access_type = 0x%x\n",
725 tnf_string, msg, "access_type for multi-path"
727 tnf_opaque, access_type,
743 "ibmf_sa_access: %s, access_type = 0x%x\n",
744 tnf_string, msg, "access_type for trace"
746 tnf_opaque, access_type,
775 "ibmf_sa_access: %s, access_type = 0x%x\n",
776 tnf_string, msg, "unknown access_type",
1346 ibmf_saa_update_service_record(ibmf_saa_handle_t ibmf_saa_handle, sa_service_record_t *service_record, ibmf_saa_access_type_t access_type, uint_t flags) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dpmugpio.c83 pmugpio_access_type_t access_type; member in struct:pmugpio_state
278 switch (pmugpio_ptr->access_type) {
335 switch (pmugpio_ptr->access_type) {
395 pmugpio_ptr->access_type = PMUGPIO_MBC;
397 pmugpio_ptr->access_type = PMUGPIO_CPLD;
407 pmugpio_ptr->access_type = PMUGPIO_OTHER;
409 switch (pmugpio_ptr->access_type) {
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi.h63 uint_t access_type; /* the type of access */ member in struct:acc_log_elem
116 uint_t access_type; member in struct:bofi_errdef
139 uint_t access_type; member in struct:bofi_errdef32
180 uint_t access_type; member in struct:handle_info
216 * values for access_type
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c287 else if (e1->access_type < e2->access_type)
289 else if (e1->access_type > e2->access_type)
320 if (e1->access_type < e2->access_type)
322 else if (e1->access_type > e2->access_type)
367 if (e1->access_type < e2->access_type)
1424 match_hinfo(struct handle_info *hp, int instance, uint_t access_type, int rnumber, offset_t offset, offset_t len) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_acl.c876 uint16_t access_type, uint64_t fuid, uint16_t entry_type)
881 aclp->z_ops.ace_type_set(acep, access_type);
875 zfs_set_ace(zfs_acl_t *aclp, void *acep, uint32_t access_mask, uint16_t access_type, uint64_t fuid, uint16_t entry_type) argument
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h378 __le16 access_type; member in struct:i40e_aqc_request_resource
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1544 u8_t access_type; member in struct:_lm_intr_blk_info_t
1547 #define INTR_BLK_ACCESS(_pdev) ((_pdev)->hw_info.intr_blk_info.access_type)

Completed in 112 milliseconds